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 Aug 31, 2023
1 parent 47d21d7 commit acd3455
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.0
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.0
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.0 AS cosign

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

Expand Down

0 comments on commit acd3455

Please sign in to comment.