Skip to content

Commit e86ca5e

Browse files
JackPGreenthaJeztah
authored andcommitted
Bump registry image references to 3
[The last `2` update was 7 months ago](https://hub.docker.com/_/registry/tags?name=2).
1 parent e5e8f9f commit e86ca5e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/manuals/build/ci/github-actions/local-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
services:
2121
registry:
22-
image: registry:2
22+
image: registry:3
2323
ports:
2424
- 5000:5000
2525
steps:

content/manuals/build/ci/github-actions/named-contexts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
runs-on: ubuntu-latest
113113
services:
114114
registry:
115-
image: registry:2
115+
image: registry:3
116116
ports:
117117
- 5000:5000
118118
steps:

content/manuals/engine/security/trust/trust_sandbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ the `trustsandbox` container, the Notary server, and the Registry server.
9191
- NOTARY_SERVER_STORAGE_TYPE=memory
9292
- NOTARY_SERVER_TRUST_SERVICE_TYPE=local
9393
sandboxregistry:
94-
image: registry:2.4.1
94+
image: registry:3
9595
networks:
9696
- sandbox
9797
container_name: sandboxregistry

0 commit comments

Comments
 (0)