Skip to content

Commit

Permalink
move reference from gcr to ghcr (sigstore#3897)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway authored and dmitris committed Oct 17, 2024
1 parent 1f3d60b commit 4e44b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ introduce breaking changes may be accepted, but will be considered lower priorit

## Dockerfile

Here is how to install and use cosign inside a Dockerfile through the gcr.io/projectsigstore/cosign image:
Here is how to install and use cosign inside a Dockerfile through the ghcr.io/sigstore/cosign/cosign image:

```shell
FROM gcr.io/projectsigstore/cosign:v1.13.0 as cosign-bin
FROM gcr.io/sigstore/cosign/cosign:v2.4.1 as cosign-bin

# Source: https://github.com/chainguard-images/static
FROM cgr.dev/chainguard/static:latest
Expand Down

0 comments on commit 4e44b92

Please sign in to comment.