Skip to content

Commit 201b8e0

Browse files
committed
podman: T9024: package upgrade from v4.9.5 to v5.8.4
This updates the used Podman version from 4.9.5 to 5.8.4 which is a major bump. For this update to work on Vyos we also do need to switch from crun to runc, as the Debian Bookworm provided version of crun is not working with podman 5.8.4. Building crun from Debian trixie package sources does not work due to missing build time dependencies.
1 parent 0e7145f commit 201b8e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/package-build/podman/package.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[packages]]
22
name = "podman"
3-
commit_id = "v4.9.5"
3+
commit_id = "v5.8.4"
44
scm_url = "https://github.com/containers/podman"
55

66
#build_cmd = "cd ..; ./build.sh"
@@ -15,7 +15,7 @@ fpm --input-type dir --output-type deb --name podman \
1515
--version $VERSION --deb-compression gz \
1616
--maintainer "VyOS Package Maintainers <maintainers@vyos.net>" \
1717
--description "Engine to run OCI-based containers in Pods" \
18-
--depends conmon --depends crun --depends netavark --depends libgpgme11 \
18+
--depends conmon --depends runc --depends netavark --depends libgpgme11 \
1919
--depends fuse-overlayfs --depends golang-github-containers-common \
2020
--license "Apache License 2.0" -C podman-v$VERSION --package ..
2121
"""

0 commit comments

Comments
 (0)