Files
docker-cli/components/cli/e2e/testdata/Dockerfile.notary-server
Christopher Crone 35713286b5 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>
Upstream-commit: 6b38918ce4
Component: cli
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/