From 9f73969dc70427a2a6168440235968f75142153d Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Tue, 28 Nov 2023 20:11:47 +0000 Subject: [PATCH] Updating openshift-enterprise-keepalived-ipfailover-container image to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/9dc2a375bf335e7e4e3d7e75abc5c3bdbb0c0e98/images/openshift-enterprise-keepalived-ipfailover.yml --- ipfailover/keepalived/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipfailover/keepalived/Dockerfile b/ipfailover/keepalived/Dockerfile index c0a908be8..875a91f70 100644 --- a/ipfailover/keepalived/Dockerfile +++ b/ipfailover/keepalived/Dockerfile @@ -3,7 +3,7 @@ # # ImageName: openshift/origin-keepalived-ipfailover # -FROM registry.ci.openshift.org/ocp/4.14:base +FROM registry.ci.openshift.org/ocp/4.15:base-rhel9 RUN INSTALL_PKGS="kmod keepalived iproute psmisc nmap-ncat net-tools ipset ipset-libs procps-ng" && \ yum install -y $INSTALL_PKGS && \