Skip to content

Commit d73139f

Browse files
Merge pull request #18053 from sdodson/pr17990
Automatic merge from submit-queue. Bump router to haprox18
2 parents f3c0a04 + 53762de commit d73139f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

images/router/haproxy/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
#
66
FROM openshift/origin
77

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

0 commit comments

Comments
 (0)