signoz
signoz copied to clipboard
Issues in installing in Apple Mac M1
There is a known issue on installing on Apple Mac M1 laptops recently because of some changes made by Docker on how they allow pulling of platform specific images.
The error message shown is
no matching manifest for linux/arm64/v8 in the manifest list entries
If you face such an issue, please join our slack community and ping in #support channel. We should be able to help you out
We are working on shipping a fix for the issue soon.
It's been fixed by cherry-picking couple of commits and publishing on top of old tags.
git checkout main
cd deploy
./install.sh
Fix for this has been included in develop
tag and it will be part of the next release. But it is currently not there in develop
branch, for that:
git checkout develop
cd deploy
export DOCKER_TAG=develop
./install.sh
It seems like similar issue is seen for Alertmanager, Zookeeper, and HotROD images.
Users cannot import amd images in Apple M1/M2 chips.
@pranay01 @prashant-shahi Has there been any workarounds yet? I'm beginning to prototype with SigNoz before introducing this at work but I can't get it up and running on Apple Silicon.
Zookeeper
and Alertmanager
ARM builds are made available with the PR linked above.
I suppose now what's left is one of the images for sample apps i.e. grubykarol/locust
image.
We can either build multi-arch build ourselves or switch to official locust image and make relevant changes.
Is there any kind of ETA for this?
@prashant-shahi note that https://signoz.io/docs/install/docker/ still has a warning linking to this issue saying the fix is still being worked on
@ryan0x44 Thanks for pointing this out. I have removed the message