From b92f3e2d86053be856587458f86a97f174a02964 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Fri, 6 Dec 2024 02:56:49 +0000 Subject: [PATCH] Updating openshift-enterprise-haproxy-router-container image to be consistent with ART for 4.19 Reconciling with https://github.com/openshift/ocp-build-data/tree/a39508c86497b4e5e463d7b2c78e51e577be9e7d/images/openshift-enterprise-haproxy-router.yml --- 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 62ca99220..a0aa588ef 100644 --- a/images/router/haproxy/Dockerfile.ocp +++ b/images/router/haproxy/Dockerfile.ocp @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/4.18:haproxy-router-base +FROM registry.ci.openshift.org/ocp/4.19:haproxy-router-base RUN INSTALL_PKGS="socat haproxy28 rsyslog procps-ng util-linux" && \ yum install -y $INSTALL_PKGS && \ rpm -V $INSTALL_PKGS && \