diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2025-01-26 18:52:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2025-01-26 19:09:40 +0000 |
commit | 1846d120dc956719abf128ff0e11ffd7119766d9 (patch) | |
tree | b1ce041aceb42f60ab7b69c1e4e51df00e5c150a /share/build-scripts/debootstrap | |
parent | Updating signed-by apt keyring handling for non-released distributions in deb... (diff) | |
download | compute-tools-1846d120dc956719abf128ff0e11ffd7119766d9.tar.xz compute-tools-1846d120dc956719abf128ff0e11ffd7119766d9.zip |
Setting default distribution to trixie in all container-build script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | share/build-scripts/debootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/build-scripts/debootstrap b/share/build-scripts/debootstrap index ccfc2c9..27530e7 100755 --- a/share/build-scripts/debootstrap +++ b/share/build-scripts/debootstrap @@ -153,7 +153,7 @@ then fi ARCHITECTURE="${ARCHITECTURE:-$(dpkg --print-architecture)}" -DISTRIBUTION="${DISTRIBUTION:-bookworm}" +DISTRIBUTION="${DISTRIBUTION:-trixie}" MIRROR="${MIRROR:-https://deb.debian.org/debian}" PASSWORD="${PASSWORD:-$(dd if=/dev/urandom bs=12 count=1 2> /dev/null | base64)}" |