summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-25 08:54:16 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-26 03:46:53 +0000
commit4036c0d97b845da8ef23cad6805424c7f13b8f7f (patch)
treecc2d49c5b428dd2ba9d99aca0e69517cf1750df8 /share
parentAdding check for writable gpg directory in container key command. (diff)
downloadcompute-tools-4036c0d97b845da8ef23cad6805424c7f13b8f7f.tar.xz
compute-tools-4036c0d97b845da8ef23cad6805424c7f13b8f7f.zip
Updating container-image example build script for current debian releases.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share')
-rwxr-xr-xshare/doc/examples/container-images.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/doc/examples/container-images.sh b/share/doc/examples/container-images.sh
index ede68b5..91589b1 100755
--- a/share/doc/examples/container-images.sh
+++ b/share/doc/examples/container-images.sh
@@ -18,13 +18,13 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Description: example for automated Debian base system container image creation
-# Requires: debootstrap plzip xz-utils
-# Usage: sudo ./container-images.sh
+# Requires: debootstrap plzip xz-utils sudo
+# Usage: ./container-images.sh
set -e
ARCHITECTURES="amd64 i386"
-DISTRIBUTIONS="jessie stretch buster sid"
+DISTRIBUTIONS="stretch buster bullseye sid"
MIRROR="https://deb.debian.org/debian"
INCLUDE="dbus"