-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Consider using/switching from imagelayers.io to microbadger.com for Docker layers badges #944
Comments
Hi, thanks for bringing this up. When testing #706 I encountered badges which surprisingly returned zero. I incorrectly assumed this was a problem with the package. For example:
In that backlog of PRs is #794, which is replaces the imagelayer badge with a dockerhub badge. That may be an alternative fix for this issue. Would you have some time to test that to see if it's working appropriately? |
At first glance, there is a problem with the auth when requesting informations on public user image (although it works well with the ubuntu default example):
I'll need to investigate more :) |
Ok i've tested the wrong routes...,
|
Hi! ImageLayers seems useless for new Docker images and it looks like docker hub version isn't in the production version of Shields, doesn't it? So, adding the support of microbadger.com looks worth it. Could someone tell me what can be used to get an image size of a Docker container now, for example, |
I don't think anyone has started working on this, beyond the research above. Would you like to look into it a bit? Here is the code that runs the imagelayers badge: Lines 6217 to 6260 in 342e71e
Of course no pressure if not! |
@paulmelnikow According to the last opened issues in ImageLayers repository it looks dead. I can't even get the size of the image via the web interface or somehow else. I'm trying to add the MicroBadger integration |
Great! We can finish the convo here, if any questions come up along the way. |
microbadger.com also not stable. Any alternatives? |
As we have now implemented the MicroBadger alternative, I'm going to close this issue. @delfer regarding stability, I'm assuming things have improved after I raised this issue on their upstream repository. Feel free to open a new issue if you are still facing problems. 😉 |
badges/shields#944 ImageLayers is no longer in maintained.
As of microscaling/imagelayers-graph#94 / microscaling/imagelayers#26, imagelayers.io is broken since many months (at least June 2016). It continue to works with existing images but new images can't be fetched (maybe due to a Docker API change).
The service https://microbadger.com/ seems to offer same informations as imagelayers.io, please consider propose it in addition/replacement.
The text was updated successfully, but these errors were encountered: