Skip to content

Commit

Permalink
router- Temporarily add centos paas sig 3.8
Browse files Browse the repository at this point in the history
We're awaiting a signed version of this package.
  • Loading branch information
sdodson committed Jan 10, 2018
1 parent d0aa776 commit 53762de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/router/haproxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
FROM openshift/origin

RUN INSTALL_PKGS="haproxy18" && \
yum install -y $INSTALL_PKGS && \
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 && \
rpm -V $INSTALL_PKGS && \
yum clean all && \
mkdir -p /var/lib/haproxy/router/{certs,cacerts} && \
Expand Down

0 comments on commit 53762de

Please sign in to comment.