From 1009e27a74e10925349f6b88122ab556a3e7be91 Mon Sep 17 00:00:00 2001 From: Tommy Dalton Date: Wed, 18 Feb 2026 09:43:40 +0000 Subject: [PATCH] Updating Dockerfile Images and tekton files for 1.3.3 --- .tekton/client-server-pull-request.yaml | 2 +- .tekton/client-server-push.yaml | 2 +- .tekton/cosign-pull-request.yaml | 2 +- .tekton/cosign-push.yaml | 2 +- Dockerfile.cosign.rh | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.tekton/client-server-pull-request.yaml b/.tekton/client-server-pull-request.yaml index 8fe90d30a42..bae1738ef06 100644 --- a/.tekton/client-server-pull-request.yaml +++ b/.tekton/client-server-pull-request.yaml @@ -20,7 +20,7 @@ metadata: spec: params: - name: release-version - value: 1.3.2 + value: 1.3.3 - name: git-url value: '{{source_url}}' - name: revision diff --git a/.tekton/client-server-push.yaml b/.tekton/client-server-push.yaml index d739a1e53db..86f1c095c06 100644 --- a/.tekton/client-server-push.yaml +++ b/.tekton/client-server-push.yaml @@ -19,7 +19,7 @@ metadata: spec: params: - name: release-version - value: 1.3.2 + value: 1.3.3 - name: git-url value: '{{source_url}}' - name: revision diff --git a/.tekton/cosign-pull-request.yaml b/.tekton/cosign-pull-request.yaml index 3155574df1a..4351520dc14 100644 --- a/.tekton/cosign-pull-request.yaml +++ b/.tekton/cosign-pull-request.yaml @@ -22,7 +22,7 @@ metadata: spec: params: - name: release-version - value: 1.3.2 + value: 1.3.3 - name: dockerfile value: Dockerfile.cosign.rh - name: git-url diff --git a/.tekton/cosign-push.yaml b/.tekton/cosign-push.yaml index 6eb0a1db749..8ed77ac3b95 100644 --- a/.tekton/cosign-push.yaml +++ b/.tekton/cosign-push.yaml @@ -21,7 +21,7 @@ metadata: spec: params: - name: release-version - value: 1.3.2 + value: 1.3.3 - name: dockerfile value: Dockerfile.cosign.rh - name: git-url diff --git a/Dockerfile.cosign.rh b/Dockerfile.cosign.rh index ba79a01f999..29d410a8163 100644 --- a/Dockerfile.cosign.rh +++ b/Dockerfile.cosign.rh @@ -1,6 +1,6 @@ # Build stage -FROM registry.redhat.io/ubi9/go-toolset:9.7 AS build-env +FROM registry.redhat.io/ubi9/go-toolset:latest@sha256:4c0a6ea209ccc5028c45d3fd886dd0f51e52a8917bceea15c759a2bd2598836f AS build-env ENV GOEXPERIMENT=strictfipsruntime ENV CGO_ENABLED=1 @@ -26,7 +26,7 @@ RUN git config --global --add safe.directory /cosign && \ git update-index --no-assume-unchanged Dockerfile.cosign.rh # Install Cosign -FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bb08f2300cb8d12a7eb91dddf28ea63692b3ec99e7f0fa71a1b300f2756ea829 +FROM registry.access.redhat.com/ubi9-minimal:latest@sha256:759f5f42d9d6ce2a705e290b7fc549e2d2cd39312c4fa345f93c02e4abb8da95 LABEL description="Cosign is a container signing tool that leverages simple, secure, and auditable signatures based on simple primitives and best practices." LABEL io.k8s.description="Cosign is a container signing tool that leverages simple, secure, and auditable signatures based on simple primitives and best practices."