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 encountered the same issue.
The issue specifically occurs during the docker run command, preventing the spree_starter project from starting via Docker.
Tested Environment: Linux Ubuntu 22.04.5
Commands executed:
$ docker pull vendoconnect/spree_starter
$ docker run -p 3000:3000 vendoconnect/spree_starter
Observed output:
WARNING: The requested image's platform (linux/arm64) does not match the detected host platform (linux/amd64/v4) and no specific platform was requested
exec /rails/bin/docker-entrypoint: exec format error
docker pull vendoconnect/spree_starter
fails as the registry only contains arm64 image.I would assume most of the users would be on x86_64 machine.
I think it would better to do https://docs.docker.com/build/building/multi-platform/
The text was updated successfully, but these errors were encountered: