Hi Dinko.

On 17.03.23 20:59, Dinko Korunic wrote:
Dear community,

Upon many requests, we have started building HAProxy CE for 2.6, 2.7 and 2.8 branches with QUIC (based on OpenSSL 1.1.1t-quic Release 1) as Docker Alpine 3.17 images.

That's great news :-).

What should keep in mind is that Apline's musl libc does not handle TCP DNS queries, which limits the answers for dns Queries to ~30 entries.

https://www.linkedin.com/pulse/musl-libc-alpines-greatest-weakness-rogan-lynch/
=> https://twitter.com/richfelker/status/994629795551031296?lang=en

```
My choice not to do TCP in musl's stub resolver was based on an interpretation that truncated results are not just acceptable but better ux - not only do you save major round-trip delays to DNS but you also get a reasonable upper bound on # of addrs in result.

    -Rich Felker (via twitter)
```

Any chance to get also a libc based image with quic?

Regards
Alex

All these are being built for several architectures, namely:
- linux/amd64
- linux/arm/v6
- linux/arm/v7
- linux/arm64

As usual, Docker pull will fetch appropriate image for your architecture if it exists.

These images are available at Docker Hub as usual (and they have dataplaneapi binary as well):

Docker <https://hub.docker.com/r/haproxytech/haproxy-alpine-quic>
hub.docker.com <https://hub.docker.com/r/haproxytech/haproxy-alpine-quic>
        <https://hub.docker.com/r/haproxytech/haproxy-alpine-quic>

<https://hub.docker.com/r/haproxytech/haproxy-alpine-quic>


And sources (scripts, Dockerfiles, GA workflows etc.) are available below:

haproxy-docker-alpine-quic.png
haproxytech/haproxy-docker-alpine-quic: HAProxy CE Docker Alpine image with QUIC (quictls) <https://github.com/haproxytech/haproxy-docker-alpine-quic>
github.com <https://github.com/haproxytech/haproxy-docker-alpine-quic>

<https://github.com/haproxytech/haproxy-docker-alpine-quic>


Kind regards,
D.

--
Dinko Korunic                   ** Standard disclaimer applies **
Sent from OSF1 osf1v4b V4.0 564 alpha


Reply via email to