Skip to content

Commit

Permalink
Use CentOS 7 base for CI images.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoodwin committed Sep 27, 2018
1 parent cb08ce3 commit ea7c9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/installer/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /go/src/github.com/openshift/installer
COPY . .
RUN hack/build.sh && hack/get-terraform.sh

FROM scratch
FROM centos:7
COPY --from=build /go/src/github.com/openshift/installer/bin/openshift-install /bin/openshift-install
COPY --from=build /go/src/github.com/openshift/installer/bin/terraform /bin/terraform
USER 1000:1000
Expand Down

0 comments on commit ea7c9a6

Please sign in to comment.