e9864ce8b9
port of #2473 Signed-off-by: Viktor Stanchev <me@viktorstanchev.com>
21 lines
545 B
YAML
21 lines
545 B
YAML
version: 0.1
|
|
loglevel: debug
|
|
storage:
|
|
cache:
|
|
blobdescriptor: inmemory
|
|
filesystem:
|
|
rootdirectory: /tmp/registry-dev
|
|
http:
|
|
addr: 0.0.0.0:5000
|
|
tls:
|
|
certificate: "/etc/docker/registry/localregistry.cert"
|
|
key: "/etc/docker/registry/localregistry.key"
|
|
compatibility:
|
|
schema1:
|
|
enabled: true
|
|
auth:
|
|
token:
|
|
realm: "https://auth.localregistry:5556/token/"
|
|
issuer: "registry-test"
|
|
service: "registry-test"
|
|
rootcertbundle: "/etc/docker/registry/tokenbundle.pem"
|