Skip to content

Commit 4569378

Browse files
committed
e2e: Match notary server version with the main Dockerfile
notary server version 0.5.0 is linux/amd64 only. Also, e2e stage from top level Dockerfile uses 0.6.1 notary version - change the Dockerfiles in e2e/testdata to have the same version. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent ec5504a commit 4569378

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NOTARY_VERSION=0.5.0
1+
ARG NOTARY_VERSION=0.6.1
22
FROM notary:server-${NOTARY_VERSION}
33

44
COPY ./notary-evil/ /fixtures/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NOTARY_VERSION=0.5.0
1+
ARG NOTARY_VERSION=0.6.1
22
FROM notary:server-${NOTARY_VERSION}
33

44
COPY ./notary/ /fixtures/

0 commit comments

Comments
 (0)