docker-library / ghost

Docker Official Image packaging for Ghost
https://hub.docker.com/_/ghost
MIT License
720 stars 311 forks source link

Tag 5.75.1 cannot be pulled #396

Closed viharm closed 9 months ago

viharm commented 9 months ago

The tag appears on Docker Hub, but apparently it hasn’t been “reviewed” by Scout yet. This is preventing it from being pulled by the Docker client.

tianon commented 9 months ago

Docker Scout should not factor into the ability to pull images from Docker Official Images.

It appears what's actually happened is that it failed to build or deploy. If you look at https://explore.ggcr.dev/?image=ghost:5.75.1, you can see that the image index is empty (so the error you got was because there wasn't anything to pull).

I dug into it and it was a deployment failure which should now be fixed, but is gonna take a bit to get the images deployed. :bow:

tianon commented 9 months ago

Fixed now: https://explore.ggcr.dev/?image=ghost:5.75.1 :+1: