diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-26 19:14:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-26 19:14:41 +0000 |
commit | 1b2c7dcca40bf7ca1bb299162d0951fc0265fdea (patch) | |
tree | babe9428de7852f0105bf8784a1b4f3ae1ddc9d9 /share/man/container-get-curl.1.rst | |
parent | Releasing debian version 20240829-1. (diff) | |
download | open-infrastructure-compute-tools-1b2c7dcca40bf7ca1bb299162d0951fc0265fdea.tar.xz open-infrastructure-compute-tools-1b2c7dcca40bf7ca1bb299162d0951fc0265fdea.zip |
Merging upstream version 20250126.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/man/container-get-curl.1.rst')
-rw-r--r-- | share/man/container-get-curl.1.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/container-get-curl.1.rst b/share/man/container-get-curl.1.rst index 70a1e08..5650846 100644 --- a/share/man/container-get-curl.1.rst +++ b/share/man/container-get-curl.1.rst @@ -82,22 +82,22 @@ The following script options are available: --system='SYSTEM': Specify the system image name to download, defaults to - debian-bookworm-current_${ARCHITECTURE}.system.tar.${COMPRESSION} (where + debian-trixie-current_${ARCHITECTURE}.system.tar.${COMPRESSION} (where ${ARCHITECTURE} is the host systems architecture and ${COMPRESSION} either lz, xz, or gz depending on compressor availability on the host system). Examples ======== -Download a Debian 12 (bookworm) based container with same architecture as the host +Download a Debian 13 (trixie) based container with same architecture as the host system: - sudo container get -s curl -n bookworm.example.net + sudo container get -s curl -n trixie.example.net -Download a Debian 12 (bookworm) based container with different architecture as the +Download a Debian 13 (trixie) based container with different architecture as the host system: - sudo container get -s curl -n bookworm-i386.example.net -- --system debian-bookworm-current_i386.system.tar.xz + sudo container get -s curl -n trixie-i386.example.net -- --system debian-trixie-current_i386.system.tar.xz Files ===== |