You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile.rhtap
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Build the manager binary
2
-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.25 as builder
2
+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.25@sha256:977bd041377a1367c8b102a460ae8e63f89905f7cf9d8235484ae658c9b47646 as builder
3
3
4
4
WORKDIR /workspace
5
5
COPY . .
6
6
# Build
7
7
RUN CGO_ENABLED=1 go build -a -o manager main.go
8
8
9
-
FROM registry.redhat.io/rhel9-2-els/rhel:9.2
9
+
FROM registry.redhat.io/rhel9-2-els/rhel:9.2@sha256:fb1f50d97a45fd11cfcbb2a4e1f430f1f2973f1c7bba6a8c300b165aede6b96d
0 commit comments