Skip to content

Commit d0aa776

Browse files
knobuncsdodson
authored andcommitted
Bump the haproxy version to 1.8
This just uses the new OpenShift repo RPMs for haproxy 1.8. There should be no features changed by this. All follow-on work making use of the new features in haproxy will happen in subsequent commits.
1 parent ff839e6 commit d0aa776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/router/haproxy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
FROM openshift/origin
77

8-
RUN INSTALL_PKGS="haproxy" && \
8+
RUN INSTALL_PKGS="haproxy18" && \
99
yum install -y $INSTALL_PKGS && \
1010
rpm -V $INSTALL_PKGS && \
1111
yum clean all && \

0 commit comments

Comments
 (0)