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-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 11# Use RHEL 9 as the primary builder base for the Machine Config Operator
2- FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS rhel9-builder
2+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22 AS rhel9-builder
33ARG TAGS=""
44WORKDIR /go/src/github.com/openshift/machine-config-operator
55COPY . .
@@ -10,7 +10,7 @@ ENV GOMODCACHE="/go/rhel9/pkg/mod"
1010RUN make install DESTDIR=./instroot-rhel9 && tar -C instroot-rhel9 -cf instroot-rhel9.tar .
1111
1212# Add a RHEL 8 builder to compile the RHEL 8 compatible binaries
13- FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.24-openshift-4.21 AS rhel8-builder
13+ FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.24-openshift-4.22 AS rhel8-builder
1414ARG TAGS=""
1515WORKDIR /go/src/github.com/openshift/machine-config-operator
1616# Copy the RHEL 8 machine-config-daemon binary and rename
@@ -19,7 +19,7 @@ ENV GOCACHE="/go/rhel8/.cache"
1919ENV GOMODCACHE="/go/rhel8/pkg/mod"
2020RUN make install DESTDIR=./instroot-rhel8 && tar -C instroot-rhel8 -cf instroot-rhel8.tar .
2121
22- FROM registry.ci.openshift.org/ocp/4.21 :base-rhel9
22+ FROM registry.ci.openshift.org/ocp/4.22 :base-rhel9
2323ARG TAGS=""
2424COPY install /manifests
2525RUN if [ "${TAGS}" = "fcos" ]; then \
Original file line number Diff line number Diff line change 11# THIS FILE IS GENERATED FROM Dockerfile DO NOT EDIT
22# Use RHEL 9 as the primary builder base for the Machine Config Operator
3- FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS rhel9-builder
3+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22 AS rhel9-builder
44ARG TAGS=""
55WORKDIR /go/src/github.com/openshift/machine-config-operator
66COPY . .
@@ -11,7 +11,7 @@ ENV GOMODCACHE="/go/rhel9/pkg/mod"
1111RUN make install DESTDIR=./instroot-rhel9 && tar -C instroot-rhel9 -cf instroot-rhel9.tar .
1212
1313# Add a RHEL 8 builder to compile the RHEL 8 compatible binaries
14- FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.24-openshift-4.21 AS rhel8-builder
14+ FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.24-openshift-4.22 AS rhel8-builder
1515ARG TAGS=""
1616WORKDIR /go/src/github.com/openshift/machine-config-operator
1717# Copy the RHEL 8 machine-config-daemon binary and rename
@@ -20,7 +20,7 @@ ENV GOCACHE="/go/rhel8/.cache"
2020ENV GOMODCACHE="/go/rhel8/pkg/mod"
2121RUN make install DESTDIR=./instroot-rhel8 && tar -C instroot-rhel8 -cf instroot-rhel8.tar .
2222
23- FROM registry.ci.openshift.org/ocp/4.21 :base-rhel9
23+ FROM registry.ci.openshift.org/ocp/4.22 :base-rhel9
2424ARG TAGS=""
2525COPY install /manifests
2626RUN if [ "${TAGS}" = "fcos" ]; then \
You can’t perform that action at this time.
0 commit comments