diff --git a/docker/docker_image_dest.go b/docker/docker_image_dest.go index 5b006c66bd..973d160d0a 100644 --- a/docker/docker_image_dest.go +++ b/docker/docker_image_dest.go @@ -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).