HAproxy with HTTP/3 support. Just mount the stuff under /etc/haproxy and it is ready to go.
Docker Hub images available: buffertly/haproxy-quic
The image has a couple of tags.
wolfssl,latest: based on https://github.com/wolfSSL/wolfssl : x86_64 and armv8 architectures included.quictls: based on https://github.com/quictls/quictls : for x86_64 CPU only.(BROKEN)openssl,stable: based on https://github.com/quictls/openssl (discontinued in Sep 2024). x86_64 and armv8.
Optional build args
GNUDIST: The GNU Linux docker base image.OPTIONAL_PACKAGES: OS packages you need in the container, separated with spaces. Default:iputils-pingHAPROXY_VERSION: The HAProxy version.HAPROXY_MAKE_ARGS: Arguments to add tomakewhile building HAProxySSL_VENDOR: one of wolfssl, quictls_quictls, quictls_opensslSSL_MAKE_ARGS: additional make arguments while building sslLUA_VERSION: The required Lua version.
For details, take a look at the Dockerfile.