diff --git a/cmd/skopeo/copy.go b/cmd/skopeo/copy.go index 4a261bac91..566f9874e4 100644 --- a/cmd/skopeo/copy.go +++ b/cmd/skopeo/copy.go @@ -195,6 +195,7 @@ func (opts *copyOptions) run(args []string, stdout io.Writer) error { OciDecryptConfig: decConfig, OciEncryptLayers: encLayers, OciEncryptConfig: encConfig, + FetchPartialBlobs: true, }) return err }, opts.retryOpts)