Skip to content

Commit 8f1554f

Browse files
committed
📼 Images generated
1 parent ea37554 commit 8f1554f

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

openshift/ci-operator/build-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM registry.ci.openshift.org/ocp/4.17:cli-artifacts as tools
44

55
# Dockerfile to bootstrap build and test in openshift-ci
6-
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-nofips-openshift-4.19 as builder
6+
FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.24-openshift-4.20 as builder
77

88
ARG TARGETARCH
99

openshift/ci-operator/images/kn-event-sender/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DO NOT EDIT! Generated Dockerfile for cmd/kn-event-sender.
2-
ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-nofips-openshift-4.19
2+
ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.24-openshift-4.20
33
ARG GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
44

55
FROM $GO_BUILDER as builder
@@ -9,7 +9,8 @@ COPY . .
99

1010
ENV CGO_ENABLED=1
1111
ENV GOEXPERIMENT=strictfipsruntime
12-
ENV GOFLAGS=''
12+
ENV GOFLAGS='-mod=mod'
13+
ENV ENV GOFLAGS=''
1314

1415
RUN go build -tags strictfipsruntime -o /usr/bin/main ./cmd/kn-event-sender
1516

openshift/ci-operator/images/kn-event/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DO NOT EDIT! Generated Dockerfile for cmd/kn-event.
2-
ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-nofips-openshift-4.19
2+
ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.24-openshift-4.20
33
ARG GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
44

55
FROM $GO_BUILDER as builder
@@ -9,7 +9,8 @@ COPY . .
99

1010
ENV CGO_ENABLED=1
1111
ENV GOEXPERIMENT=strictfipsruntime
12-
ENV GOFLAGS=''
12+
ENV GOFLAGS='-mod=mod'
13+
ENV ENV GOFLAGS=''
1314

1415
RUN go build -tags strictfipsruntime -o /usr/bin/main ./cmd/kn-event
1516

0 commit comments

Comments
 (0)