summaryrefslogtreecommitdiffstats
path: root/share/man/container-get-curl.1.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-01 13:43:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-01 13:43:53 +0000
commit1231773777b679354d2a95d0ac54ee48c09be376 (patch)
treef12125c33a9fee77ab9f6dedcfdfb0be50ee8561 /share/man/container-get-curl.1.rst
parentReleasing debian version 20221023-2. (diff)
downloadopen-infrastructure-compute-tools-1231773777b679354d2a95d0ac54ee48c09be376.tar.xz
open-infrastructure-compute-tools-1231773777b679354d2a95d0ac54ee48c09be376.zip
Merging upstream version 20221223.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--share/man/container-get-curl.1.rst10
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 e94260b..01ae592 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-bullseye-current_${ARCHITECTURE}.system.tar.${COMPRESSION} (where
+ debian-bookworm-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 11 (bullseye) based container with same architecture as the host
+Download a Debian 12 (bookworm) based container with same architecture as the host
system:
- sudo container get -s curl -n bullseye.example.net
+ sudo container get -s curl -n bookworm.example.net
-Download a Debian 11 (bullseye) based container with different architecture as the
+Download a Debian 12 (bookworm) based container with different architecture as the
host system:
- sudo container get -s curl -n bullseye-i386.example.net -- --system debian-bullseye-current_i386.system.tar.xz
+ sudo container get -s curl -n bookworm-i386.example.net -- --system debian-bookworm-current_i386.system.tar.xz
Files
=====