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
13 lines
269 B
YAML
13 lines
269 B
YAML
# Version 2 is the latest that is supported by docker-compose in
|
|
# Ubuntu Xenial.
|
|
version: '2'
|
|
|
|
services:
|
|
registry:
|
|
image: zuul/zuul-registry
|
|
volumes:
|
|
- "./standard-conf/:/conf/:z"
|
|
- "/tmp/registry-test/tls/:/tls:z"
|
|
ports:
|
|
- "9000:9000"
|