Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Support Aarch64 (ARM64 V8), ARM v7, and AMD64 #17

Open
RemcoSpigot opened this issue Dec 13, 2022 · 1 comment · May be fixed by #14
Open

Support Aarch64 (ARM64 V8), ARM v7, and AMD64 #17

RemcoSpigot opened this issue Dec 13, 2022 · 1 comment · May be fixed by #14
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@RemcoSpigot
Copy link
Member

Is your feature request related to a problem? Please describe. (Optional)
Right now (as mentioned in #13) the current implementation of the Master, Server, and Debug images only support amd64. This has to do with the images being backed by a JDK implementation running on Alpine which is only available in amd64.
In order to fully support all clouds we want to support ARM64v8 and ARMv7 for both 32 and 64 bit.

Describe the solution you'd like
Multi arch support using Alpine and other distributions available through the Eclipse Temurin project.

Describe alternatives you've considered
Not supporting ARM64v8 and ARMv7.

Additional context
None.

@RemcoSpigot RemcoSpigot added the enhancement New feature or request label Dec 13, 2022
@RemcoSpigot RemcoSpigot added this to the MVP milestone Dec 13, 2022
@RemcoSpigot RemcoSpigot linked a pull request Dec 13, 2022 that will close this issue
RemcoSpigot added a commit that referenced this issue Dec 13, 2022
\### Changed
- Downgrade Ubuntu focal dependency dumb-init 1.2.5-2 -> 1.2.2-1.2
RemcoSpigot added a commit that referenced this issue Dec 13, 2022
\### Changed
- Update Debian slim dependency tzdata (using bullseye-updates repository) 2021a-1+deb11u4 -> 2021a-1+deb11u8
RemcoSpigot added a commit that referenced this issue Dec 13, 2022
\###Changed
- Building Debian Slim now only for AMD64 and ARM64v8 (Aarch64)
@RemcoSpigot
Copy link
Member Author

For the Debian Slim port only ARM64v8 will be supported as there currently are some issues with the ARMv7 distribution. We'll update this issue as we find out more about this.

@RemcoSpigot RemcoSpigot moved this to In Progress in MultiPaper Kubernetes Dec 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
Status: In Progress
2 participants