813c1af44e
This corrects outstanding errors in the container image build and adds the build to the gate. Change-Id: I2c8b637d66a640b5eeb894eefd148ce61df4a847
14 lines
314 B
YAML
14 lines
314 B
YAML
# Version 2 is the latest that is supported by docker-compose in
|
|
# Ubuntu Xenial.
|
|
version: '2'
|
|
|
|
services:
|
|
zuul-registry:
|
|
image: zuul/zuul-registry
|
|
volumes:
|
|
- "./conf/:/conf/:z"
|
|
- "/tmp/registry-test/storage/:/storage:z"
|
|
- "/tmp/registry-test/tls/:/tls:z"
|
|
ports:
|
|
- "9000:9000"
|