We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb82b7 commit 6605e8aCopy full SHA for 6605e8a
1 file changed
config/confd/templates/docker-registry.yml.tmpl
@@ -20,14 +20,6 @@ proxy:
20
remoteurl: {{getenv "REGISTRY2_PROXY_REMOTE_URL" "https://registry-1.docker.io"}}
21
username: {{getenv "REGISTRY2_PROXY_USERNAME"}}
22
password: {{getenv "REGISTRY2_PROXY_PASSWORD"}}
23
-{{else}}
24
-auth:
25
- token:
26
- service: {{getenv "REGISTRY2_HOST"}}
27
- realm: {{getenv "REGISTRY2_TOKEN_AUTH_REALM"}}
28
- issuer: {{getenv "REGISTRY2_TOKEN_AUTH_ISSUER"}}
29
- rootcertbundle: /tmp/registry-tokenauth.crt
30
- jwks: /tmp/registry-jwks.json
31
{{end}}
32
33
storage:
0 commit comments