This website requires JavaScript.
Explore
Help
Register
Sign In
Guest24897
/
DockerCLI
mirror of
https://github.com/docker/cli.git
Watch
1
Star
0
Fork
You've already forked DockerCLI
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b7c31c36fa
DockerCLI
/
e2e
/
testdata
/
Dockerfile.evil-notary-server
5 lines
94 B
Docker
Raw
Normal View
History
Unescape
Escape
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>
2023-02-23 09:14:05 -05:00
ARG
NOTARY_VERSION
=
0
.6.1
Add missing test Signed-off-by: glefloch <glfloch@gmail.com>
2018-11-07 07:42:43 -05:00
FROM
notary:server-${NOTARY_VERSION}
COPY
./notary-evil/ /fixtures/