diff --git a/images/installer-artifacts/Dockerfile.rhel b/images/installer-artifacts/Dockerfile.rhel index 08f9fbb8598..dd9d19cf83c 100644 --- a/images/installer-artifacts/Dockerfile.rhel +++ b/images/installer-artifacts/Dockerfile.rhel @@ -1,11 +1,11 @@ # This Dockerfile builds an image containing the Mac version of the installer layered # on top of the Linux installer image. -FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.14 AS builder +FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6 AS builder WORKDIR /go/src/github.com/openshift/installer COPY . . RUN go generate ./data && \ SKIP_GENERATION=y GOOS=darwin GOARCH=amd64 hack/build.sh -FROM registry.svc.ci.openshift.org/ocp/4.1:installer +FROM registry.svc.ci.openshift.org/ocp/4.6:installer COPY --from=builder /go/src/github.com/openshift/installer/bin/openshift-install /usr/share/openshift/mac/openshift-install