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 c03bd1a commit 63dce54Copy full SHA for 63dce54
Dockerfile
@@ -135,10 +135,6 @@ FROM docker/buildx-bin:${BUILDX_VERSION} AS buildx
135
FROM docker/compose-bin:${COMPOSE_VERSION} AS compose
136
137
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
142
COPY --link --from=gotestsum /out/gotestsum /usr/bin/gotestsum
143
COPY --link --from=build /out ./build/
144
COPY --link --from=build-plugins /out ./build/
0 commit comments