docker / hub-feedback

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

new docker image tags not appearing #2327

Closed philippem closed 1 year ago

philippem commented 1 year ago

After pushing a new tag to docker hub, we are able to pull the image by its tag, but the tag is not appearing in the manifest at https://hub.docker.com/v2/repositories/blockstream/esplora/tags/ nor in the public web at https://hub.docker.com/r/blockstream/esplora/tags

pulling latest:

% docker pull blockstream/esplora:latest                                                  
latest: Pulling from blockstream/esplora
Digest: sha256:9f8d7fbacd12086a0550d3e9b26e96196e871e64a89bf89bdcd77382de126f54
Status: Image is up to date for blockstream/esplora:latest
docker.io/blockstream/esplora:latest

pulling tag:

% docker pull blockstream/esplora:814bc41fa0c5c421a061fd89d406fc0a3fb9f7cf
814bc41fa0c5c421a061fd89d406fc0a3fb9f7cf: Pulling from blockstream/esplora
Digest: sha256:9f8d7fbacd12086a0550d3e9b26e96196e871e64a89bf89bdcd77382de126f54
Status: Image is up to date for blockstream/esplora:814bc41fa0c5c421a061fd89d406fc0a3fb9f7cf
docker.io/blockstream/esplora:814bc41fa0c5c421a061fd89d406fc0a3fb9f7cf

absent from manifest:

% curl -s https://hub.docker.com/v2/repositories/blockstream/esplora/tags/ | jq | grep 814

Problem description

docker info output

Docker Info:

Debug Information

Browser name and version:

URL:

Timetamp or time range:

Public IP:

Hub Username:

Error messages (on screen or in browser console)

Screenshots of the issue (if applicable)

Task List

jcarter3 commented 1 year ago

Thanks for reporting this! This is resolved now (we'll get the status page updated accordingly)

No images or tags were lost and they were always accessible from the CLI. We experienced a delay in replication getting the data to where it's served by the UI.

philippem commented 1 year ago

Thank you! visible now

% curl -s https://hub.docker.com/v2/repositories/blockstream/esplora/tags/ | jq | grep 814
      "name": "814bc41fa0c5c421a061fd89d406fc0a3fb9f7cf",