Skip to content

Commit

Permalink
Update gcr.io/projectsigstore/cosign Docker tag to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2023
1 parent 47d21d7 commit a11c0d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backup/job-sign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
containers:
- name: cosign
# Built from ci on 2022-03-15
image: gcr.io/projectsigstore/cosign:v1.13.1
image: gcr.io/projectsigstore/cosign:v2.2.2
args: [
"sign",
"--fulcio-url",
Expand Down
2 changes: 1 addition & 1 deletion backup/verify-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
containers:
- name: cosign
# Built from ci on 2022-03-15
image: gcr.io/projectsigstore/cosign:v1.13.1
image: gcr.io/projectsigstore/cosign:v2.2.2
args: [
"verify",
"--allow-insecure-registry",
Expand Down
2 changes: 1 addition & 1 deletion images/toolbox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/projectsigstore/cosign:v1.13.1 AS cosign
FROM gcr.io/projectsigstore/cosign:v2.2.2 AS cosign

FROM gcr.io/go-containerregistry/crane:v0.12.0 AS crane

Expand Down

0 comments on commit a11c0d9

Please sign in to comment.