Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image does not run on new Apple Silicon M1 chip #1327

Open
peterMuriuki opened this issue Feb 5, 2024 · 1 comment
Open

Docker image does not run on new Apple Silicon M1 chip #1327

peterMuriuki opened this issue Feb 5, 2024 · 1 comment
Labels
Priority - Low Least priority level - P1

Comments

@peterMuriuki
Copy link
Collaborator

Running the docker image on new M1 chips show the error no matching manifest for linux/arm64/v8 in the manifest list entries

@peterMuriuki peterMuriuki added the Priority - Low Least priority level - P1 label Feb 7, 2024
@hafizhry
Copy link

I happened to have this issue as well. For me it is resolved by adding platform: linux/amd64 to the docker-compose file so it will look like this

fhir-web:
    restart: unless-stopped
    image: opensrp/web:v3.1.4
    platform: linux/amd64
    ports:
      - "3000:3000"
    volumes:
         (Cont)

After that I suggest to try running it on docker with and without checking the "Use Rosetta for x86_64/amd64 emulation on Apple Silicon." For me unchecking it made it work.

Screenshot 2024-07-24 at 08 36 19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority - Low Least priority level - P1
Projects
Status: To do
Development

No branches or pull requests

2 participants