Merge pull request #1494 from basecamp/integration-test-registry-3
Use registry:3 image for the integration tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM registry
|
FROM registry:3
|
||||||
|
|
||||||
COPY boot.sh .
|
COPY boot.sh .
|
||||||
|
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
while [ ! -f /certs/domain.crt ]; do sleep 1; done
|
while [ ! -f /certs/domain.crt ]; do sleep 1; done
|
||||||
|
|
||||||
exec /entrypoint.sh /etc/docker/registry/config.yml
|
exec /entrypoint.sh /etc/distribution/config.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user