keeganwitt / docker-gradle

Docker images with Gradle
https://hub.docker.com/_/gradle/
Apache License 2.0
143 stars 73 forks source link

Publish ARM version of `7.6-jdk17-alpine` #292

Closed SamTheisens closed 1 month ago

SamTheisens commented 1 month ago

Hi 👋 I noticed that there aren't any ARM builds for 7.6-jdk17-alpine, while there are for all the other distributions you publish. Any chance this could be done? Would be happy to help, but would need some pointers 🙏 .

yosifkit commented 1 month ago

https://github.com/keeganwitt/docker-gradle/blob/502641f3165bdd0e1381ffb6e77f567d6f6d8893/jdk17-alpine/Dockerfile#L1

From the Docker image perspective, it would require the parent image to support those architectures but eclipse-temurin:*alpine images (for jdk/jre less than 21) only have amd64.

keeganwitt commented 1 month ago

At the moment, there's nothing we can do here. It's something they're still working on, as I understand. If you search their GitHub issues, you'll find numerous references. The links below represent their latest status as of the time of writing.