Skip to content

Commit de6f51a

Browse files
committed
Bumping version and suggestions from @glours
1 parent b09d743 commit de6f51a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

engine/security/trust/trust_sandbox.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,9 @@ the `trustsandbox` container, the Notary server, and the Registry server.
7979

8080
4. Add the following to the new file.
8181

82-
version: "2"
8382
services:
8483
server:
85-
image: notary:server-0.6.1-2
84+
image: notary:server-0.7.0
8685
container_name: notaryserver
8786
networks:
8887
sandbox:
@@ -98,7 +97,7 @@ the `trustsandbox` container, the Notary server, and the Registry server.
9897
notary-server -config=/notarydir/fixtures/server-config-local.json"
9998

10099
signer:
101-
image: notary:signer-0.6.1-2
100+
image: notary:signer-0.7.0
102101
container_name: notarysigner
103102
networks:
104103
sandbox:
@@ -112,7 +111,7 @@ the `trustsandbox` container, the Notary server, and the Registry server.
112111
notary-signer -config=/notarydir/fixtures/signer-config-local.json"
113112

114113
trustsandbox:
115-
image: docker:dind
114+
image: docker:20.10.20-dind
116115
networks:
117116
- sandbox
118117
volumes:
@@ -127,7 +126,7 @@ the `trustsandbox` container, the Notary server, and the Registry server.
127126
dockerd-entrypoint.sh --insecure-registry sandboxregistry:5000'
128127

129128
sandboxregistry:
130-
image: registry:2.7
129+
image: registry:2.8.1
131130
networks:
132131
sandbox:
133132
aliases:

0 commit comments

Comments
 (0)