Skip to content

Commit

Permalink
Merge pull request #553 from vrothberg/avoid-rc
Browse files Browse the repository at this point in the history
dockerImageDestination: HasThreadSafePutBlob -> false
  • Loading branch information
rhatdan authored Dec 21, 2018
2 parents 0c6cc8e + f716db4 commit f0cbc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker_image_dest.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func (c *sizeCounter) Write(p []byte) (n int, err error) {

// HasThreadSafePutBlob indicates whether PutBlob can be executed concurrently.
func (d *dockerImageDestination) HasThreadSafePutBlob() bool {
return true
return false
}

// PutBlob writes contents of stream and returns data representing the result (with all data filled in).
Expand Down

0 comments on commit f0cbc16

Please sign in to comment.