sargraph/sargraph.github.io

Required docker image for arm64 platform

Opened this issue · 0 comments

Hi Team,

I am trying to use the sarchart image on the arm64 platform, but it seems docker image for both amd64 and arm64 are not available on dockerhub.

I have followed the below steps to build arm64 docker image for sargraph and then deployed the container on my arm64 instance on default port 3000.


docker build -t sarchart .  

docker run -dp 3000:3000 sarchart  

docker run -it sarchart bash  

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

Commit Link: odidev@a79a694

Travis-CI link: https://app.travis-ci.com/github/odidev/sargraph.github.io/builds/259532887

Docker Hub Link: https://hub.docker.com/repository/docker/odidev/sarchart/general

Do you have any plans on releasing images on dockerhub?

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