Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

ImageLayers cannot find tags for public image #94

Open
pavel-paulau opened this issue Jun 8, 2016 · 14 comments
Open

ImageLayers cannot find tags for public image #94

pavel-paulau opened this issue Jun 8, 2016 · 14 comments

Comments

@pavel-paulau
Copy link

Hi,

I added this public repository yesterday:

https://hub.docker.com/r/pavel/howdy/

However, ImageLayers cannot find image tags.

Steps:

  1. Navigate to https://imagelayers.io/
  2. Click on "Search for images on the Docker Hub".
  3. Enter "pavel/howdy".

Outcome:

Request URL:https://imagelayers.io/registry/images/pavel/howdy/tags
Request Method:GET
Status Code:500 Internal Server Error
Remote Address:64.211.224.18:443

GET https://registry-1.docker.io/v1/repositories/pavel/howdy/tags returned 404

It seems like you are trying to use deprecated API.

@pavel-paulau
Copy link
Author

$ curl -s https://registry.hub.docker.com/v2/repositories/pavel/howdy/tags/ | python -mjson.tool
{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "creator": 3184,
            "full_size": 5271296,
            "id": 3332734,
            "image_id": null,
            "last_updated": "2016-06-10T01:17:04.137063Z",
            "last_updater": 3184,
            "name": "latest",
            "platforms": [
                5
            ],
            "repository": 731528,
            "v2": true
        }
    ]
}

dochang added a commit to dochang/docker-cow that referenced this issue Aug 6, 2016
dochang added a commit to dochang/docker-confd that referenced this issue Aug 6, 2016
dochang added a commit to dochang/docker-privoxy that referenced this issue Aug 6, 2016
dochang added a commit to dochang/docker-tor that referenced this issue Aug 6, 2016
dochang added a commit to dochang/docker-shadowsocks-go that referenced this issue Aug 6, 2016
dochang added a commit to dochang/docker-shadowsocks-libev that referenced this issue Aug 6, 2016
@ghost
Copy link

ghost commented Dec 9, 2016

I'm experiencing the same issue, but only for some images. It seems to only affect images that have been built more recently.

@streamnsight
Copy link

same here. Looks like the tags endpoint return a 404
is it the dockerHub that is slow to propagate changes? My images are 1-2 days old.

@streamnsight
Copy link

actually it looks like ImageLayer is still looking at a v1 registry, not v2

@geerlingguy
Copy link

Still an issue today :(

None of the images I've added in the last few months work on the service.

@ghost
Copy link

ghost commented Feb 15, 2017

I'm also experiencing this issue
The following images could not be found: wesmoutreach/ssh:latest
https://hub.docker.com/r/wesmoutreach/ssh/tags/

@gargamile
Copy link

Still an issue! I was excited to use Imagelayers, but it is still not able to communicate with Docker Hub v2

@cron410
Copy link

cron410 commented Apr 10, 2017

Still and issue for me too. packetworks/nxfilter-base and packetworks/nxfadmin

@yousefamar
Copy link

Has this really been broken for that long? I guess this repo is abandoned; that's a real shame.

@guikcd
Copy link

guikcd commented Apr 15, 2017

Same issue for a public image created today.

@gsauthof
Copy link

Yes, the imagelayers web service seems to be pretty much abandoned for some time.

Currently, MicroBadger is a viable alternative, for example:

Also weird that docker.com isn't integrating such basic functionality into their web frontend.

@rupakg
Copy link

rupakg commented Apr 17, 2017 via email

@ghost
Copy link

ghost commented Apr 17, 2017

Thanks, I'm going to start using MicroBadger.

@guikcd
Copy link

guikcd commented Apr 17, 2017

Nice !

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

No branches or pull requests

9 participants