[GH-ISSUE #140] Arm docker images #59

Open
opened 2026-02-26 17:37:04 +03:00 by kerem · 2 comments
Owner

Originally created by @rallisf1 on GitHub (Dec 7, 2025).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-admin/issues/140

Feature request type

Other

Component name

No response

While there are arm and arm64 binary releases available, the docker image on dockerhub is only x64.

Describe the solution you'd like

Please also build and publish arm docker images.

Have you seen this feature anywhere else?

No response

Describe alternatives you've considered

No response

Pull Request

  • I would like to do a Pull Request

Code of Conduct

  • I agree to follow this project's Code of Conduct
Originally created by @rallisf1 on GitHub (Dec 7, 2025). Original GitHub issue: https://github.com/Corsinvest/cv4pve-admin/issues/140 ### Feature request type Other ### Component name _No response_ ### Is your feature request related to a problem? While there are arm and arm64 binary releases available, the docker image on dockerhub is only x64. ### Describe the solution you'd like Please also build and publish arm docker images. ### Have you seen this feature anywhere else? _No response_ ### Describe alternatives you've considered _No response_ ### Pull Request - [ ] I would like to do a Pull Request ### Code of Conduct - [x] I agree to follow this project's Code of Conduct
Author
Owner

@rallisf1 commented on GitHub (Dec 7, 2025):

I tried building it myself, but I can't get sqlite to work. This project uses version 1 of system.data.sqlite.org which I couldn't compile for .net core, it only has instructions for the older .net mono and it didn't work.

The native sqlite library (installed via apt) doesn't work as well, as it lacks all the .net bindings.

I gave up. AFAIK the only solution is to upgrade the project to the newer v2 of system.data.sqlite.org, which should work out of the box.

<!-- gh-comment-id:3623194898 --> @rallisf1 commented on GitHub (Dec 7, 2025): I tried building it myself, but I can't get sqlite to work. This project uses version 1 of `system.data.sqlite.org` which I couldn't compile for .net core, it only has instructions for the older .net mono and it didn't work. The native sqlite library (installed via apt) doesn't work as well, as it lacks all the .net bindings. I gave up. AFAIK the only solution is to upgrade the project to the newer v2 of `system.data.sqlite.org`, which should work out of the box.
Author
Owner

@franklupo commented on GitHub (Dec 9, 2025):

Hello,
We're releasing version 2 in beta and will also try to release a Docker build for Arm. The database is no longer sqlite and Postgresql. It's best to use Docker Compose.

Best regards

<!-- gh-comment-id:3630702756 --> @franklupo commented on GitHub (Dec 9, 2025): Hello, We're releasing version 2 in beta and will also try to release a Docker build for Arm. The database is no longer sqlite and Postgresql. It's best to use Docker Compose. Best regards
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cv4pve-admin#59
No description provided.