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