diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-08 10:13:08 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-07-08 10:13:08 +0200 |
commit | 0094dc2ecc4267542fb17c98f49f703fe549d1f6 (patch) | |
tree | bcd03e6524972c4fad9699a44ec7937223bdfafa /data | |
parent | 8ec205dd21f91d71da6f0feb8c8c9b1c2318654e (diff) | |
download | vyos-build-0094dc2ecc4267542fb17c98f49f703fe549d1f6.tar.gz vyos-build-0094dc2ecc4267542fb17c98f49f703fe549d1f6.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.
Diffstat (limited to 'data')
-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 |