mirror of https://github.com/containers/podman.git
pkg/machine/ocipull: add default policy.json file
So that this file can be inculded in our windows/macos packages and also by other packagers. Right now the default policy is allow everything but we plan to add signing in the future. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
f5a2683192
commit
bed61806c8
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"default": [
|
||||
{
|
||||
"type": "insecureAcceptAnything"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue