Skip to content

Commit

Permalink
Merge pull request #317 from frobware/revert-haproxy-24-v2
Browse files Browse the repository at this point in the history
Revert to haproxy22
  • Loading branch information
openshift-merge-robot committed Jul 8, 2021
2 parents 9c39f58 + 54c8751 commit e9c7cef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/router/haproxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base-router
RUN INSTALL_PKGS="haproxy24 rsyslog sysvinit-tools" && \
RUN INSTALL_PKGS="haproxy22 rsyslog sysvinit-tools" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all && \
Expand Down
2 changes: 1 addition & 1 deletion images/router/haproxy/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.svc.ci.openshift.org/ocp/4.0:base-router
RUN INSTALL_PKGS="haproxy24 rsyslog sysvinit-tools" && \
RUN INSTALL_PKGS="haproxy22 rsyslog sysvinit-tools" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all && \
Expand Down
2 changes: 1 addition & 1 deletion images/router/haproxy/Dockerfile.rhel8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.ci.openshift.org/ocp/4.9:haproxy-router-base
RUN INSTALL_PKGS="haproxy24 rsyslog procps-ng util-linux" && \
RUN INSTALL_PKGS="haproxy22 rsyslog procps-ng util-linux" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all && \
Expand Down

0 comments on commit e9c7cef

Please sign in to comment.