Skip to content

Commit cf9e177

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

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
@@ -122,10 +122,6 @@ FROM docker/buildx-bin:${BUILDX_VERSION} AS buildx
122122
FROM docker/compose-bin:${COMPOSE_VERSION} AS compose
123123

124124
FROM e2e-base-${BASE_VARIANT} AS e2e
125-
ARG NOTARY_VERSION=v0.6.1
126-
ADD --chmod=0755 https://github.com/theupdateframework/notary/releases/download/${NOTARY_VERSION}/notary-Linux-amd64 /usr/local/bin/notary
127-
COPY --link e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/notary.cert
128-
RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-certificates
129125
COPY --link --from=gotestsum /out/gotestsum /usr/bin/gotestsum
130126
COPY --link --from=build /out ./build/
131127
COPY --link --from=build-plugins /out ./build/

0 commit comments

Comments
 (0)