Skip to content

Commit

Permalink
Changed oci layout transport to thread-safe destination
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Madonna <madonna.alberto@gmail.com>
  • Loading branch information
Madeeks committed Feb 24, 2022
1 parent 1045fb7 commit 37c018e
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 37c018e

Please sign in to comment.