From 2268fb372469b8752f9414a2035e672c90399b90 Mon Sep 17 00:00:00 2001 From: Grant Spence Date: Mon, 8 Jun 2026 14:40:03 -0400 Subject: [PATCH] Smoke test HAProxy 3.2.19 RPM for OCP 5.0 still using monothilic router image approach (no sidecar yet) Co-Authored-By: Claude Opus 4.6 --- images/router/haproxy/Dockerfile.ocp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/router/haproxy/Dockerfile.ocp b/images/router/haproxy/Dockerfile.ocp index 63bd9fde0..cbf99ce0a 100644 --- a/images/router/haproxy/Dockerfile.ocp +++ b/images/router/haproxy/Dockerfile.ocp @@ -1,5 +1,5 @@ FROM registry.ci.openshift.org/ocp/4.22:haproxy-router-base -RUN INSTALL_PKGS="socat haproxy28 rsyslog procps-ng util-linux" && \ +RUN INSTALL_PKGS="socat haproxy32 rsyslog procps-ng util-linux" && \ yum install -y --setopt=install_weak_deps=0 $INSTALL_PKGS && \ rpm -V $INSTALL_PKGS && \ yum clean all && \