Cleanup of dockerfiles, compose files and env vars
Signed-off-by: Christopher Petito <chrisjpetito@gmail.com>
This commit is contained in:
3
e2e/testdata/Dockerfile.evil-notary-server
vendored
3
e2e/testdata/Dockerfile.evil-notary-server
vendored
@ -1,4 +1,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
ARG NOTARY_VERSION=0.6.1
|
||||
|
||||
FROM notary:server-${NOTARY_VERSION}
|
||||
|
||||
COPY ./notary-evil/ /fixtures/
|
||||
|
||||
Reference in New Issue
Block a user