mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-19 11:20:28 +03:00
Missing linux/amd64 OS for docker main image #253
Reference in New Issue
Block a user
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 @SirEndii on GitHub (Feb 9, 2025).
Current Behavior
I tried to test a canary feature. But when I tried to use the
maintag it failed to fetch the image since there is now proper image for linux/amd64Expected Behavior
Provide a linux/amd64 os image for the main tag like we have it for wings
Steps to Reproduce
Look at https://github.com/pelican-dev/panel/pkgs/container/panel
Panel Version
canary
Wings Version
1.0.0-beta9
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@parkervcp commented on GitHub (Feb 9, 2025):
The default image is
latestnotmainand so far as I know we are not building a canary image.@SirEndii commented on GitHub (Feb 9, 2025):
There is a canary image
https://github.com/pelican-dev/panel/pkgs/container/panel/352016785?tag=main
But not built with linux/amd64 arch
@rmartinoscar commented on GitHub (Feb 9, 2025):
Hey thanks for your report @QuintenQVD0 is investigating
The most probable cause is https://github.com/pelican-dev/panel/pull/920
@QuintenQVD0 commented on GitHub (Feb 9, 2025):
I have looked into this for the past 2 hours and what I have done:
All of it did not fix it, the workflow that pushed last is the only one that can be pulled or will show up.
The workflows build and push for the right arch and all the buildx arguments seem fine to me so I have no idea how I can fix this