zuul-registry/playbooks/functional-test/standard-compose.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

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"