No matching manifest for linux/arm64/v8 #56

Closed
opened 2026-02-04 17:02:56 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @datsoy on GitHub (Apr 30, 2022).

Throws a "no matching manifest for linux/arm64/v8 in the manifest list entries" when I try to run on my arm oracle vps.

Screenshot_20220430-150614112 (1)

Originally created by @datsoy on GitHub (Apr 30, 2022). Throws a "no matching manifest for linux/arm64/v8 in the manifest list entries" when I try to run on my arm oracle vps. ![Screenshot_20220430-150614112 (1)](https://user-images.githubusercontent.com/67457715/166096075-09248cd2-5ee6-42dc-a20e-2638ca31134e.jpg)
Author
Owner

@alextran1502 commented on GitHub (Apr 30, 2022):

This is the correct behavior since I didn't have this architecture built on Dockerhub. Can you please try

docker-compose -f ./docker/docker-compose.dev.yml up --build -V --remove-orphans

I assume there will be an issue with the microservices service since Tensorflow doesn't fully support Arm-based architecture. If so, you can just comment out the microservices service in the docker-compose.dev.yml file

@alextran1502 commented on GitHub (Apr 30, 2022): This is the correct behavior since I didn't have this architecture built on Dockerhub. Can you please try ```bash docker-compose -f ./docker/docker-compose.dev.yml up --build -V --remove-orphans ``` I assume there will be an issue with the microservices service since Tensorflow doesn't fully support Arm-based architecture. If so, you can just comment out the microservices service in the `docker-compose.dev.yml` file
Author
Owner

@datsoy commented on GitHub (Apr 30, 2022):

I see, thank you.

It did build and deploy immich after commenting out microservices, but failed to access the server. Maybe its oracle's firewall, is their any port should I open aside from 2883? udp&tcp?

@datsoy commented on GitHub (Apr 30, 2022): I see, thank you. It did build and deploy immich after commenting out microservices, but failed to access the server. Maybe its oracle's firewall, is their any port should I open aside from 2883? udp&tcp?
Author
Owner

@alextran1502 commented on GitHub (Apr 30, 2022):

Can you check if you open the port correctly, it is 2283 not 2883

@alextran1502 commented on GitHub (Apr 30, 2022): Can you check if you open the port correctly, it is 2283 not 2883
Author
Owner

@datsoy commented on GitHub (May 1, 2022):

Yup, I opened wrong port. Haha. 😅
Its working now, gonna try and test it.
Thanks.

@datsoy commented on GitHub (May 1, 2022): Yup, I opened wrong port. Haha. 😅 Its working now, gonna try and test it. Thanks.
Author
Owner

@jschwalbe commented on GitHub (Jun 25, 2022):

Would you be able to easily add this to Dockerhub?

@jschwalbe commented on GitHub (Jun 25, 2022): Would you be able to easily add this to Dockerhub?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#56