0ce552de40
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
15 lines
284 B
YAML
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
|