amd64 image no longer available or is it always arm64? #145
-
|
Hi All I am running into a strange issue, so my "sure" instance runs on portainer which is in lxc host in proxmox. And I have completely no memory if I used to have amd64/arm64 but after the latest proxmox update and a reboot. I found I am no longer able to run "sure" and getting "exec /rails/bin/docker-entrypoint: exec format error". After some digging I ended up thinking I need a amd64 image rather than a arm64 image. (yes i still cannot explain why i was able to run arm64 image in the first place) So what I did is have the 'sure' image deleted, and was trying to re-download it using cmdlet 'docker pull --platform linux/amd64 ghcr.io/we-promise/sure: latest. And that's when I found out there is no amd64 image at all (? Can someone please advise? below is the mesage that i am getting. latest: Pulling from we-promise/sure |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
|
We build multi-arch as of this PR: #46 so that shouldn't be the problem. Which tells me I created the problem when I tagged that image as |
Beta Was this translation helpful? Give feedback.
-
|
Can you give this another go, @willliamchan? After some discussion on Discord and the below ... |
Beta Was this translation helpful? Give feedback.
-
Just tried and tag latest is now downloading the correct image. Thanks again! |
Beta Was this translation helpful? Give feedback.
Pretty sure I screwed that tag yesterday, yeah ... all I did was
docker pull ...thev0.6.3image, tag it as latest anddocker push ...which means a whole image was uploaded to the registry (unexpected by me) but obviously screwed things up. Will follow up in the Discord for help.