File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 3
3
FROM registry.ci.openshift.org/ocp/4.17:cli-artifacts as tools
4
4
5
5
# 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
7
7
8
8
ARG TARGETARCH
9
9
Original file line number Diff line number Diff line change 1
1
# 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
3
3
ARG GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
4
4
5
5
FROM $GO_BUILDER as builder
9
9
10
10
ENV CGO_ENABLED=1
11
11
ENV GOEXPERIMENT=strictfipsruntime
12
- ENV GOFLAGS=''
12
+ ENV GOFLAGS='-mod=mod'
13
+ ENV ENV GOFLAGS=''
13
14
14
15
RUN go build -tags strictfipsruntime -o /usr/bin/main ./cmd/kn-event-sender
15
16
Original file line number Diff line number Diff line change 1
1
# 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
3
3
ARG GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
4
4
5
5
FROM $GO_BUILDER as builder
9
9
10
10
ENV CGO_ENABLED=1
11
11
ENV GOEXPERIMENT=strictfipsruntime
12
- ENV GOFLAGS=''
12
+ ENV GOFLAGS='-mod=mod'
13
+ ENV ENV GOFLAGS=''
13
14
14
15
RUN go build -tags strictfipsruntime -o /usr/bin/main ./cmd/kn-event
15
16
You can’t perform that action at this time.
0 commit comments