We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b86b3 commit 6e6d4a1Copy full SHA for 6e6d4a1
Dockerfile
@@ -1,6 +1,6 @@
1
# Build stage 1
2
3
-FROM openshift/golang-builder:rhel_9_golang_1.16 AS builder
+FROM openshift/golang-builder:rhel_8_golang_1.16 AS builder
4
5
COPY $REMOTE_SOURCE $REMOTE_SOURCE_DIR
6
@@ -12,7 +12,7 @@ RUN go build -o $REMOTE_SOURCE_DIR/app/bin/snmp_notifier -ldflags "-s -X github.
12
13
# Build stage 2
14
15
-FROM registry.redhat.io/ubi8/ubi-minimal
+FROM registry.redhat.io/ubi9/ubi-minimal
16
17
# Update the image to get the latest CVE updates
18
RUN microdnf update -y && \
0 commit comments