docker-library / ghost

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

ghost:5.65-alpine: no matching manifest for linux/arm/v7 in the manifest list entries #392

Closed brunoais closed 11 months ago

brunoais commented 11 months ago

Is there something wrong with some script? I can't update ghost to any version between 5.61-5.65.


Just for debugging purposes, I can confirm the amd64 version is being created

yosifkit commented 11 months ago

It looks like the Alpine images are failing to build on non-amd64 architectures since after 5.60.0 (at 5.61.2 since that is the next version we added): https://doi-janky.infosiftr.net/job/multiarch/view/images/view/ghost/. I'm digging in to find a fix.

yosifkit commented 11 months ago

Fix in https://github.com/docker-library/ghost/pull/393