rest980 icon indicating copy to clipboard operation
rest980 copied to clipboard

Docker Container support for ARM/ARM64

Open maramend opened this issue 3 years ago • 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

maramend avatar Jan 25 '21 10:01 maramend

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.

maramend avatar Jan 26 '21 14:01 maramend

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!

koalazak avatar Mar 02 '21 18:03 koalazak

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.

maramend avatar Mar 03 '21 08:03 maramend

Hello @koalazak and @maramend

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

Regards,

Thomas

ulfur8149 avatar Mar 14 '21 16:03 ulfur8149

@koalazak any chance for arm image? :)

Shaquu avatar Oct 23 '21 20:10 Shaquu

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

koalazak avatar Jan 16 '22 12:01 koalazak

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.

mermelmadness avatar Feb 11 '22 22:02 mermelmadness