diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-08 10:13:08 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-08 15:01:39 +0000 |
commit | ef1fdaba54c2ddcf52a725c9add6c1bbc35865fe (patch) | |
tree | ce5870812c00b7f2f3d1259e2d509c8fc05edde5 | |
parent | 9ff0db23034466d8315680e66cf39c824d4bddd0 (diff) | |
download | vyos-build-ef1fdaba54c2ddcf52a725c9add6c1bbc35865fe.tar.gz vyos-build-ef1fdaba54c2ddcf52a725c9add6c1bbc35865fe.zip |
container: T5867: pin specific podman version
As of Debian version 4.9.5+ds1-1 podman increased the dependency on
libc6 and libgpgme11t64.
podman : Depends: libc6 (>= 2.38) but 2.36-9+deb12u7 is to be installed
Depends: libgpgme11t64 (>= 1.4.1) but it is not going to be installed
Pin the version to a prior one that requires the old libc.
(cherry picked from commit 0094dc2ecc4267542fb17c98f49f703fe549d1f6)
-rw-r--r-- | data/live-build-config/archives/trixie.pref.chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/live-build-config/archives/trixie.pref.chroot b/data/live-build-config/archives/trixie.pref.chroot index a976413d..d1016081 100644 --- a/data/live-build-config/archives/trixie.pref.chroot +++ b/data/live-build-config/archives/trixie.pref.chroot @@ -1,5 +1,5 @@ Package: podman -Pin: release n=trixie +Pin: version 4.9.4* Pin-Priority: 900 Package: netavark |