signoz icon indicating copy to clipboard operation
signoz copied to clipboard

Issues in installing in Apple Mac M1

Open pranay01 opened this issue 2 years ago • 2 comments

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.

pranay01 avatar Jan 26 '23 06:01 pranay01

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

prashant-shahi avatar Jan 26 '23 09:01 prashant-shahi

It seems like similar issue is seen for Alertmanager, Zookeeper, and HotROD images.

Users cannot import amd images in Apple M1/M2 chips.

prashant-shahi avatar Jan 27 '23 14:01 prashant-shahi

@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.

paambaati avatar Apr 17 '23 12:04 paambaati

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.

prashant-shahi avatar May 02 '23 04:05 prashant-shahi

Is there any kind of ETA for this?

niemyjski avatar May 12 '23 15:05 niemyjski

@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 Screen Shot 2023-07-25 at 11 59 15 am

ryan0x44 avatar Jul 25 '23 01:07 ryan0x44

@ryan0x44 Thanks for pointing this out. I have removed the message

pranay01 avatar Aug 01 '23 03:08 pranay01