-
Notifications
You must be signed in to change notification settings - Fork 35
I don't understand why my image won't load on your site. #83
Comments
there is something wrong with their imagelayers API services. the analyze URL https://imagelayers.io:8888/registry/analyze isn't responding. This project seems to be abandoned =(. Hope someone appears to save this awesome project. |
@ckleban, happy to hear that. |
@davidgardner11 I am getting 0 for all the layers on this build: https://imagelayers.io/?images=blacktop%2Felk:latest |
Seems https://imagelayers.io:8888/registry/analyze isn't working again. =( |
@manuwell Thanks. We will take a look. Out of curiosity, what are you doing to trigger/call that url? thanks |
Nothing, I like to see containers layers and ImageLayers provides a cool interface for it. |
The problem seems to be intermittent. Currently, for example, the library php:latest image is failing to display at https://imagelayers.io. Some detailed inspection shows that the problem occurs when trying to load metadata for only one of the sublayers of the php image. The error returned from the v1 registry api is 404 - {"error": "Image is being uploaded, retry later"}. However, the full php image downloads fine, so this looks like a problem in the docker registry api. What we should do is (1) skip over that layer and display the rest and/or (2) migrate to using the v2 api. I suspect that the docker registry v1 interface will not be aggressively maintained. |
I am getting layer counts but not image size values now. |
https://imagelayers.io/?images=malice%2Ffileinfo:latest
The text was updated successfully, but these errors were encountered: