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

ARM version #131

Closed
hendrikTpl opened this issue Feb 26, 2024 · 3 comments · Fixed by #133
Closed

ARM version #131

hendrikTpl opened this issue Feb 26, 2024 · 3 comments · Fixed by #133
Labels
enhancement New feature or request

Comments

@hendrikTpl
Copy link

Describe the problem?

docker pull ptr727/nxmeta-lsio:latest
latest: Pulling from ptr727/nxmeta-lsio
no matching manifest for linux/arm64/v8 in the manifest list entries

no support for ARM version.

the official NxMeta installer download page, it has arm version
https://meta.nxvms.com/download/arm

how to update ptr727/nxmeta-lsio to support ARM devices likewise in the official NxMeta software

@hendrikTpl hendrikTpl added bug Something isn't working triage To be reviewed labels Feb 26, 2024
@ptr727 ptr727 added enhancement New feature or request and removed bug Something isn't working triage To be reviewed labels Feb 26, 2024
@ptr727
Copy link
Owner

ptr727 commented Feb 26, 2024

To my knowledge ARM is supported on hardware only, if you can point me to confirmation that docker ARM is supported I can take a look.

@hendrikTpl
Copy link
Author

Thanks for your reply.
the idea is to modify the Dockerfile base using https://hub.docker.com/r/lsiobase/ubuntu/tags using linux/arm64 then use metavms-server-5.1.2.37996-linux_arm64.deb from https://meta.nxvms.com/download/arm

ARG DOWNLOAD_URL="https://updates.networkoptix.com/metavms/37996/metavms-server_update-5.1.2.37996-linux_x64.zip"
ARG DOWNLOAD_VERSION="5.1.2.37996"

I am not sure how to customize it using your repo.
any suggestion would be great

@ptr727
Copy link
Owner

ptr727 commented Feb 26, 2024

I understand the mechanics, I have not seen docker support for ARM mentioned anywhere by Network Optix as supported ARM devices are limited to specific hardware, have you seen Nx mention ARM support for docker?

I've still not seen any reference to ARM on docker being supported by Nx, but I did look at the release and package JSON and ARM64 installer pacakge are listed for every x64 package I looked at.

When I get time I'll test a ARM64 package on Docker on a PI5, if it works, I'll add ARM64 images when I get more time.

@ptr727 ptr727 mentioned this issue Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants