redboxllc / scuttle

A wrapper for applications to help with running Istio Sidecars
MIT License
116 stars 25 forks source link

Extend docker image to support arm architecture #57

Open denisa opened 2 years ago

denisa commented 2 years ago

executing a docker image built for arm64 (aka intel) architecture on arm64 (aka m1, m2) macs is very slow, as to become un-practical.

Docker allows a single docker image to contains “binaries” for multiple architecture and choose at build/run time the appropriate image.

https://github.com/redboxllc/scuttle/pull/56 offers a solution.