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 Server ARM64/v8 not supported? #206

Open
epe opened this issue Mar 15, 2024 · 10 comments
Open

Docker Server ARM64/v8 not supported? #206

epe opened this issue Mar 15, 2024 · 10 comments
Assignees

Comments

@epe
Copy link

epe commented Mar 15, 2024

I get the following Error Message:

ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries

I'm using a rockchip based Linux Armbian NAS, is there just a notice needed or would it take you to re-build the whole project for that CPU type?
Grüße aus Vorarlberg ;-)

@faburem
Copy link
Collaborator

faburem commented Mar 15, 2024

I think we have to add this architecture to our build step - let me check and see what is needed to get this working!

@faburem faburem self-assigned this Mar 15, 2024
@faburem
Copy link
Collaborator

faburem commented Mar 15, 2024

unfortunately this is not yet supported until Meteor.js version 3.0 is released. As soon as it is publicly available we will update titra asap to support this architecture, the preparations are already done in the corresponding build action so it should then hopefully be just a matter of "flipping the switch"
source: meteor/meteor#12160 (comment)

@epe
Copy link
Author

epe commented Mar 15, 2024

Hi, Danke für deine Rückmeldung!
Kannst du einschätzen wie lange das ca. dauern würde?

@faburem
Copy link
Collaborator

faburem commented Mar 15, 2024

voraussichtlich bald:
image

https://guide.meteor.com/3.0-migration#When-will-Meteor-3-0-be-ready

Aber das liegt natürlich nicht in unserer Hand..

@epe
Copy link
Author

epe commented Mar 15, 2024

I found some repo called arm64v8/mongo and tried this, but it still says

Digest: sha256:9d11be3c14add11daafd15e789ddd2efc816a7b0f2e8c91c07a54aadfd674f2c
Status: Downloaded newer image for arm64v8/mongo:latest
Pulling titra (kromit/titra:)...
latest: Pulling from kromit/titra
ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries

:-( so no luck for me at the moment, although I'd really like to test titra soon locally :)

@faburem
Copy link
Collaborator

faburem commented Mar 19, 2024

yeah, the main culprit here is not mongodb but the titra docker image which currently cannot be compiled for arm64 due to limitations in the Meteor.js framework. Let's hope the 3.0 release stays on track and is released soon!

@epe
Copy link
Author

epe commented Mar 19, 2024

Hi Fabian,
Yeah, my fault, I confused the both.
I saw you have a docker image for NAS https://wiki.titra.io/books/deployment/page/titra-on-synology-nas-dsm
what is the processor architecture on that?

LG aus dem Westen

@faburem
Copy link
Collaborator

faburem commented Mar 19, 2024

The Synology NAS tutorial is using the standard docker image, there is no dedicated build necessary so I assume it is x86 or amd64

@epe
Copy link
Author

epe commented Mar 19, 2024

They use all sorts of CPUs, here's a list and the Marvell ARMada is a ARMv7 Architecture:

https://kb.synology.com/en-me/DSM/tutorial/What_kind_of_CPU_does_my_NAS_have

@faburem
Copy link
Collaborator

faburem commented Mar 26, 2024

There is an update on the planned release date of Meteor 3.0, I guess it might be around May:
meteor/meteor#12865

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants