File: registry-config-notls.yml

package info (click to toggle)
docker-registry 2.8.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,148 kB
  • sloc: sh: 331; makefile: 82
file content (18 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
version: 0.1
loglevel: debug
storage:
    cache:
        blobdescriptor: inmemory
    filesystem:
        rootdirectory: /tmp/registry-dev
http:
    addr: 0.0.0.0:5000
compatibility:
    schema1:
        enabled: true
auth:
    token:
        realm: "https://auth.localregistry:5559/token/"
        issuer: "registry-test"
        service: "registry-test"
        rootcertbundle: "/etc/docker/registry/tokenbundle.pem"