Merge pull request #5379 from ktock/fix-push-race

Fix PushHandler cannot push image that contains duplicated blobs
This commit is contained in:
Phil Estes
2021-04-20 08:56:07 -04:00
committed by GitHub
11 changed files with 445 additions and 5 deletions

1
go.mod
View File

@@ -35,6 +35,7 @@ require (
github.com/hashicorp/go-multierror v1.0.0
github.com/imdario/mergo v0.3.11
github.com/klauspost/compress v1.11.13
github.com/moby/locker v1.0.1
github.com/moby/sys/mountinfo v0.4.1
github.com/moby/sys/symlink v0.1.0
github.com/opencontainers/go-digest v1.0.0