Docker image not starting on macOS 15.2 with chip M4 #3786
Labels
Content-Length: 233059 | pFad | https://github.com/openzipkin/zipkin/issues/3786
5AFetched URL: https://github.com/openzipkin/zipkin/issues/3786
Alternative Proxies:
Describe the Bug
Intialization of DAPR fails on MacOS 15.2 with chip M4 because it is not able to start the Zipkin docker images. During the initialization it pulls the latest version of the docker image. This image, that at the time of writing is version 3.4.3, uses Java Runtime 21.
What happens is that as the container starts, it crashes with the error below:
With this combination of OS and hardware, it failes with all docker image versions from latest to 2.24.4 because all of them use Java Runtime 21.
The docker image 2.24.3 is working fine because it uses Java Runtime 17.
The same issue is described here: corretto/corretto-21#85
It seems that disabling the use of SVE in Java Runtime 21 can fix the issue:
Steps to Reproduce
Prerequisites
Steps
brew install dapr/tap/dapr-cli
" or in any other ways described in the documentationdapr init
"Expected Behaviour
The Dapr initialization must complete successfully.
The text was updated successfully, but these errors were encountered: