From c744df87a42a8b6ac4634f46756c183918ba1706 Mon Sep 17 00:00:00 2001 From: Jack Green Date: Fri, 29 Aug 2025 14:52:50 +0100 Subject: [PATCH] Bump `registry` image references to `3` [The last `2` update was 7 months ago](https://hub.docker.com/_/registry/tags?name=2). --- content/manuals/build/ci/github-actions/local-registry.md | 2 +- content/manuals/build/ci/github-actions/named-contexts.md | 2 +- content/manuals/engine/security/trust/trust_sandbox.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/manuals/build/ci/github-actions/local-registry.md b/content/manuals/build/ci/github-actions/local-registry.md index 807b7e7c320b..323ccbf34e4a 100644 --- a/content/manuals/build/ci/github-actions/local-registry.md +++ b/content/manuals/build/ci/github-actions/local-registry.md @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest services: registry: - image: registry:2 + image: registry:3 ports: - 5000:5000 steps: diff --git a/content/manuals/build/ci/github-actions/named-contexts.md b/content/manuals/build/ci/github-actions/named-contexts.md index 0419bae733a0..1f4cfd3ef6b5 100644 --- a/content/manuals/build/ci/github-actions/named-contexts.md +++ b/content/manuals/build/ci/github-actions/named-contexts.md @@ -112,7 +112,7 @@ jobs: runs-on: ubuntu-latest services: registry: - image: registry:2 + image: registry:3 ports: - 5000:5000 steps: diff --git a/content/manuals/engine/security/trust/trust_sandbox.md b/content/manuals/engine/security/trust/trust_sandbox.md index 8b159b8691cf..fb2f332ce55b 100644 --- a/content/manuals/engine/security/trust/trust_sandbox.md +++ b/content/manuals/engine/security/trust/trust_sandbox.md @@ -86,7 +86,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