1
0
mirror of https://github.com/containers/skopeo.git synced 2025-05-14 10:50:12 +00:00
skopeo/default-policy.json
Miloslav Trmač d4462330a5 Add a default policy file, install it in (make install) and integration tests
(skopeo copy) will soon ALWAYS require a present policy file.  So,
install one by (make install), and ensure that integration tests do so
as well.

Also simplifies the usage of install(1) a bit.
2016-08-25 19:39:21 +02:00

7 lines
91 B
JSON

{
"default": [
{
"type": "insecureAcceptAnything"
}
]
}