Skip to content

Commit

Permalink
Allow haproxy from CentOs
Browse files Browse the repository at this point in the history
  • Loading branch information
eparis committed Jan 12, 2018
1 parent 00c6589 commit 90a1310
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions images/base/cbs-paas7-openshift-multiarch-el7-build.repo
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ baseurl = http://cbs.centos.org/kojifiles/repos/paas7-openshift-multiarch-el7-bu
enabled = 1
gpgcheck = 0
sslverify = 0
skip_if_unavailable = 1
includepkgs = golang* protobuf* goversioninfo* openvswitch*
skip_if_unavailable = 0
includepkgs = golang* protobuf* goversioninfo* openvswitch* haproxy*
4 changes: 1 addition & 3 deletions images/router/haproxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
FROM openshift/origin

RUN INSTALL_PKGS="haproxy18" && \
yum install yum-utils && \
yum-config-manager --add http://cbs.centos.org/repos/paas7-openshift-origin38-testing/x86_64/os/ && \
yum install --nogpgcheck -y $INSTALL_PKGS && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all && \
mkdir -p /var/lib/haproxy/router/{certs,cacerts} && \
Expand Down

0 comments on commit 90a1310

Please sign in to comment.