pkgxdev / pantry

pkg manifests
https://pkgx.dev/pkgs/
160 stars 111 forks source link

+adoptium.net/temurin/jdk +adoptium.net/temurin/jre #5467

Open felipecrs opened 3 months ago

felipecrs commented 3 months ago

It would be nice to have Eclipse Adoptium's Temurin Java distribution also packaged.

https://adoptium.net/temurin/releases/

And I think it'd be even greater to have JRE and JDK variants. For example, some Java-based tools may not need the full JDK to run.

Fortunately, Adoptium provides scripts to build any JDK/JRE more easily:

https://github.com/adoptium/temurin-build

They seem well documented as well.

Refs https://github.com/pkgxdev/pantry/issues/89#issuecomment-1734645955

PS: if you have no interest of packaging this in, please leave it open, I may try figuring it out someday.

felipecrs commented 1 month ago

Refs https://github.com/docker-library/openjdk/issues/505