Skip to content

Commit dd0db87

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.21 as builder
2+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.21@sha256:2b45f967c73c98155118386a33d9d19e5f8bbbdf46cdd9dffb01c3ff98cc4dbe 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:5f4e0914b88c1d441352bd98e7121aaa782ede0ae82d8991618cb44d3d70cfd2
1010
LABEL \
1111
name="cluster-api-provider-agent" \
1212
com.redhat.component="cluster-api-provider-agent" \

0 commit comments

Comments
 (0)