Skip to content

Commit

Permalink
cmd: enable partial blobs
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe committed Dec 3, 2020
1 parent bd55cec commit fa17adc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/skopeo/copy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fa17adc

Please sign in to comment.