Warning message linux/arm/v7 #1264
Replies: 18 comments 22 replies
|
You have the give a bit more information then this. Docker normally checks for the platform it self. It seems that you force a specific platform. So what we need to see if there is something obvious is what docker create/run command you use, what platform/hardware and which os. |
|
Hello, |
|
You somehow have the amd64 image selected instead of the armv7 one, i know this can sometimes happen and i don't know why, since that is a docker issue not bitwarden_rs. |
|
I have the same issue. It seems to be related to the latest docker update |
|
Running: |
|
Do you get the same issue if you run another image? For example: |
|
Running that I get: |
|
This also prevents the systemd job from working and requires bitwardenrs to be manually started every time you reboot. |
|
This is almost certainly a regression in Docker 20.10 then, as |
|
Is there anywhere to report the bug to the developers? Looking on the forums it seems that no one has mentioned anything about it so I'm not even sure if they know about it. |
|
https://github.com/moby/moby is probably the right place. Also, did you actually try running the |
|
No I don't get an error message for alpine. |
|
I can confirm I have the same issue latest mysql build with armv8 |
|
This issue has been fixed in the latest update of docker. |
|
I did some testing on my RPi 2, and this is an artifact of the build process. We cross-build on This is just a warning message, and the image still works as it should, but I'm working on fixing the build process so the warning won't come up. |
|
I have this same issue with my M1 mac. I get this error """The requested image's platform (linux/arm64) does not match the detected host platform (linux/amd64) and no specific platform was requested""" Please what can I do? |
|
I've also been receiving this error. For me, I have been trying to install QEMU emulator to emulate an ARM architecture. I can't install QEMU using |
|
It seems building the image on an M1 results in OS architecture of linux/arm64/v8. The OS architecture of the build and the run must be compatible. |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I run Bitwarden_rs through docker. Each time I launch it, I can read this warning message
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v7) and no specific platform was requestedWhat that really means ? How I can fix it ?Have a nice day.
All reactions