We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 656ceea + e909f2f commit 07a3e12Copy full SHA for 07a3e12
images/installer-altinfra/Dockerfile.ci
@@ -9,9 +9,6 @@
9
10
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15 AS builder
11
ARG TAGS="altinfra"
12
-# Enables building CAPI dependencies in hack/build.sh. Once CAPI is stable
13
-# the logic in build.sh should no longer be gated and this can be removed.
14
-ENV OPENSHIFT_INSTALL_CLUSTER_API="true"
15
WORKDIR /go/src/github.com/openshift/installer
16
COPY . .
17
RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh
0 commit comments