Merge pull request #6243 from ktock/pusher-abort
remotes: fix dockerPusher to handle abort correctly
This commit is contained in:
		| @@ -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 | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Derek McGowan
					Derek McGowan