Use registry:3 image for the integration tests

v3 was recently released which broke the integration tests. Update them
to use the correct config file.

Set the major version to prevent this from happening when v4 is
released.
This commit is contained in:
Donal McBreen
2025-04-15 10:55:36 +01:00
parent ec28caa83f
commit 215fd2faed
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM registry
FROM registry:3
COPY boot.sh .

View File

@@ -2,4 +2,4 @@
while [ ! -f /certs/domain.crt ]; do sleep 1; done
exec /entrypoint.sh /etc/docker/registry/config.yml
exec /entrypoint.sh /etc/distribution/config.yml