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