docker-strapi icon indicating copy to clipboard operation
docker-strapi copied to clipboard

arm support

Open jcklerk opened this issue 3 years ago • 5 comments

can you also bult it for arm64 server ?

i'm using oracle arm server and would like to use this docker image on that server.

jcklerk avatar Aug 11 '22 09:08 jcklerk

In the Dockerfile, replace FROM node:14 with FROM arm64v8/node:14 Then build your image.

xc2f avatar Apr 16 '23 05:04 xc2f

@jcklerk

I made a fork to support it, not much change, just build multiple platform by default.

https://github.com/tim-hub/docker-strapi

docker pull ghcr.io/tim-hub/docker-strapi:4.12.0

tim-hub avatar Jul 29 '23 10:07 tim-hub

Hello @tim-hub Could you please create a PR if you are interested to merge ?

naskio avatar Jul 29 '23 11:07 naskio

Hello @tim-hub Could you please create a PR if you are interested to merge ?

The only issue is the image I forked it is alpine only and only GitHub registry focused.

But There are another fork to enable arm.

https://github.com/V-Shadbolt/docker-strapi

tim-hub avatar Jul 29 '23 17:07 tim-hub

tim

How did you make arm64 and arrch64 support?

VrTech avatar Aug 18 '23 06:08 VrTech