Skip to content

Commit e909f2f

Browse files
committed
Revert "Merge pull request openshift#7823 from patrickdillon/build-capi-altinfra"
This reverts commit 5fb7adc, reversing changes made to cf958f1.
1 parent 271f256 commit e909f2f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

images/installer-altinfra/Dockerfile.ci

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
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"
1512
WORKDIR /go/src/github.com/openshift/installer
1613
COPY . .
1714
RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh

0 commit comments

Comments
 (0)