stable/alpine-slim build not working
Closed this issue · 1 comments
dobratu commented
Bug Overview
docker build command is not working
Expected Behavior
docker build succeeds
Steps to Reproduce the Bug
cd stable/alpine-slim && docker build .
error:
1.089 + wget -O /tmp/nginx_signing.rsa.pub https://nginx.org/keys/nginx_signing.rsa.pub
1.134 Connecting to nginx.org (3.125.197.172:443)
1.375 wget: server returned error: HTTP/1.1 404 Not Found
Environment Details
- Version of Docker and method of installation: Docker version 28.2.2, build e6534b4
- Version/tag of the NGINX Docker unprivileged image or specific commit: c994936
- Target deployment platform: Kubernetes/Docker/local
Additional Context
No response
dobratu commented
The reason of that issue was that https://nginx.org/keys/nginx_signing.rsa.pub returned 404. Now it returns 200.