[GH-ISSUE #33] manifest unknown #10

Closed
opened 2026-02-26 12:22:22 +03:00 by kerem · 6 comments
Owner

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

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
kerem closed this issue 2026-02-26 12:22:22 +03:00
Author
Owner

@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)

<!-- gh-comment-id:3487503160 --> @brentvollebregt commented on GitHub (Nov 4, 2025): Which platform are you pulling on? Currently this supports amd64 and arm64 as defined here, https://github.com/brentvollebregt/whos-on-my-network/blob/34680cb9e4be37adbdb9a7226eeb23338dad2679/.github/workflows/build-and-push-image.yml#L44
Author
Owner

@Rocker2234 commented on GitHub (Jan 20, 2026):

Facing the same. I'm trying to run on Raspberry Pi 3B+ with Ubuntu Server.

<!-- gh-comment-id:3771935468 --> @Rocker2234 commented on GitHub (Jan 20, 2026): Facing the same. I'm trying to run on Raspberry Pi 3B+ with Ubuntu Server.
Author
Owner

@brentvollebregt commented on GitHub (Jan 20, 2026):

I have had this running on a Raspberry Pi 5 before.

If you:

  • Remove all whos-on-my-network images
  • Run docker pull --platform linux/arm64 ghcr.io/brentvollebregt/whos-on-my-network:master (or similar but still specifying the architecture)

Does the image work?

<!-- gh-comment-id:3772455783 --> @brentvollebregt commented on GitHub (Jan 20, 2026): I have had this running on a Raspberry Pi 5 before. If you: - Remove all whos-on-my-network images - Run `docker pull --platform linux/arm64 ghcr.io/brentvollebregt/whos-on-my-network:master` (or similar but still specifying the architecture) Does the image work?
Author
Owner

@Rocker2234 commented on GitHub (Jan 20, 2026):

No luck.

ubuntu@vermide:~$ docker pull --platform linux/arm64 ghcr.io/brentvollebregt/whos-on-my-network:master
master: Pulling from brentvollebregt/whos-on-my-network
manifest unknown

<!-- gh-comment-id:3772473186 --> @Rocker2234 commented on GitHub (Jan 20, 2026): No luck. > ubuntu@vermide:~$ docker pull --platform linux/arm64 ghcr.io/brentvollebregt/whos-on-my-network:master master: Pulling from brentvollebregt/whos-on-my-network manifest unknown
Author
Owner

@brentvollebregt commented on GitHub (Jan 24, 2026):

Looks like actions/delete-package-versions was dropping them. docker manifest inspect ghcr.io/brentvollebregt/whos-on-my-network:master is now showing arm64 👍

<!-- gh-comment-id:3793301249 --> @brentvollebregt commented on GitHub (Jan 24, 2026): Looks like `actions/delete-package-versions` was dropping them. `docker manifest inspect ghcr.io/brentvollebregt/whos-on-my-network:master` is now showing arm64 👍
Author
Owner

@Rocker2234 commented on GitHub (Jan 24, 2026):

I'm able to pull the image now! Thanks for the fix.

<!-- gh-comment-id:3793736119 --> @Rocker2234 commented on GitHub (Jan 24, 2026): I'm able to pull the image now! Thanks for the fix.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whos-on-my-network#10
No description provided.