mirror of
https://github.com/brentvollebregt/whos-on-my-network.git
synced 2026-04-25 03:25:51 +03:00
[GH-ISSUE #33] manifest unknown #10
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whos-on-my-network#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @declan727 on GitHub (Nov 1, 2025).
Original GitHub issue: https://github.com/brentvollebregt/whos-on-my-network/issues/33
I am not sure what the issue is however when I try to bring the container up using the docker-compose file I am getting the error "manifest unknown" I also get it when I try to just pull the image any thoughts on what I can do to resolve this issue?
I love the idea of the project and would like to test it out.
Thanks
@brentvollebregt commented on GitHub (Nov 4, 2025):
Which platform are you pulling on? Currently this supports amd64 and arm64 as defined here,
github.com/brentvollebregt/whos-on-my-network@34680cb9e4/.github/workflows/build-and-push-image.yml (L44)@Rocker2234 commented on GitHub (Jan 20, 2026):
Facing the same. I'm trying to run on Raspberry Pi 3B+ with Ubuntu Server.
@brentvollebregt commented on GitHub (Jan 20, 2026):
I have had this running on a Raspberry Pi 5 before.
If you:
docker pull --platform linux/arm64 ghcr.io/brentvollebregt/whos-on-my-network:master(or similar but still specifying the architecture)Does the image work?
@Rocker2234 commented on GitHub (Jan 20, 2026):
No luck.
@brentvollebregt commented on GitHub (Jan 24, 2026):
Looks like
actions/delete-package-versionswas dropping them.docker manifest inspect ghcr.io/brentvollebregt/whos-on-my-network:masteris now showing arm64 👍@Rocker2234 commented on GitHub (Jan 24, 2026):
I'm able to pull the image now! Thanks for the fix.