moby--moby/graph
Derek McGowan 770e9b6b81 Enable v2 default push
When pushing to the official registry, v2 push will be attempted first. If the v2 endpoint is unavailable, a push to v1 will occur. If a v2 push is started and failed, the push operation will fail. Pulling non-official images the official v2 registry is also enabled to pull the newly push images. When a pull of a v2 image fails, v1 will always be attempted.

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2015-03-20 11:09:33 -07:00
..
export.go
graph.go
history.go Add ability to refer to image by name + digest 2015-03-17 10:10:42 +00:00
import.go Add ability to refer to image by name + digest 2015-03-17 10:10:42 +00:00
list.go Add ability to refer to image by name + digest 2015-03-17 10:10:42 +00:00
load.go
load_unsupported.go
manifest.go Add verification of image manifest digests 2015-03-20 09:34:39 -07:00
manifest_test.go
pools_test.go
pull.go Enable v2 default push 2015-03-20 11:09:33 -07:00
push.go Enable v2 default push 2015-03-20 11:09:33 -07:00
service.go
tag.go
tags.go Add ability to refer to image by name + digest 2015-03-17 10:10:42 +00:00
tags_unit_test.go Add ability to refer to image by name + digest 2015-03-17 10:10:42 +00:00
viz.go