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 29341ee + 7662285 commit bb87e67Copy full SHA for bb87e67
images/infrastructure-providers/Dockerfile
@@ -18,7 +18,7 @@ WORKDIR /go/src/github.com/openshift/installer
18
COPY . .
19
RUN CGO_ENABLED=0 GOOS=linux GOARCH=arm64 make -C terraform
20
21
-FROM registry.ci.openshift.org/ocp/builder:base
+FROM registry.ci.openshift.org/ocp/4.15:base
22
WORKDIR /go/src/github.com/openshift/installer
23
COPY --from=macbuilder /go/src/github.com/openshift/installer/terraform/bin/ terraform/bin/
24
COPY --from=macarmbuilder /go/src/github.com/openshift/installer/terraform/bin/ terraform/bin/
0 commit comments