From ebbceda772966166186a3f77bb2384f2052607bb Mon Sep 17 00:00:00 2001 From: jondkent Date: Thu, 7 Feb 2019 19:45:59 +0000 Subject: [PATCH] Updated as certicate as expire in documented version The current documentation points to use a version of notary which has an expired certicate. Updated the version of notary_autobuilds to 0.5.1 from 0.4.2. Change the shared volume to notarycerts:/var/lib/notary/fixtures from notarycerts:/go/src/github.com/docker/notary/fixtures as location of certificate has changed. --- engine/security/trust/trust_sandbox.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/security/trust/trust_sandbox.md b/engine/security/trust/trust_sandbox.md index 6cfbf8a326..65551042c9 100644 --- a/engine/security/trust/trust_sandbox.md +++ b/engine/security/trust/trust_sandbox.md @@ -77,9 +77,9 @@ the `trustsandbox` container, the Notary server, and the Registry server. version: "2" services: notaryserver: - image: dockersecurity/notary_autobuilds:server-v0.4.2 + image: dockersecurity/notary_autobuilds:server-v0.5.1 volumes: - - notarycerts:/go/src/github.com/docker/notary/fixtures + - notarycerts:/var/lib/notary/fixtures networks: - sandbox environment: