1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/graph
Derek McGowan a0d9ffd6f7 Fix layer exclusion bug on multiple tag push
Ensure that layers are not excluded from manifests based on previous pushes.
Continue skipping pushes on layers which were pushed by a previous tag.

Update push multiple tag tests.
Ensure that each tag pushed exists on the registry and is pullable.
Add output comparison on multiple tag push check.

fixes #15536

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2015-09-10 18:08:59 -07:00
..
tags Kind of typo 2015-09-09 19:03:53 +08:00
export.go change exportImage to top-level func 2015-08-10 22:18:57 +08:00
graph.go We don't need image layer stream when create the rootfs 2015-09-09 20:31:08 +08:00
graph_test.go Replace GenerateRandomID with GenerateNonCryptoID 2015-07-28 22:31:01 -07:00
history.go Refactor some code to use simply format 2015-09-06 20:59:09 +08:00
import.go adding message option to the import subcommand 2015-08-25 02:55:04 +00:00
list.go Fix #8048 : make docker images repository:tag work 2015-08-13 08:50:09 +02:00
load.go Clean up ProgressStatus 2015-08-27 13:22:08 -07:00
load_unsupported.go /graph fix lin errors/warnings 2015-07-29 20:59:36 +00:00
mutex.go Attempt to protect on disk image store with mutex 2015-06-25 20:16:37 -07:00
pools_test.go Clean up ProgressStatus 2015-08-27 13:22:08 -07:00
pull.go registry: Do not push to mirrors 2015-08-06 17:41:59 -04:00
pull_v1.go Remove "...already being pulled" messages 2015-08-27 13:22:08 -07:00
pull_v2.go Fix goroutine leak on pull 2015-08-31 15:56:19 -07:00
push.go Fix layer exclusion bug on multiple tag push 2015-09-10 18:08:59 -07:00
push_v1.go Change poolAdd to return a boolean instead of an error 2015-08-27 11:18:42 -07:00
push_v2.go Fix layer exclusion bug on multiple tag push 2015-09-10 18:08:59 -07:00
registry.go Documentation improvements and code cleanups for graph package 2015-07-30 14:27:10 -07:00
service.go fix golint warnings/errors on package api/types/ 2015-08-07 09:43:43 +08:00
tags.go Merge pull request #15489 from aaronlehmann/pull-updates 2015-08-31 09:37:33 -07:00
tags_unit_test.go Finish linting opts and trust package. 2015-08-27 17:36:11 +02:00