From f404620bc0a49a9d0d844a2d6e2d96a781d07061 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Thu, 12 Mar 2026 16:22:49 +0000 Subject: [PATCH] Updating ingress-node-firewall-daemon-container image to be consistent with ART for 4.20 Reconciling with https://github.com/openshift/ocp-build-data/tree/a378a077bf28e578d72fa8e0f10285dc56adf0d1/images/ingress-node-firewall-daemon.yml --- Dockerfile.daemon.openshift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.daemon.openshift b/Dockerfile.daemon.openshift index 9cbc207ac..c9cfe0451 100644 --- a/Dockerfile.daemon.openshift +++ b/Dockerfile.daemon.openshift @@ -4,7 +4,7 @@ WORKDIR /go/src/github.com/openshift/ingress-node-firewall COPY . . RUN ./hack/build-daemon.sh -FROM registry.ci.openshift.org/ocp/4.19:base-rhel9 +FROM registry.ci.openshift.org/ocp/4.20:base-rhel9 COPY --from=builder /go/src/github.com/openshift/ingress-node-firewall/bin/daemon /usr/bin/ COPY --from=builder /go/src/github.com/openshift/ingress-node-firewall/bin/syslog /usr/bin/ CMD ["/usr/bin/daemon"]