Skip to content

Commit d64216d

Browse files
Merge pull request #7800 from r4f4/images-infra-use-base
no-jira: image: infra-providers: use base image instead of builder
2 parents a8353cf + aed1db9 commit d64216d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/infrastructure-providers/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ WORKDIR /go/src/github.com/openshift/installer
1818
COPY . .
1919
RUN CGO_ENABLED=0 GOOS=linux GOARCH=arm64 make -C terraform
2020

21-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15
21+
FROM registry.ci.openshift.org/ocp/builder:base
2222
WORKDIR /go/src/github.com/openshift/installer
2323
COPY --from=macbuilder /go/src/github.com/openshift/installer/terraform/bin/ terraform/bin/
2424
COPY --from=macarmbuilder /go/src/github.com/openshift/installer/terraform/bin/ terraform/bin/

0 commit comments

Comments
 (0)