Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upPlease update the Dockerfile on Dockerhub for the Prometheus image #3778
Comments
This comment has been minimized.
This comment has been minimized.
kaytrance
commented
Feb 15, 2018
|
Can you specify them? I cannot launch prometheus docker image |
This comment has been minimized.
This comment has been minimized.
|
@kaytrance Because the flags to Prometheus have changed in the latest version, I had to use the following CMD in my Dockerfile to get prometheus v2.1.0 to run.
|
This comment has been minimized.
This comment has been minimized.
|
If it's https://hub.docker.com/r/prom/prometheus/~/dockerfile/ you're talking about, that's not an example, that's the Dockerfile used for the automated build. Unfortunately it looks like the last time an automated build was run was ~2yrs ago (see https://hub.docker.com/r/prom/prometheus/builds/). Since then, it appears that docker images have been pushed as part of the CircleCI build. So it's not really an automated build... I don't think there's a way to alter the listed Dockerfile manually in DockerHub - to update it must be run automatically again. |
thiderman
referenced this issue
Apr 25, 2018
Closed
The Dockerfile example on the hub.docker.com page is out of date and contains errors #4114
hayalci
referenced this issue
Sep 26, 2018
Closed
Choose quay.io or docker hub and use it in docs & readme #4665
This comment has been minimized.
This comment has been minimized.
kristaxox
commented
Oct 9, 2018
|
Would love to fix this if there were a way to post the Dockerfile to the Docker Hub on a Circle CI build. |
This comment has been minimized.
This comment has been minimized.
|
@kristaxox I'd rather remove the Dockerfile from Docker Hub as it is easy to get it from GitHub. I'm trying to get that done btw. |
CharlesWinter commentedFeb 1, 2018
Just a quick note to please update the Dockerfile example shown on Dockerhub to reflect the new command line arguments that are required.