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 a8353cf + aed1db9 commit d64216dCopy full SHA for d64216d
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:rhel-8-golang-1.20-openshift-4.15
+FROM registry.ci.openshift.org/ocp/builder: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