Upgraded podman is missing /etc/containers/policy.json and fails to run without manually adding it.
Description
Description
Details
Details
- Difficulty level
- Unknown (require assessment)
- Version
- ?
- Why the issue appeared?
- Will be filled on close
- Is it a breaking change?
- Perfectly compatible
- Issue type
- Bug (incorrect behavior)
Related Objects
Related Objects
- Mentioned Here
- T6598: Unexpected podman version 4.3.1
Event Timeline
Comment Actions
Verified on my 1.4 install the policy.json is present, but missing in the latest rolling release
Comment Actions
1.4 is not affected
vyos@r15:~$ show version all | match podman ii podman 4.9.5 amd64 Engine to run OCI-based containers in Pods vyos@r15:~$ vyos@r15:~$ vyos@r15:~$ show container image REPOSITORY TAG IMAGE ID CREATED SIZE localhost/vyos-flowspec-netfilter 1.0 2b8b95eddb07 2 weeks ago 91.5 MB docker.io/adguard/adguardhome v0.107.52 6543abecfa41 4 weeks ago 71.4 MB vyos@r15:~$ vyos@r15:~$ vyos@r15:~$ cat /etc/containers/policy.json { "default": [ { "type": "insecureAcceptAnything" } ] } vyos@r15:~$ vyos@r15:~$ vyos@r15:~$ show version Version: VyOS 1.4-rolling-202408051021 Release train: sagitta Release flavor: iso
Comment Actions
Thanks for verifying. Interesting, is it also using the custom Podman package?
btw, can the 1.4 rolling be built or downloaded somewhere?