docker-strapi
docker-strapi copied to clipboard
arm support
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.
In the Dockerfile, replace FROM node:14 with FROM arm64v8/node:14
Then build your image.
@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
Hello @tim-hub Could you please create a PR if you are interested to merge ?
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
How did you make arm64 and arrch64 support?