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-8-release-golang-1.20-openshift-4.15
4+ tag : rhel-8-release-golang-1.20-openshift-4.16
Original file line number Diff line number Diff line change 33
44ARG libvirt_version="8.0.0"
55
6- FROM registry.ci.openshift.org/ocp/4.15 :installer-terraform-providers as providers
6+ FROM registry.ci.openshift.org/ocp/4.16 :installer-terraform-providers AS providers
77
8- FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15 AS builder
8+ FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.16 AS builder
99ARG libvirt_version
1010ARG TAGS="libvirt baremetal"
1111RUN dnf install -y libvirt-devel-$libvirt_version && \
@@ -16,7 +16,7 @@ COPY --from=providers /go/src/github.com/openshift/installer/terraform/bin/ terr
1616RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh
1717
1818
19- FROM registry.ci.openshift.org/ocp/4.15 :base
19+ FROM registry.ci.openshift.org/ocp/4.16 :base
2020ARG libvirt_version
2121COPY --from=builder /go/src/github.com/openshift/installer/bin/openshift-install /bin/openshift-install
2222
You can’t perform that action at this time.
0 commit comments