iron-io / dockers

Uber tiny Docker images for all the things.
http://www.iron.io
MIT License
1.59k stars 139 forks source link

Require image for ARM64 architecture #77

Open odidev opened 3 years ago

odidev commented 3 years ago

Hi Team,

I am trying to use the iron/node image on the arm64 platform but it seems it is not available for arm64.

I have successfully built the image using the command docker build -t image_name . on the arm64 platform without making any changes in the Dockerfile.

I have used Travis-CI to build and push the image for both the platforms.

Commit Link - https://github.com/odidev/dockers/commit/f886f6825d1a91c85ecec605d29fe78253d31776

Travis-CI link - https://travis-ci.com/github/odidev/dockers/builds/231921421

Docker Hub Link - https://hub.docker.com/repository/registry-1.docker.io/odidev/node_image/tags?page=1&ordering=last_updated

Do you have any plans on releasing arm64 images?

It will be very helpful if an arm64 image is available. If interested, I will raise a PR.

alex-litvak commented 3 years ago

Hey @odidev! We actually support arm64 platform but it's possible to use it only on dedicated cluster. Can you please email us to support@iron.io? Thanks!