Skip to content

Commit 63dce54

Browse files
committed
Dockerfile: remove notary
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent c03bd1a commit 63dce54

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,6 @@ FROM docker/buildx-bin:${BUILDX_VERSION} AS buildx
135135
FROM docker/compose-bin:${COMPOSE_VERSION} AS compose
136136

137137
FROM e2e-base-${BASE_VARIANT} AS e2e
138-
ARG NOTARY_VERSION=v0.6.1
139-
ADD --chmod=0755 https://github.com/theupdateframework/notary/releases/download/${NOTARY_VERSION}/notary-Linux-amd64 /usr/local/bin/notary
140-
COPY --link e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/notary.cert
141-
RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-certificates
142138
COPY --link --from=gotestsum /out/gotestsum /usr/bin/gotestsum
143139
COPY --link --from=build /out ./build/
144140
COPY --link --from=build-plugins /out ./build/

0 commit comments

Comments
 (0)