Skip to content

Commit 6c1c79f

Browse files
committed
images/altinfra: enable CAPI builds
Enable building CAPI providers & dependencies by default in installer-altinfra image.
1 parent 0de586a commit 6c1c79f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

images/installer-altinfra/Dockerfile.ci

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15 AS builder
1111
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"
1215
WORKDIR /go/src/github.com/openshift/installer
1316
COPY . .
1417
RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh

0 commit comments

Comments
 (0)