Commit b822559a authored by Geoff Simmons's avatar Geoff Simmons

Roll back haproxy to version 2.2.9, currently latest in Debian bullseye.

We had updated to a very new version from bullseye-backports to test
if it had a necessary bugfix, but that brought no improvement. As it
turned out, the problem was ulimit -n as addressed in 03f46509.

2.2.9 is sufficient for our purposes. backports repos are problematic
because a version of a package ceases to exist from time to time.
This causes container builds to fail at times that are unpredictable
in practice.
parent 103958ea
......@@ -23,9 +23,7 @@ RUN cd /go && git clone https://github.com/haproxytech/dataplaneapi.git && \
# Build haproxy
FROM debian:${debian_tag}
COPY bullseye-backports.list /etc/apt/sources.list.d/
ARG haproxy_version=2.4.15-1~bpo11+1
ARG haproxy_version=2.2.9-2+deb11u2
RUN apt-get update -q && \
apt-get install -y -q haproxy=${haproxy_version} && \
......
deb http://deb.debian.org/debian bullseye-backports main contrib non-free
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment