Skip to content

Commit da6598f

Browse files
NO-ISSUE: Pin dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 3b8540c commit da6598f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.rhtap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Build the manager binary
2-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23 as builder
2+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23@sha256:96cfceb50f5323efa1aa8569d4420cdbf1bb391225d5171ef72a0d0ecf028467 as builder
33

44
WORKDIR /workspace
55
COPY . .
66
# Build
77
RUN CGO_ENABLED=1 go build -a -o manager main.go
88

9-
FROM registry.redhat.io/rhel9-2-els/rhel:9.2
9+
FROM registry.redhat.io/rhel9-2-els/rhel:9.2@sha256:dd3e22348293588538689be8c51c23472fd4ca53650b3898401947ef9c7e1a05
1010
LABEL \
1111
name="cluster-api-provider-agent" \
1212
com.redhat.component="cluster-api-provider-agent" \

0 commit comments

Comments
 (0)