Skip to content

Commit

Permalink
Merge pull request #3330 from stbenjam/preserve-rhcos-json-baremetal
Browse files Browse the repository at this point in the history
images/baremetal: save rhcos.json in container image
  • Loading branch information
openshift-merge-robot authored Mar 23, 2020
2 parents d3acf80 + 897cf89 commit b8e209a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/baremetal/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN TAGS="libvirt baremetal" hack/build.sh

FROM registry.svc.ci.openshift.org/origin/4.1:base
COPY --from=builder /go/src/github.com/openshift/installer/bin/openshift-install /bin/openshift-install
COPY --from=builder /go/src/github.com/openshift/installer/data/data/rhcos.json /var/cache/

RUN yum update -y && \
yum install --setopt=tsflags=nodocs -y \
Expand Down

0 comments on commit b8e209a

Please sign in to comment.