|
@@ -29,10 +29,6 @@ type serviceConfig struct {
|
|
const (
|
|
const (
|
|
// DefaultNamespace is the default namespace
|
|
// DefaultNamespace is the default namespace
|
|
DefaultNamespace = "docker.io"
|
|
DefaultNamespace = "docker.io"
|
|
- // DefaultRegistryVersionHeader is the name of the default HTTP header
|
|
|
|
- // that carries Registry version info
|
|
|
|
- DefaultRegistryVersionHeader = "Docker-Distribution-Api-Version"
|
|
|
|
-
|
|
|
|
// IndexHostname is the index hostname
|
|
// IndexHostname is the index hostname
|
|
IndexHostname = "index.docker.io"
|
|
IndexHostname = "index.docker.io"
|
|
// IndexServer is used for user auth and image search
|
|
// IndexServer is used for user auth and image search
|