macbre / docker-nginx-http3

Stable and up-to-date root-less nginx with quic + http/3, google brotli compression, njs, GeoIP2, and Grade A+ SSL config
https://hub.docker.com/r/macbre/nginx-http3
165 stars 53 forks source link

Switch from `nginx-quic` to mainline `nginx` repo #143

Closed vincejv closed 3 weeks ago

vincejv commented 1 month ago

From #nginx irc on libera

02:02 nginx-quic is terribly outdated, you should not use it

Current dockerfile uses this repo instead of mainline nginx repo https://github.com/macbre/docker-nginx-http3/blob/ff89fd5e24aa3af5406894565ab4d5340dd84635/Dockerfile#L127C2-L127C106

vincejv commented 1 month ago

I did a quick file comparison and they are the same for now, but i think it's best to switch to mainline

macbre commented 3 weeks ago

Using mainline branch means that the image will only use the "even" minor versions (1.24, 1.26, ...).

I'd rather let the end user decide whether they want to use a bit more stable release or be at the cutting-edge of innovation ;-)