mirror of
https://github.com/containers/skopeo.git
synced 2025-09-17 23:39:13 +00:00
Implement policy enforcement in (skopeo copy)
Finally, load and enforce the policy. NOTE that this breaks a simple ./skopeo from a built directory if you don't have /etc/atomic/policy.json installed for other reasons; use (./skopeo --policy default-policy.json) instead.
This commit is contained in:
@@ -59,6 +59,8 @@ Most commands refer to container images, using a _transport_`:`_details_ format.
|
||||
|
||||
Copy an image (manifest, filesystem layers, signatures) from one location to another.
|
||||
|
||||
Uses the system's signature verification policy to validate images, refuses to copy images rejected by the policy.
|
||||
|
||||
_source-image_ use the "image name" format described above
|
||||
|
||||
_destination-image_ use the "image name" format described above
|
||||
|
Reference in New Issue
Block a user