akamai / akamai-docker

Dockerfile for official Akamai's DevOps environment containing CLI packages and useful tools
Apache License 2.0
39 stars 15 forks source link

akamai-docker not working with Mac M1 chips #61

Closed securitylevelup closed 3 years ago

securitylevelup commented 3 years ago

Received feedback from 2 customers that they are unable to run the akamai-docker on their Macs with M1 chips. One customer reported the following error message: "qemu: uncaught target signal 11 (Segmentation fault) - core dumped".

This might be related to Docker itself and how it operates with the Qemu. Found this online on other Docker related GitHub issues: "This is a qemu bug, which is the upstream component we use for running Intel (amd64) containers on M1 (arm64) chips, and is unfortunately not something we control.". Unclear if this is indeed the cause.

Unable to replicate this myself because I do not have access to a M1 Mac at the present moment.

securitylevelup commented 3 years ago

This was already tracked here: https://github.com/akamai/akamai-docker/issues/58