Skip to content

Commit

Permalink
Merge pull request #160 from frobware/NE-1444-switch-container-builds…
Browse files Browse the repository at this point in the history
…-to-haproxy28

NE-1444: egress/dns-proxy: switch to haproxy28 RPM package
  • Loading branch information
openshift-merge-bot[bot] committed Feb 12, 2024
2 parents 247d4a0 + 3d1e257 commit 3d75237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions egress/dns-proxy/Dockerfile
Expand Up @@ -3,10 +3,10 @@
#
# The standard name for this image is openshift/origin-egress-dns-proxy

FROM registry.ci.openshift.org/ocp/4.16:base
FROM registry.ci.openshift.org/ocp/4.16:base-rhel9

# HAProxy 1.6+ version is needed to leverage DNS resolution at runtime.
RUN INSTALL_PKGS="haproxy26 rsyslog" && \
RUN INSTALL_PKGS="haproxy28 rsyslog" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all && \
Expand Down

0 comments on commit 3d75237

Please sign in to comment.