Skip to content

Commit b526425

Browse files
authored
Merge pull request vyos#1228 from c-po/podman-update
podman: T9024: package upgrade from v4.9.5 to v5.8.4
2 parents c99b4df + 201b8e0 commit b526425

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)