Skip to content

Commit

Permalink
Merge pull request #487 from frobware/bump-ocp414-haproxy26
Browse files Browse the repository at this point in the history
NE-1304: container builds: switch to haproxy26 package
  • Loading branch information
openshift-merge-robot committed Jun 6, 2023
2 parents ec0a69f + ae441eb commit 0cd9a58
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
@@ -1,5 +1,5 @@
FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base-router
RUN INSTALL_PKGS="haproxy22 rsyslog sysvinit-tools" && \
RUN INSTALL_PKGS="haproxy26 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
@@ -1,5 +1,5 @@
FROM registry.svc.ci.openshift.org/ocp/4.0:base-router
RUN INSTALL_PKGS="haproxy22 rsyslog sysvinit-tools" && \
RUN INSTALL_PKGS="haproxy26 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
@@ -1,5 +1,5 @@
FROM registry.ci.openshift.org/ocp/4.14:haproxy-router-base
RUN INSTALL_PKGS="haproxy22 rsyslog procps-ng util-linux" && \
RUN INSTALL_PKGS="haproxy26 rsyslog procps-ng util-linux" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all && \
Expand Down

0 comments on commit 0cd9a58

Please sign in to comment.