container images broken? #198

Closed
opened 2026-04-14 14:02:19 +00:00 by npub15skvhry · 1 comment

I tried latest image from docker pull ghcr.io/coracle-social/flotilla:latest and it turns out zooid which is seems fix by a commit in zooid repo(but i think this wrong tagged docker image should be removed). but another strange thing is that i cannot even use older images

$ docker pull ghcr.io/coracle-social/flotilla:sha256-721e5c07a30c58725b8c7cb6c151c9e954956846205ca89c492622417ae78414
sha256-721e5c07a30c58725b8c7cb6c151c9e954956846205ca89c492622417ae78414: Pulling from coracle-social/flotilla
44136fa355b3: Download complete 
3825e9637157: Download complete 
no matching manifest for linux/amd64 in the manifest list entries: failed to unpack image on snapshotter overlayfs: no match for platform in manifest sha256:0967fb647d7456b6668b9226e8e5aa97ff31962aa13d3dec9fd0e79eae44c87f: not found

I also tried exporting the image but i was not successful

I tried latest image from `docker pull ghcr.io/coracle-social/flotilla:latest` and it turns out `zooid` which is seems fix by a commit in zooid repo(but i think this wrong tagged docker image should be removed). but another strange thing is that i cannot even use older images ```bash $ docker pull ghcr.io/coracle-social/flotilla:sha256-721e5c07a30c58725b8c7cb6c151c9e954956846205ca89c492622417ae78414 sha256-721e5c07a30c58725b8c7cb6c151c9e954956846205ca89c492622417ae78414: Pulling from coracle-social/flotilla 44136fa355b3: Download complete 3825e9637157: Download complete no matching manifest for linux/amd64 in the manifest list entries: failed to unpack image on snapshotter overlayfs: no match for platform in manifest sha256:0967fb647d7456b6668b9226e8e5aa97ff31962aa13d3dec9fd0e79eae44c87f: not found ``` I also tried exporting the image but i was not successful
Owner

Thanks, I did indeed push the wrong image to the repository. I've rebuilt the latest version so the latest tag should work now. The reason your pull command was failing is I think you're pulling the signature file, not the image itself. It should be:

docker pull ghcr.io/coracle-social/flotilla@sha256:721e5c07a30c58725b8c7cb6c151c9e954956846205ca89c492622417ae78414
Thanks, I did indeed push the wrong image to the repository. I've rebuilt the latest version so the latest tag should work now. The reason your pull command was failing is I think you're pulling the signature file, not the image itself. It should be: ``` docker pull ghcr.io/coracle-social/flotilla@sha256:721e5c07a30c58725b8c7cb6c151c9e954956846205ca89c492622417ae78414 ```
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coracle/flotilla#198