8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
18 lines
495 B
YAML
18 lines
495 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"
|
|
auth:
|
|
token:
|
|
realm: "https://auth.localregistry:5559/token/"
|
|
issuer: "registry-test"
|
|
service: "registry-test"
|
|
rootcertbundle: "/etc/docker/registry/tokenbundle.pem"
|