Skip to content

Commit 09bc809

Browse files
Updated builder image and tekton version
1 parent 18220df commit 09bc809

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.tekton/client-server-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ metadata:
2020
spec:
2121
params:
2222
- name: release-version
23-
value: 1.2.2
23+
value: 1.2.3
2424
- name: git-url
2525
value: '{{source_url}}'
2626
- name: revision

.tekton/client-server-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ metadata:
1919
spec:
2020
params:
2121
- name: release-version
22-
value: 1.2.2
22+
value: 1.2.3
2323
- name: git-url
2424
value: '{{source_url}}'
2525
- name: revision

.tekton/cosign-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ metadata:
2222
spec:
2323
params:
2424
- name: release-version
25-
value: 1.2.2
25+
value: 1.2.3
2626
- name: dockerfile
2727
value: Dockerfile.cosign.rh
2828
- name: git-url

.tekton/cosign-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ metadata:
2121
spec:
2222
params:
2323
- name: release-version
24-
value: 1.2.2
24+
value: 1.2.3
2525
- name: dockerfile
2626
value: Dockerfile.cosign.rh
2727
- name: git-url

Dockerfile.cosign.rh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build stage
22

3-
FROM registry.redhat.io/ubi9/go-toolset:9.7 AS build-env
3+
FROM registry.redhat.io/ubi9/go-toolset:9.7@sha256:799cc027d5ad58cdc156b65286eb6389993ec14c496cf748c09834b7251e78dc AS build-env
44

55
ENV GOEXPERIMENT=strictfipsruntime
66
ENV CGO_ENABLED=1
@@ -26,7 +26,7 @@ RUN git config --global --add safe.directory /cosign && \
2626
git update-index --no-assume-unchanged Dockerfile.cosign.rh
2727

2828
# Install Cosign
29-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:759f5f42d9d6ce2a705e290b7fc549e2d2cd39312c4fa345f93c02e4abb8da95
29+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2bd144364d2cb06b08953ce5764cdbf236bbcd63cea214583c4ed011b4685453
3030

3131
LABEL description="Cosign is a container signing tool that leverages simple, secure, and auditable signatures based on simple primitives and best practices."
3232
LABEL io.k8s.description="Cosign is a container signing tool that leverages simple, secure, and auditable signatures based on simple primitives and best practices."

0 commit comments

Comments
 (0)