Skip to content

Commit 24b97cb

Browse files
authored
Merge pull request containerd#3503 from bobcallaway/ghcr
switch cosign registry from GCR to GHCR
2 parents 1445658 + c075a57 commit 24b97cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ WORKDIR /go/src/github.com/containerd/nerdctl
293293
VOLUME /tmp
294294
ENV CGO_ENABLED=0
295295
# 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
296+
COPY --from=ghcr.io/sigstore/cosign/cosign:v2.2.3@sha256:8fc9cad121611e8479f65f79f2e5bea58949e8a87ffac2a42cb99cf0ff079ba7 /ko-app/cosign /usr/local/bin/cosign
297297
# installing soci for integration test
298298
ARG SOCI_SNAPSHOTTER_VERSION
299299
RUN fname="soci-snapshotter-${SOCI_SNAPSHOTTER_VERSION}-${TARGETOS:-linux}-${TARGETARCH:-amd64}.tar.gz" && \

0 commit comments

Comments
 (0)