Skip to content

Commit

Permalink
Merge pull request #551 from frobware/validate-haproxy28-2.8.5-1.rhao…
Browse files Browse the repository at this point in the history
…s4.16.el9.x86_64.rpm

NE-1444: Upgrade OpenShift Router to HAProxy 2.8
  • Loading branch information
openshift-merge-bot[bot] committed Feb 9, 2024
2 parents ba0be50 + 6be0189 commit d5b0316
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hack/Dockerfile.debug
@@ -1,5 +1,5 @@
FROM registry.access.redhat.com/ubi8/ubi
RUN yum install -y https://github.com/frobware/haproxy-builds/raw/master/rhaos-4.14-rhel-8/haproxy26-2.6.13-2.rhaos4.14.el8.x86_64.rpm
RUN yum install -y https://github.com/frobware/haproxy-builds/raw/master/rhaos-4.16-rhel-9/haproxy28-2.8.5-1.rhaos4.16.el9.x86_64.rpm
RUN haproxy -vv
RUN INSTALL_PKGS="rsyslog procps-ng util-linux socat" && \
yum install -y $INSTALL_PKGS && \
Expand Down
2 changes: 1 addition & 1 deletion images/router/haproxy/Dockerfile
@@ -1,5 +1,5 @@
FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base-router
RUN INSTALL_PKGS="haproxy26 rsyslog sysvinit-tools" && \
RUN INSTALL_PKGS="haproxy28 rsyslog sysvinit-tools" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all && \
Expand Down
2 changes: 1 addition & 1 deletion images/router/haproxy/Dockerfile.rhel
@@ -1,5 +1,5 @@
FROM registry.svc.ci.openshift.org/ocp/4.0:base-router
RUN INSTALL_PKGS="haproxy26 rsyslog sysvinit-tools" && \
RUN INSTALL_PKGS="haproxy28 rsyslog sysvinit-tools" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all && \
Expand Down
2 changes: 1 addition & 1 deletion images/router/haproxy/Dockerfile.rhel8
@@ -1,5 +1,5 @@
FROM registry.ci.openshift.org/ocp/4.16:haproxy-router-base
RUN INSTALL_PKGS="haproxy26 rsyslog procps-ng util-linux" && \
RUN INSTALL_PKGS="haproxy28 rsyslog procps-ng util-linux" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all && \
Expand Down
2 changes: 2 additions & 0 deletions images/router/haproxy/conf/haproxy-config.template
Expand Up @@ -330,6 +330,7 @@ frontend fe_sni
{{- if $haveCRLs }} crl-file /var/lib/haproxy/mtls/latest/crls.pem {{ end }}
{{- end }}
{{- end }}
{{- "" }} no-alpn
mode http

{{- range $idx, $captureHeader := .CaptureHTTPRequestHeaders }}
Expand Down Expand Up @@ -440,6 +441,7 @@ frontend fe_no_sni
{{- if $haveCRLs }} crl-file /var/lib/haproxy/mtls/latest/crls.pem {{ end }}
{{- end }}
{{- end }}
{{- "" }} no-alpn
mode http

{{- range $idx, $captureHeader := .CaptureHTTPRequestHeaders }}
Expand Down

0 comments on commit d5b0316

Please sign in to comment.