Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

DockerHub Images Only Support AMD64 #272

Open
breyell opened this issue Feb 5, 2021 · 3 comments
Open

DockerHub Images Only Support AMD64 #272

breyell opened this issue Feb 5, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@breyell
Copy link

breyell commented Feb 5, 2021

I would love to see Strapi's DockerHub image support more than only AMD64 so I could deploy it on a Raspberry Pi (ARM64).

This GitHub Action has been great for me.

@alexandrebodin
Copy link
Member

Hi @breyell if you need to deploy strapi we recommend you create a production image as the ones here are more oriented towards development :)

It is a common nodejs image creation. You will just need to adapt it to your needs & architecture. Here is a basic example using the base node image

https://github.com/strapi/strapi-docker/blob/master/examples/custom/Dockerfile

Hope this helps

@breyell
Copy link
Author

breyell commented Feb 11, 2021

That's what I was trying to do. I think I ran into issues when using FROM strap/base on arm64 because it was only built for amd64. Using FROM node:12 solved my issues.

@alexandrebodin alexandrebodin added the enhancement New feature or request label Feb 12, 2021
@amoscatelli
Copy link

amoscatelli commented Jan 12, 2022

We are moving to arm64 architecture and we are running into the same issue/difficulties.
There is no apparent reason for strapi/base image not to be a multi architecture image.

We are also using
https://github.com/strapi/strapi-docker/blob/master/examples/custom/Dockerfile
but it's unclear how to proceeed

There are other similar issues:
#307

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants