graphite-api
graphite-api copied to clipboard
Docker image on hub.docker.com is not up-to-date?
The docker image was updated a month ago as stated here: https://hub.docker.com/r/brutasse/graphite-api/~/dockerfile/
But when I install it and look at the file /usr/local/lib/python2.7/dist-packages/graphite_api/functions.py
inside the container, I see that it is old. Particularly it does not contain these changes: https://github.com/brutasse/graphite-api/pull/179
Could you please update the image on hub.docker.com from the current master branch?
Now I understand that this is because of the following like in Dockerfile:
RUN pip install gunicorn graphite-api[sentry,cyanite]
So pip repository needs to be updated. Could you do this please? :)