Skip to content

Commit

Permalink
Merge pull request #16028 from stevekuznetsov/skuznets/remove-epel-fr…
Browse files Browse the repository at this point in the history
…om-dockerfiles

Automatic merge from submit-queue (batch tested with PRs 16054, 16057, 15440, 16028, 16055)

Remove EPEL from our base images
  • Loading branch information
openshift-merge-robot committed Aug 31, 2017
2 parents 23933d6 + fe50627 commit 9078128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
FROM openshift/origin-source

RUN INSTALL_PKGS="bsdtar ceph-common device-mapper device-mapper-persistent-data e2fsprogs epel-release ethtool findutils git hostname iptables lsof nmap-ncat socat sysvinit-tools tar tree util-linux wget which xfsprogs" && \
RUN INSTALL_PKGS="bsdtar ceph-common device-mapper device-mapper-persistent-data e2fsprogs ethtool findutils git hostname iptables lsof nmap-ncat socat sysvinit-tools tar tree util-linux wget which xfsprogs" && \
yum install -y ${INSTALL_PKGS} && \
rpm -V ${INSTALL_PKGS} && \
yum clean all && \
Expand Down
2 changes: 1 addition & 1 deletion images/base/Dockerfile.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
FROM openshift/origin-source

RUN INSTALL_PKGS="bsdtar ceph-common device-mapper device-mapper-persistent-data e2fsprogs epel-release ethtool findutils git hostname iptables lsof nmap-ncat socat sysvinit-tools tar tree util-linux wget which xfsprogs" && \
RUN INSTALL_PKGS="bsdtar ceph-common device-mapper device-mapper-persistent-data e2fsprogs ethtool findutils git hostname iptables lsof nmap-ncat socat sysvinit-tools tar tree util-linux wget which xfsprogs" && \
yum --disablerepo=origin-local-release install -y ${INSTALL_PKGS} && \
rpm -V ${INSTALL_PKGS} && \
yum clean all && \
Expand Down

0 comments on commit 9078128

Please sign in to comment.