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: build/noderesourcetopology-plugin/konflux.Dockerfile
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,12 @@
1
-
ARG RHEL_VERSION=9.4
2
-
3
-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22 AS builder
1
+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23@sha256:4805e1cb2d1bd9d3c5de5d6986056bbda94ca7b01642f721d83d26579d333c60 as builder
4
2
5
3
WORKDIR /app
6
4
7
5
COPY . .
8
6
9
7
RUN GOEXPERIMENT=strictfipsruntime GOOS=linux CGO_ENABLED=1 go build -tags strictfipsruntime -o bin/noderesourcetopology-plugin cmd/noderesourcetopology-plugin/main.go
10
8
11
-
FROM registry.redhat.io/rhel9-4-els/rhel-minimal:${RHEL_VERSION}
9
+
FROM registry.redhat.io/rhel9-4-els/rhel-minimal:9.4@sha256:9577a9ed1707ba2a1a229559d188a015cf3b20b18e4b83541f427697d1c0b8df
0 commit comments