docker manifest inspect currently failing on some GHCR images
#45779
Unanswered
pedrolamas
asked this question in
Actions
Replies: 2 comments 7 replies
|
No idea what is going on, however there is an alternative docker tool to do what you want You can use I can confirm that I prefer |
7 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Bug
Body
Until yesterday, I was using
docker manifest inspect ghcr.io/USER/CONTAINER:TAGto check if a specific container tag already existing, but that now seems to have stopped working...Specifically, my docker-klipper-simulavr image doesn't even show for "latest" tag:
> docker manifest inspect ghcr.io/pedrolamas/docker-klipper-simulavr:latest no such manifest: ghcr.io/pedrolamas/docker-klipper-simulavr:latestThe above now just returns "no such manifest: ghcr.io/pedrolamas/docker-klipper-simulavr:latest" when the image is actually there and properly tagged with "latest"!
docker pull ghcr.io/pedrolamas/docker-klipper-simulavr:latestworks fine and I can even access it directly via browser, but sometimes I do get a "tag does not exist" red warning from GitHub when I do that...Any idea of what is going on or where should I report issues with GHCR ?
All reactions