From 2469ba0a12abe04a39dbd833d3d44ae016ef10ad Mon Sep 17 00:00:00 2001 From: Tycho Andersen Date: Tue, 25 Jun 2019 15:56:06 -0600 Subject: [PATCH] man pages: add --dest-oci-accept-uncompressed-layers Signed-off-by: Tycho Andersen --- docs/skopeo-copy.1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/skopeo-copy.1.md b/docs/skopeo-copy.1.md index 33eade9a..a7728c1f 100644 --- a/docs/skopeo-copy.1.md +++ b/docs/skopeo-copy.1.md @@ -34,6 +34,8 @@ If the authorization state is not found there, $HOME/.docker/config.json is chec **--dest-compress** _bool-value_ Compress tarball image layers when saving to directory using the 'dir' transport. (default is same compression type as source) +**--dest-oci-accept-uncompressed-layers** _bool-value_ Allow uncompressed image layers when saving to an OCI image using the 'oci' transport. (default is to compress things that aren't compressed) + **--dest-creds** _username[:password]_ for accessing the destination registry **--src-cert-dir** _path_ Use certificates at _path_ (*.crt, *.cert, *.key) to connect to the source registry or daemon