diff --git a/oci/layout/oci_dest.go b/oci/layout/oci_dest.go index d0ee72635..c8156cc3a 100644 --- a/oci/layout/oci_dest.go +++ b/oci/layout/oci_dest.go @@ -112,7 +112,7 @@ func (d *ociImageDestination) IgnoresEmbeddedDockerReference() bool { // HasThreadSafePutBlob indicates whether PutBlob can be executed concurrently. func (d *ociImageDestination) HasThreadSafePutBlob() bool { - return false + return true } // PutBlob writes contents of stream and returns data representing the result.