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 77b366a commit b7ca7d3
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 @@ -5,7 +5,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 /bin
ENV PATH /bin
ENV HOME /
Expand Down

0 comments on commit b7ca7d3

Please sign in to comment.