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.
2 parents 1445658 + c075a57 commit 24b97cbCopy full SHA for 24b97cb
Dockerfile
@@ -293,7 +293,7 @@ WORKDIR /go/src/github.com/containerd/nerdctl
293
VOLUME /tmp
294
ENV CGO_ENABLED=0
295
# copy cosign binary for integration test
296
-COPY --from=gcr.io/projectsigstore/cosign:v2.2.3@sha256:8fc9cad121611e8479f65f79f2e5bea58949e8a87ffac2a42cb99cf0ff079ba7 /ko-app/cosign /usr/local/bin/cosign
+COPY --from=ghcr.io/sigstore/cosign/cosign:v2.2.3@sha256:8fc9cad121611e8479f65f79f2e5bea58949e8a87ffac2a42cb99cf0ff079ba7 /ko-app/cosign /usr/local/bin/cosign
297
# installing soci for integration test
298
ARG SOCI_SNAPSHOTTER_VERSION
299
RUN fname="soci-snapshotter-${SOCI_SNAPSHOTTER_VERSION}-${TARGETOS:-linux}-${TARGETARCH:-amd64}.tar.gz" && \
0 commit comments