We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3c0a04 + 53762de commit d73139fCopy full SHA for d73139f
images/router/haproxy/Dockerfile
@@ -5,8 +5,10 @@
5
#
6
FROM openshift/origin
7
8
-RUN INSTALL_PKGS="haproxy" && \
9
- yum install -y $INSTALL_PKGS && \
+RUN INSTALL_PKGS="haproxy18" && \
+ yum install yum-utils && \
10
+ yum-config-manager --add http://cbs.centos.org/repos/paas7-openshift-origin38-testing/x86_64/os/ && \
11
+ yum install --nogpgcheck -y $INSTALL_PKGS && \
12
rpm -V $INSTALL_PKGS && \
13
yum clean all && \
14
mkdir -p /var/lib/haproxy/router/{certs,cacerts} && \
0 commit comments