Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions images/installer/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ RUN hack/build.sh

FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base
COPY --from=builder /go/src/github.com/openshift/installer/bin/openshift-install /bin/openshift-install
RUN yum install -y util-linux gzip && yum clean all && rm -rf /var/cache/yum/* && \
mkdir /output && chown 1000:1000 /output
RUN mkdir /output && chown 1000:1000 /output
USER 1000:1000
ENV PATH /bin
ENV HOME /output
Expand Down
3 changes: 1 addition & 2 deletions images/installer/Dockerfile.ci.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ RUN hack/build.sh

FROM registry.svc.ci.openshift.org/ocp/4.0:base
COPY --from=builder /go/src/github.com/openshift/installer/bin/openshift-install /bin/openshift-install
RUN yum install -y util-linux gzip && yum clean all && rm -rf /var/cache/yum/* && \
mkdir /output && chown 1000:1000 /output
RUN mkdir /output && chown 1000:1000 /output
USER 1000:1000
ENV PATH /bin
ENV HOME /output
Expand Down