Skip to content

Commit

Permalink
Merge pull request #266 from securesign/tdalton/BaseImageFix
Browse files Browse the repository at this point in the history
Updating the base image of cosign
  • Loading branch information
tommyd450 authored Sep 24, 2024
2 parents 673f9e1 + 00f2da7 commit f6f17a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .tekton/cosign-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,6 @@ spec:
- name: kind
value: task
resolver: bundles
when:
- input: $(params.hermetic)
operator: in
values:
- "true"
- name: build-container
params:
- name: IMAGE
Expand Down
2 changes: 1 addition & 1 deletion .tekton/cosign-unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- $(params.CACHI2_ARTIFACT)=/cachi2
- name: run-tests
image: registry.access.redhat.com/ubi9/go-toolset@sha256:1421b69ee4c6d5631174776dc40654051b5183f149213613d74f61a11afaaa94
image: brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.22@sha256:859b38e6f53f49350402ca0a8dc342402f0afd8434c2f8984a7a3e714173cdca
workingDir: /var/workdir/source
script: |
#!/usr/bin/env sh
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.cosign.rh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.21@sha256:0b2abd1d5ebaffa4ff68386aa6ea2951cfdf6ab09e55624091636cd0e32b62da AS build-env
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.22@sha256:859b38e6f53f49350402ca0a8dc342402f0afd8434c2f8984a7a3e714173cdca AS build-env

WORKDIR /cosign
COPY . .
Expand Down

0 comments on commit f6f17a5

Please sign in to comment.