Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.53 KB

File metadata and controls

29 lines (21 loc) · 1.53 KB

haproxy-quic

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.
Optional build args for compiled images.
  • GNUDIST: The GNU Linux docker base image.
  • OPTIONAL_PACKAGES: OS packages you need in the container, separated with spaces. Default: iputils-ping
  • HAPROXY_VERSION: The HAProxy version.
  • HAPROXY_MAKE_ARGS: Arguments to add to make while building HAProxy
  • SSL_VENDOR: one of wolfssl, quictls_quictls, quictls_openssl
  • SSL_MAKE_ARGS: additional make arguments while building ssl
  • LUA_VERSION: The required Lua version.

For details, take a look at the Dockerfile.