Skip to content

Commit 7d871e3

Browse files
Pull HAProxy from the CentOS PaaS sig repo only
1 parent 40c7741 commit 7d871e3

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

images/base/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ FROM openshift/origin-source
88

99
COPY *.repo /etc/yum.repos.d/
1010
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" && \
11+
yum install -y centos-release-paas-common && \
12+
rpm -V centos-release-paas-common && \
1113
yum install -y centos-release-ceph-luminous && \
1214
rpm -V centos-release-ceph-luminous && \
1315
yum install -y ${INSTALL_PKGS} && \
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[centos-paas7-common]
2+
name = CentOS OpenShift Origin Common - Dependencies only
3+
baseurl = http://cbs.centos.org/kojifiles/repos/paas7-common-el7-build/latest/$basearch
4+
sslverify = 0
5+
skip_if_unavailable = 1
6+
enabled = 1
7+
gpgcheck = 1
8+
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-PaaS
9+
includepkgs = haproxy18*

0 commit comments

Comments
 (0)