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.
1 parent 0de586a commit 6c1c79fCopy full SHA for 6c1c79f
images/installer-altinfra/Dockerfile.ci
@@ -9,6 +9,9 @@
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