Skip to content

Commit

Permalink
Merge pull request #1685 from t0rr3sp3dr0/patch-1
Browse files Browse the repository at this point in the history
Set Directory Transport Destination as Thread-Safe
  • Loading branch information
mtrmac committed Oct 13, 2022
2 parents 6ea5374 + b8aad11 commit 87afcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion directory/directory_dest.go
Expand Up @@ -105,7 +105,7 @@ func newImageDestination(sys *types.SystemContext, ref dirReference) (private.Im
AcceptsForeignLayerURLs: false,
MustMatchRuntimeOS: false,
IgnoresEmbeddedDockerReference: false, // N/A, DockerReference() returns nil.
HasThreadSafePutBlob: false,
HasThreadSafePutBlob: true,
}),
NoPutBlobPartialInitialize: stubs.NoPutBlobPartial(ref),

Expand Down

0 comments on commit 87afcef

Please sign in to comment.