mirror of https://github.com/docker/cli.git
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:
parent
ec5504a83f
commit
4569378ca6
|
@ -1,4 +1,4 @@
|
||||||
ARG NOTARY_VERSION=0.5.0
|
ARG NOTARY_VERSION=0.6.1
|
||||||
FROM notary:server-${NOTARY_VERSION}
|
FROM notary:server-${NOTARY_VERSION}
|
||||||
|
|
||||||
COPY ./notary-evil/ /fixtures/
|
COPY ./notary-evil/ /fixtures/
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG NOTARY_VERSION=0.5.0
|
ARG NOTARY_VERSION=0.6.1
|
||||||
FROM notary:server-${NOTARY_VERSION}
|
FROM notary:server-${NOTARY_VERSION}
|
||||||
|
|
||||||
COPY ./notary/ /fixtures/
|
COPY ./notary/ /fixtures/
|
||||||
|
|
Loading…
Reference in New Issue