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
The current version of jikkou used in the kafka-setup service's dockerfile does not start up properly on Apple M series computers. It will fail to startup with the following log message:
The current machine does not support all of the following CPU features that are required by the image: [CX8, CMOV, FXSR, MMX, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, POPCNT, LZCNT, AVX, AVX2, BMI1, BMI2, FMA].
To fix this problem, change the image tag reference in the dockerfile to be main instead of 0.35.2. There currently is not a published tag of this image that has the fix, here is the active issue on jikkou's github. We will wait for a future docker hub release that fixes this bug and update the tag reference then.
The text was updated successfully, but these errors were encountered:
The current version of jikkou used in the kafka-setup service's dockerfile does not start up properly on Apple M series computers. It will fail to startup with the following log message:
To fix this problem, change the image tag reference in the dockerfile to be
main
instead of0.35.2
. There currently is not a published tag of this image that has the fix, here is the active issue on jikkou's github. We will wait for a future docker hub release that fixes this bug and update the tag reference then.The text was updated successfully, but these errors were encountered: