I am using a rolling 1.5 release (1.5-rolling-202408010023) and cannot add a container image because the policy.json file is msising
$ add container image adguard/adguardhome:v0.107.52
Error: open /etc/containers/policy.json: no such file or directory
and yep it appears it is not there:
$ ls /etc/containers/
containers.conf networks registries.conf storage.conf
After adding a default “insecure” policy (per podman) I was able to get it to pull:
$ cat /etc/containers/policy.json
{
"default": [
{
"type": "insecureAcceptAnything"
}
]
}