nginxinc / docker-nginx

Official NGINX Dockerfiles
BSD 2-Clause "Simplified" License
3.15k stars 1.72k forks source link

hg.nginx.org is unavailable, breaking Dockerfile #868

Open jvanheesch opened 4 months ago

jvanheesch commented 4 months ago

Is your feature request related to a problem? Please describe

Our build requires an nginx container with lua. Based on these excellent instructions, we use this Dockerfile. Right now, our build is failing because https://hg.nginx.org/xslscript/raw-file/01dc9ba12e1b/xslscript.pl is down.

Describe the solution you'd like

To reduce the chance of build failures, perhaps a highly available read-only github mirror could be considered (similar to https://github.com/nginx/njs).

thresheek commented 3 months ago

Hi @jvanheesch !

Yes, we're considering a mirror or a move of pkg-oss to github. No hard ETA for this yet though.