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.notary-server
5 lines
89 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
Make e2e test image - Build image that contains everything needed to run e2e tests - Add ability to run e2e tests against an endpoint Signed-off-by: Christopher Crone <christopher.crone@docker.com>
2018-05-17 07:11:59 -04:00
FROM
notary:server-${NOTARY_VERSION}
COPY
./notary/ /fixtures/