Skip to content
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

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

Open
lukyanov opened this issue Mar 30, 2017 · 1 comment
Open

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

lukyanov opened this issue Mar 30, 2017 · 1 comment

Comments

@lukyanov
Copy link

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: #179

Could you please update the image on hub.docker.com from the current master branch?

@lukyanov
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant