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 18:57:30 +0000 |
commit | 256924f011aaaa158b3d9d1bc9470717f9703a4f (patch) | |
tree | 253bdd4e25ce866ced167ce42096d3542b8bed20 | |
parent | Updating signed-by apt keyring handling for non-released distributions in deb... (diff) | |
download | compute-tools-256924f011aaaa158b3d9d1bc9470717f9703a4f.tar.xz compute-tools-256924f011aaaa158b3d9d1bc9470717f9703a4f.zip |
Setting default distribution to trixie in all container-build script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rwxr-xr-x | share/build-scripts/debconf.d/0003-debconf | 2 | ||||
-rwxr-xr-x | share/build-scripts/debootstrap | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/build-scripts/debconf.d/0003-debconf b/share/build-scripts/debconf.d/0003-debconf index dd2a7c7..36be4e2 100755 --- a/share/build-scripts/debconf.d/0003-debconf +++ b/share/build-scripts/debconf.d/0003-debconf @@ -89,7 +89,7 @@ Distribution () db_subst container/distribution CHOICES "Debian GNU/Linux 10 \"buster\", Debian GNU/Linux 11 \"bullseye\", Debian GNU/Linux 12 \"bookworm\", Debian GNU/Linux 13 \"trixie\", Debian GNU/Linux testing, Debian GNU/Linux unstable/sid" db_subst container/distribution CHOICES_C "buster, bullseye, bookworm, trixie, testing, sid" - db_set container/distribution bookworm + db_set container/distribution trixie db_fset container/distribution seen false ;; 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)}" |