From e86ca5ee04217457c2b7fbf8912506f024bb1f71 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 807b7e7c32..323ccbf34e 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 0419bae733..1f4cfd3ef6 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 8ac3d6864e..5da8d93235 100644 --- a/content/manuals/engine/security/trust/trust_sandbox.md +++ b/content/manuals/engine/security/trust/trust_sandbox.md @@ -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