graphite-api icon indicating copy to clipboard operation
graphite-api copied to clipboard

Docker image on hub.docker.com is not up-to-date?

Open lukyanov opened this issue 7 years ago • 1 comments

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?

lukyanov avatar Mar 30 '17 14:03 lukyanov

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? :)

lukyanov avatar Mar 31 '17 07:03 lukyanov