Bump registry image references to 3

[The last `2` update was 7 months ago](https://hub.docker.com/_/registry/tags?name=2).
This commit is contained in:
Jack Green
2025-08-29 14:52:50 +01:00
committed by Sebastiaan van Stijn
parent e5e8f9f84e
commit e86ca5ee04
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
services:
registry:
image: registry:2
image: registry:3
ports:
- 5000:5000
steps:

View File

@@ -112,7 +112,7 @@ jobs:
runs-on: ubuntu-latest
services:
registry:
image: registry:2
image: registry:3
ports:
- 5000:5000
steps:

View File

@@ -91,7 +91,7 @@ the `trustsandbox` container, the Notary server, and the Registry server.
- NOTARY_SERVER_STORAGE_TYPE=memory
- NOTARY_SERVER_TRUST_SERVICE_TYPE=local
sandboxregistry:
image: registry:2.4.1
image: registry:3
networks:
- sandbox
container_name: sandboxregistry