File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
build_root_image :
2
2
name : release
3
3
namespace : openshift
4
- tag : rhel-9 -release-golang-1.21-openshift-4.16
4
+ tag : rhel-8 -release-golang-1.21-openshift-4.16
Original file line number Diff line number Diff line change 1
- FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20 -openshift-4.15 AS rhel9-builder
1
+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21 -openshift-4.16 AS rhel9-builder
2
2
WORKDIR /go/src/github.com/openshift/sdn
3
3
COPY . .
4
4
RUN make build --warn-undefined-variables
5
5
RUN CGO_ENABLED=1 make build GO_BUILD_PACKAGES="github.com/openshift/sdn/cmd/openshift-sdn-cni" --warn-undefined-variables
6
6
7
- FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20 -openshift-4.15 AS rhel8-builder
7
+ FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21 -openshift-4.16 AS rhel8-builder
8
8
WORKDIR /go/src/github.com/openshift/sdn
9
9
COPY . .
10
10
RUN make build --warn-undefined-variables
11
11
RUN CGO_ENABLED=1 make build GO_BUILD_PACKAGES="github.com/openshift/sdn/cmd/openshift-sdn-cni" --warn-undefined-variables
12
12
13
- FROM registry.ci.openshift.org/ocp/4.15 :base
13
+ FROM registry.ci.openshift.org/ocp/4.16 :base
14
14
15
15
ARG ovsver=2.13
16
16
You can’t perform that action at this time.
0 commit comments