mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

Override the signature policy to always allow pushing images from local storage, even if the default policy is set up to always disallow reading images from any location. Pay attention to the --signature-policy option in `podman push`, so that we can test this properly. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
8 lines
58 B
JSON
8 lines
58 B
JSON
{
|
|
"default": [
|
|
{
|
|
"type": "reject"
|
|
}
|
|
]
|
|
}
|