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>
This commit is contained in:
Paweł Gronowski 2023-02-23 15:14:05 +01:00
parent ec5504a83f
commit 4569378ca6
No known key found for this signature in database
GPG Key ID: B85EFCFE26DEF92A
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ARG NOTARY_VERSION=0.5.0
ARG NOTARY_VERSION=0.6.1
FROM notary:server-${NOTARY_VERSION}
COPY ./notary-evil/ /fixtures/

View File

@ -1,4 +1,4 @@
ARG NOTARY_VERSION=0.5.0
ARG NOTARY_VERSION=0.6.1
FROM notary:server-${NOTARY_VERSION}
COPY ./notary/ /fixtures/