Open andreaangiolillo opened 9 months ago
Hello, thank you for reporting, we'll look into it
I am also experiencing this same issue. I can post some examples if needed.
Hello thank you very much for reporting, we are working on this but we were unable to reproduce the issue for now. If you could share more examples of running into this, it would be highly appreciated. Thank you very much for your help
If you could share more examples of running into this, it would be highly appreciated.
I push these tags with a single imagetools create command:
All of the tags show all five platforms/digests I compile for in the tag information... except for nephatrine/nginx-ssl:1.25.4
- that one only shows linux/386
and none of the others. If I try to pull it or use imagetools inspect, I can get those other architectures just fine - so they're clearly there but dockerhub just doesn't show them as existing.
Hello nephatrine, that is helping thanks a lot
I'd like to note for anyone else that comes across this that pushing each architecture to dockerhub as a separate tag and then using manifest create and manifest push does not have this issue and so is a workaround for now if you don't mind having a ton of extra tags show up (i.e. latest-amd64
, latest-arm64
, etc. in addition to just latest
).
We have some rework planned on another topic which will also fix this issue, so it's planned to be fixed in the coming months but i don't have any visibility on the release date. Stay tuned.
same problem here, with the following images, built through github actions :
with another profile, the same github actions produced an image which is correctly described in the hub :
This issue has been fixed. Please let us know if this happens again.
Hello,
We are still seeing this issue on a few of our repositories. Each of these tags should have multiple architectures (which I can check with inspect): https://hub.docker.com/r/grafana/enterprise-metrics/tags but some are missing:
Problem description
Occasionally, when uploading a docker image tagged with
latest
,v1.14.3
, andv1.14.3-2024-02-13,
some tags fail to display Digest, OS, and Layer details. However,docker buildx imagetools inspect
consistently reveals the accurate image information.We push the docker image to the
mongo/apix
from a staging docker hub repo viadocker builds imagetools create
Debug Information
Browser name and version: Google Chrome Version 121.0.6167.160
URL: https://hub.docker.com/repository/docker/mongodb/atlas/tags?page=1&ordering=last_updated
Timetamp or time range: GMT
Public IP:
Hub Username: svcdockerhubapix429
Screenshots of the issue (if applicable)
We use the same piece of code to release to Quay.io and the tag there is shown correctly:
Task List