Files
docker-cli/e2e/testdata/Dockerfile.notary-server
Christopher Crone 6b38918ce4 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-29 13:39:31 +02:00

5 lines
89 B
Docker

ARG NOTARY_VERSION=0.5.0
FROM notary:server-${NOTARY_VERSION}
COPY ./notary/ /fixtures/