haproxy
haproxy copied to clipboard
Docker Official Image packaging for HAProxy
Running haproxy using haproxy:2.2.14 docker image. On high load/memory usage the master haproxy process gets oom-killed. The expected behaviour is that the haproxy container is restarted if the master process...
Is it possible to build the 2.6-dev Docker images with HTTP/3 (QUIC) support as the current 2.6-dev8 doesn't allow you to bind using `quic4` or `quic6`?
When starting the haproxy image it gets OOM-killed after using up all the memory on my system (32GB + 8GB Swap) almost immediately. I'm running using the below command -...
Maybe it would be a good idea to use a ``` USE_OT=1 ``` `make` flag to allow opentracing integration out of the box? https://www.haproxy.com/blog/announcing-haproxy-2-4/
Summary: The example run commands in the Dockerhub readme don't work, but they can be fixed by adding or discussing the `--privileged` or `--ulimit` flags. The Dockerhub readme suggests the...
Not sure if I should file this here or with the upstream, but my haproxy setup was working fine for months until a few days ago. I'm not sure what...
[ltime](https://docs.haproxy.org/dev/configuration.html#7.3.1-ltime) reports the server timezone as UTC regardless of what is set as the `TZ` environment variable in the container. Adding the `tzdata` package to the image appears to resolve...
See: - docker-library/official-images#16044 - - - - `SOURCE_DATE_EPOCH` is added. The value is consumed by the build scripts to make the binary reproducible. - For Debian, `/var/log/*` is removed as...
To minimize the size of the image we probably want to build haproxy in one container and then copy the build outputs into the next container. This way the build...
hello, team. if nobody minds, I would like to add aws-lc images.