Merge pull request #6243 from ktock/pusher-abort

remotes: fix dockerPusher to handle abort correctly
This commit is contained in:
Derek McGowan
2022-02-01 18:07:46 -08:00
committed by GitHub
3 changed files with 121 additions and 1 deletions

View File

@@ -31,6 +31,9 @@ type Status struct {
Committed bool
// ErrClosed contains error encountered on close.
ErrClosed error
// UploadUUID is used by the Docker registry to reference blob uploads
UploadUUID string
}