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 2ea60bea5e
commit 7ded6d3aef
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
exec /entrypoint.sh /etc/docker/registry/config.yml
exec /entrypoint.sh /etc/distribution/config.yml