moby--moby/graph
Don Kjer 568f86eb18 Deprecating ResolveRepositoryName
Passing RepositoryInfo to ResolveAuthConfig, pullRepository, and pushRepository

Moving --registry-mirror configuration to registry config

Created resolve_repository job

Repo names with 'index.docker.io' or 'docker.io' are now synonymous with omitting an index name.

Adding test for RepositoryInfo

Adding tests for opts.StringSetOpts and registry.ValidateMirror

Fixing search term use of repoInfo

Adding integration tests for registry mirror configuration

Normalizing LookupImage image name to match LocalName parsing rules

Normalizing repository LocalName to avoid multiple references to an official image

Removing errorOut use in tests

Removing TODO comment

gofmt changes

golint comments cleanup.  renaming RegistryOptions => registry.Options, and RegistryServiceConfig => registry.ServiceConfig

Splitting out builtins.Registry and registry.NewService calls

Stray whitespace cleanup

Moving integration tests for Mirrors and InsecureRegistries into TestNewIndexInfo unit test

Factoring out ValidateRepositoryName from NewRepositoryInfo

Removing unused IndexServerURL

Allowing json marshaling of ServiceConfig.  Exposing ServiceConfig in /info

Switching to CamelCase for json marshaling

PR cleanup; removing 'Is' prefix from boolean members.  Removing unneeded json tags.

Removing non-cleanup related fix for 'localhost:[port]' in splitReposName

Merge fixes for gh9735

Fixing integration test

Reapplying #9754

Adding comment on config.IndexConfigs use from isSecureIndex

Remove unused error return value from isSecureIndex

Signed-off-by: Don Kjer <don.kjer@gmail.com>

Adding back comment in isSecureIndex

Signed-off-by: Don Kjer <don.kjer@gmail.com>
2015-01-08 20:14:58 +00:00
..
MAINTAINERS Add maintainers to daemon/ and graph/ 2014-08-06 10:29:15 +00:00
export.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
graph.go Improve message when pushing a non-existent image 2014-12-11 17:57:23 +00:00
history.go Wrap strings that could look like ints in quotes 2014-12-15 05:10:49 -08:00
import.go Add import/pull events to the stream 2014-11-06 12:12:41 -08:00
list.go Wrap strings that could look like ints in quotes 2014-12-15 05:10:49 -08:00
load.go Have .dockerignore support Dockerfile/.dockerignore 2015-01-06 10:57:48 -08:00
load_unsupported.go graph/load: add build tags to fix make cross 2014-11-25 02:06:45 +02:00
pools_test.go don't call reexec.Init from chrootarchive 2014-11-25 01:03:40 +02:00
pull.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
push.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
service.go Wrap strings that could look like ints in quotes 2014-12-15 05:10:49 -08:00
tag.go Move "image_tag" and "tag" to graph/tag.go 2014-08-06 17:18:51 -04:00
tags.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
tags_unit_test.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
viz.go Move "viz" to graph/viz.go 2014-08-06 17:18:50 -04:00