diff --git a/content/manuals/build/ci/github-actions/local-registry.md b/content/manuals/build/ci/github-actions/local-registry.md index 807b7e7c320..323ccbf34e4 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 0419bae733a..1f4cfd3ef6b 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 8b159b8691c..fb2f332ce55 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