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
Describe the bug
Running julie on M1 gives a warning, is slow, and sometimes hangs completely.
To Reproduce
Steps to reproduce the behavior:
Use a M1 machine (arm64)
Run docker run purbon/kafka-topology-builder:latest julie-ops-cli.sh --help
Expected behavior
a quick response of the help menu
Actual Behaviour
Prints warning WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Takes over 10 seconds to print the help
Occasionally hangs completely and cannot even be killed wth Ctrl + C.
Runtime (please complete the following information):
OS: M1 Mac
JVM version: openjdk 17.0.4 2022-07-19
Version: v4.4.1
Additional info
Tried specifying the platform but this gives an error. docker run --platform linux/arm64 purbon/kafka-topology-builder:latest julie-ops-cli.sh --help WARNING: image with reference purbon/kafka-topology-builder was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64 docker: Error response from daemon: image with reference purbon/kafka-topology-builder:latest was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64.
Also note that this issue is not just for help but for any command.
The text was updated successfully, but these errors were encountered:
Describe the bug
Running julie on M1 gives a warning, is slow, and sometimes hangs completely.
To Reproduce
Steps to reproduce the behavior:
docker run purbon/kafka-topology-builder:latest julie-ops-cli.sh --help
Expected behavior
a quick response of the help menu
Actual Behaviour
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Runtime (please complete the following information):
Additional info
Tried specifying the platform but this gives an error.
docker run --platform linux/arm64 purbon/kafka-topology-builder:latest julie-ops-cli.sh --help
WARNING: image with reference purbon/kafka-topology-builder was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64 docker: Error response from daemon: image with reference purbon/kafka-topology-builder:latest was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64.
Also note that this issue is not just for help but for any command.
The text was updated successfully, but these errors were encountered: