Skip to content

Commit

Permalink
Merge pull request #44 from smarterclayton/workaround_bug
Browse files Browse the repository at this point in the history
Workaround bug 1677818 in microdnf for new UBI base images
  • Loading branch information
openshift-merge-robot committed Feb 16, 2019
2 parents 55a2ff8 + 0b53e3f commit 1a77d83
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN INSTALL_PKGS=" \
git tar bsdtar \
" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all
COPY --from=builder /go/src/github.com/openshift/builder/openshift-builder /usr/bin/
COPY imagecontent/policy.json /etc/containers/
Expand Down
1 change: 0 additions & 1 deletion Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RUN INSTALL_PKGS=" \
git tar bsdtar \
" && \
yum install -y ${INSTALL_PKGS} && \
rpm -V ${INSTALL_PKGS} && \
yum clean all

COPY imagecontent/policy.json /etc/containers/
Expand Down
1 change: 0 additions & 1 deletion Dockerfile.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN INSTALL_PKGS=" \
git tar bsdtar \
" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all
COPY --from=builder /go/src/github.com/openshift/builder/openshift-builder /usr/bin/
COPY imagecontent/policy.json /etc/containers/
Expand Down

0 comments on commit 1a77d83

Please sign in to comment.