You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an error related to platform mismatch when trying to run the application. The requested image platform is linux/amd64, while the host platform is linux/arm64/v8, and no specific platform is requested. Below is the error message I received:
The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Additionally, the application logs contain the following output:
Attempt to run the app on a machine with /arm64/v8 architecture.
Notice that the platform mismatch occurs, as the requested image is linux/amd64.
Expected Behavior:
The app should be able to detect and handle platform differences, allowing for successful execution on ARM-based platforms, or provide an option to explicitly set the platform.
Environment:
Host Platform: linux/arm64/v8
Requested Image Platform: linux/amd64
Docker Version: Docker version 27.2.0, build 3ab4256
OS Version: MacOS 15.2
The text was updated successfully, but these errors were encountered:
Issue: Platform Mismatch Error for ARM Platform
Description:
I am encountering an error related to platform mismatch when trying to run the application. The requested image platform is
linux/amd64
, while the host platform islinux/arm64/v8
, and no specific platform is requested. Below is the error message I received:Additionally, the application logs contain the following output:
Steps to Reproduce:
/arm64/v8
architecture.linux/amd64
.Expected Behavior:
The app should be able to detect and handle platform differences, allowing for successful execution on ARM-based platforms, or provide an option to explicitly set the platform.
Environment:
linux/arm64/v8
linux/amd64
The text was updated successfully, but these errors were encountered: