File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11build_root_image :
22 name : release
33 namespace : openshift
4- tag : rhel-8-release-golang-1.20-openshift-4.14
4+ tag : rhel-8-release-golang-1.20-openshift-4.15
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.14 AS rhel9-builder
1+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.15 AS rhel9-builder
22WORKDIR /go/src/github.com/openshift/sdn
33COPY . .
44RUN make build --warn-undefined-variables
55RUN CGO_ENABLED=1 make build GO_BUILD_PACKAGES="github.com/openshift/sdn/cmd/openshift-sdn-cni" --warn-undefined-variables
66
7- FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.14 AS rhel8-builder
7+ FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15 AS rhel8-builder
88WORKDIR /go/src/github.com/openshift/sdn
99COPY . .
1010RUN make build --warn-undefined-variables
1111RUN CGO_ENABLED=1 make build GO_BUILD_PACKAGES="github.com/openshift/sdn/cmd/openshift-sdn-cni" --warn-undefined-variables
1212
13- FROM registry.ci.openshift.org/ocp/4.14 :cli AS cli
14- FROM registry.ci.openshift.org/ocp/4.14 :base
13+ FROM registry.ci.openshift.org/ocp/4.15 :cli AS cli
14+ FROM registry.ci.openshift.org/ocp/4.15 :base
1515
1616ARG ovsver=2.13
1717
You can’t perform that action at this time.
0 commit comments