bugzilla/ansible/roles/docker_registry/templates/config.yml.j2
Tiara Rodney 883f31932e
init
2026-03-14 05:38:45 +01:00

13 lines
237 B
Django/Jinja

version: 0.1
log:
fields:
service: registry
storage:
filesystem:
rootdirectory: /var/lib/registry
delete:
enabled: true
http:
addr: :5000
proxy:
remoteurl: {{ remote_url | default('https://registry-1.docker.io') }}