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 29341ee commit 7662285Copy full SHA for 7662285
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