We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98d964 commit cf9e177Copy full SHA for cf9e177
Dockerfile
@@ -122,10 +122,6 @@ FROM docker/buildx-bin:${BUILDX_VERSION} AS buildx
122
FROM docker/compose-bin:${COMPOSE_VERSION} AS compose
123
124
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
129
COPY --link --from=gotestsum /out/gotestsum /usr/bin/gotestsum
130
COPY --link --from=build /out ./build/
131
COPY --link --from=build-plugins /out ./build/
0 commit comments