Skip to content

Commit

Permalink
Merge pull request #1481 from Madeeks/oci-layout-threadsafe-dest
Browse files Browse the repository at this point in the history
Change OCI layout transport to thread-safe destination
  • Loading branch information
mtrmac committed Feb 25, 2022
2 parents 34a3bc2 + 37c018e commit d722da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oci/layout/oci_dest.go
Expand Up @@ -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.
Expand Down

0 comments on commit d722da5

Please sign in to comment.