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>
5 lines
94 B
Docker
5 lines
94 B
Docker
ARG NOTARY_VERSION=0.6.1
|
|
FROM notary:server-${NOTARY_VERSION}
|
|
|
|
COPY ./notary-evil/ /fixtures/
|