Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimal changes to trust/trust_sandbox docs #13912

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bumping version and suggestions from @glours
  • Loading branch information
IAL32 committed Oct 20, 2022
commit de6f51a1210ef60814548d2dd043896a338d02e8
9 changes: 4 additions & 5 deletions engine/security/trust/trust_sandbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,9 @@ the `trustsandbox` container, the Notary server, and the Registry server.

4. Add the following to the new file.

version: "2"
services:
server:
IAL32 marked this conversation as resolved.
Show resolved Hide resolved
image: notary:server-0.6.1-2
image: notary:server-0.7.0
container_name: notaryserver
IAL32 marked this conversation as resolved.
Show resolved Hide resolved
networks:
sandbox:
Expand All @@ -98,7 +97,7 @@ the `trustsandbox` container, the Notary server, and the Registry server.
notary-server -config=/notarydir/fixtures/server-config-local.json"

signer:
image: notary:signer-0.6.1-2
image: notary:signer-0.7.0
container_name: notarysigner
networks:
sandbox:
Expand All @@ -112,7 +111,7 @@ the `trustsandbox` container, the Notary server, and the Registry server.
notary-signer -config=/notarydir/fixtures/signer-config-local.json"

trustsandbox:
image: docker:dind
image: docker:20.10.20-dind
networks:
- sandbox
volumes:
Expand All @@ -127,7 +126,7 @@ the `trustsandbox` container, the Notary server, and the Registry server.
dockerd-entrypoint.sh --insecure-registry sandboxregistry:5000'

sandboxregistry:
image: registry:2.7
image: registry:2.8.1
networks:
sandbox:
aliases:
Expand Down