1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/graph
Michael Crosby f29b2e48eb Refactor IsSecure change
Fix issue with restoring the tag store and setting static configuration
from the daemon. i.e. the field on the TagStore struct must be made
internal or the json.Unmarshal in restore will overwrite the insecure
registries to be an empty struct.

Signed-off-by: Michael Crosby <michael@docker.com>

Conflicts:
	graph/pull.go
	graph/push.go
	graph/tags.go
2014-10-30 19:41:55 -04:00
..
export.go Mass gofmt 2014-10-24 15:11:48 -07:00
graph.go Mass gofmt 2014-10-24 15:11:48 -07:00
history.go Move "image_history" to graph/history.go 2014-08-06 17:18:50 -04:00
import.go Move archive package into pkg/archive 2014-09-29 23:23:36 -07:00
list.go Move "images" to graph/list.go 2014-08-06 17:18:50 -04:00
load.go Mass gofmt 2014-10-24 15:11:48 -07:00
MAINTAINERS Add maintainers to daemon/ and graph/ 2014-08-06 10:29:15 +00:00
pools_test.go Move "pull" and "push" to graph/pull.go and graph/push.go 2014-08-08 07:25:09 +00:00
pull.go Refactor IsSecure change 2014-10-30 19:41:55 -04:00
push.go Refactor IsSecure change 2014-10-30 19:41:55 -04:00
service.go Mass gofmt 2014-10-24 15:11:48 -07:00
tag.go Move "image_tag" and "tag" to graph/tag.go 2014-08-06 17:18:51 -04:00
tags.go Refactor IsSecure change 2014-10-30 19:41:55 -04:00
tags_unit_test.go Add provenance pull flow for official images 2014-10-01 18:26:06 -07:00
viz.go Move "viz" to graph/viz.go 2014-08-06 17:18:50 -04:00