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 11build_root_image :
22 name : release
33 namespace : openshift
4- tag : rhel-9-release-golang-1.24-openshift-4.21
4+ tag : rhel-9-release-golang-1.24-openshift-4.22
Original file line number Diff line number Diff line change 1- FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.24-openshift-4.21 AS builder-rhel8
1+ FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.24-openshift-4.22 AS builder-rhel8
22
33COPY . /usr/src/sriov-cni
44
@@ -7,15 +7,15 @@ RUN make clean && \
77 GO_TAGS="" GO_BUILD_OPTS=CGO_ENABLED=1 make build
88
99
10- FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS builder-rhel9
10+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22 AS builder-rhel9
1111
1212COPY . /usr/src/sriov-cni
1313
1414WORKDIR /usr/src/sriov-cni
1515RUN make clean && \
1616 GO_TAGS="" GO_BUILD_OPTS=CGO_ENABLED=1 make build
1717
18- FROM registry.ci.openshift.org/ocp/4.21 :base-rhel9
18+ FROM registry.ci.openshift.org/ocp/4.22 :base-rhel9
1919
2020COPY --from=builder-rhel9 /usr/src/sriov-cni/build/sriov /usr/bin/
2121
You can’t perform that action at this time.
0 commit comments