-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[nginx] docker build failing for nginx/nginx-prometheus-exporter #632
Comments
Using |
Reason for Build Failure |
Actual Behavior
Running
docker build -t nginx nginx
currently results in an error for thenginx/nginx-prometheus-exporter
step.Investigation Notes
The problem occurs with the latest version (0.9.0) of https://hub.docker.com/r/nginx/nginx-prometheus-exporter/tags?page=1&ordering=last_updated that was just recently released.
With a pined version
nginx/nginx-prometheus-exporter:0.8.0
this problem does not occur.Quick Fix
Change the according line in
nginx/Dockerfile
fromto
Environment Details
The text was updated successfully, but these errors were encountered: