docker / hub-feedback

Feedback and bug reports for the Docker Hub
https://hub.docker.com
233 stars 40 forks source link

Missing tag list #2190

Closed sudo-bmitch closed 2 years ago

sudo-bmitch commented 2 years ago

Problem description

I'm seeing a repo with no tags or readme listed. Not sure if the readme should be there, but the tags are definitely missing from the web page. However, checking from the registry API, there are definitely tags:

$ regctl tag ls anchore/syft
0
0.14
0.14.0
latest
v0
v0-amd64
v0-arm64v8
v0.15
v0.15.1
v0.15.2
...

Debug Information

Browser name and version: Testing on Firefox 91.4.1esr (64-bit) running on Linux

URL: https://hub.docker.com/r/anchore/syft/tags

Timetamp or time range: EST

Public IP: 2600:8806:2400:xx::xx

Hub Username: sudobmitch, but accessing web page without logging in

Error messages (on screen or in browser console)

Web page:

Tags not retrieved
An error occurred while loading the tags. Try reloading the page.

Console:

Promise rejected after context unloaded: Actor 'Conduits' destroyed before query 'RuntimeMessage' was resolved
index.js:4847
XHRGEThttps://hub.docker.com/v2/user/
[HTTP/1.1 401 UNAUTHORIZED 71ms]

XHRGEThttps://hub.docker.com/v2/user/
[HTTP/1.1 401 UNAUTHORIZED 29ms]

XHRGEThttps://hub.docker.com/v2/user/
[HTTP/1.1 401 UNAUTHORIZED 29ms]

XHRGEThttps://hub.docker.com/v2/repositories/anchore/syft/tags/?page_size=25&page=1
[HTTP/1.1 500 Internal Server Error 447ms]

XHRGEThttps://hub.docker.com/v2/repositories/anchore/syft/tags/?page_size=25&page=1
[HTTP/1.1 500 Internal Server Error 803ms]

Screenshots of the issue (if applicable)

Screenshot from 2022-01-11 12-31-59

Task List

silvin-lubecki commented 2 years ago

A fix has been deployed, it should fix the issue. Thanks for reporting it @sudo-bmitch 👍

Screenshot 2022-01-18 at 15 34 56
silvin-lubecki commented 2 years ago

Let me know if I can close this issue

sudo-bmitch commented 2 years ago

LGTM, thanks!