From 5ed418e6a7a15076e7efe3033de8c94df6fbfe4d Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 16:12:56 +0000 Subject: [PATCH] NO-ISSUE: Pin dependencies Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile.rhtap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.rhtap b/Dockerfile.rhtap index 17507129..5391c6f4 100644 --- a/Dockerfile.rhtap +++ b/Dockerfile.rhtap @@ -1,12 +1,12 @@ # Build the manager binary -FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23 as builder +FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23@sha256:96cfceb50f5323efa1aa8569d4420cdbf1bb391225d5171ef72a0d0ecf028467 as builder WORKDIR /workspace COPY . . # Build RUN CGO_ENABLED=1 go build -a -o manager main.go -FROM registry.redhat.io/rhel9-2-els/rhel:9.2 +FROM registry.redhat.io/rhel9-2-els/rhel:9.2@sha256:84cf67d515ff870bf1fe7e08e5ca0a82d11819c176cf07f2fee02a0e657e0c0c LABEL \ name="cluster-api-provider-agent" \ com.redhat.component="cluster-api-provider-agent" \