zuul-registry/playbooks/functional-test/standard-conf/registry.yaml
James E. Blair 0ce552de40 Run docker and podman push/pull tests
This runs equivalent tests on the registry in the standard (ie,
intermediate) configuration using both docker and podman.

A later change will add the same for running the registry in the
namespaced (ie, buildset) configuration.

Change-Id: Ieeb1e7a75f6ca931d2275e3306f987aea2ba677f
2019-10-10 10:21:05 -07:00

15 lines
284 B
YAML

registry:
address: '0.0.0.0'
port: 9000
public-url: https://localhost:9000
tls-cert: /tls/cert.pem
tls-key: /tls/cert.key
secret: test_token_secret
users:
- name: testuser
pass: testpass
access: write
storage:
driver: filesystem
root: /storage