koalazak/rest980

Docker Container support for ARM/ARM64

Opened this issue · 7 comments

Dear @koalazak

I would like to run your great Docker container on an ARM32 platform. On Dockerhub I only find the container which supports x64 (AMD64) architecture. Would it be possible to add the following architectures?

arm32v6 arm32v7 arm64v8

For anyone who is interested in rest980 Docker support for ARM and as long as ARM container cannot be found in the official Dockerhub container of this repo, you can found them under https://hub.docker.com/r/maramend/rest980.

Hello @maramend
I would be glad to do it! But I do not know excalty how or what works for you. I mean do you edited the dockerfile? or just: docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t koalazak/rest980:latest --push . or something like that?
Can you please instructme on how to achive that?

thank you!

Hi @koalazak,

exactly, I used buildx to create multiplatform builds and followed for that the guidance in https://www.docker.com/blog/getting-started-with-docker-for-arm-on-linux/.

Feel free to ask me any question if you stumble at the one or other step in the guide.

Hello @koalazak and @maramend

Did you succeed in creating a new version of rest980 for arm/v7?

Regards,

Thomas

@koalazak any chance for arm image? :)

that command is not workin on my mac. Any step by step proceduro to generate the image please?

For anyone who is interested in rest980 Docker support for ARM and as long as ARM container cannot be found in the official Dockerhub container of this repo, you can found them under https://hub.docker.com/r/maramend/rest980.

How do I build this on my RasPi 3? I tried and it just hung.