foojayio / discoapi

The foojay discovery api (discoapi) is made to discover java packages (jre/jdk) from different distributions.
GNU General Public License v2.0
111 stars 13 forks source link

Add AdoptOpenJDK Upstream Builds? #11

Closed marchof closed 3 years ago

marchof commented 3 years ago

Hi, does it make sense to add packages from AdoptOpenJDK Upstream Builds?

HanSolo commented 3 years ago

Hmm…will take a look at it, thx for the hint 👍🏻

HanSolo commented 3 years ago

We use these already but take them from their github releases.

marchof commented 3 years ago

What is the packageid?

HanSolo commented 3 years ago

For example for oracle_openjdk, version 8.0.282 for linux it is: 71beda9a27266bce53f6991373e44a25

marchof commented 3 years ago

Maybe I don't get the idea of AdopOpenJDK Upstream Builds. You say they are basically the same as oracle_openjdk?

HanSolo commented 3 years ago

Afaik they build it for RedHat, they do also builds of Dragonwell.

marchof commented 3 years ago

Ok, maybe I ignore this package for now until I found out what it actually is. I think the package listing came in through a pull request. I'll try to ask the submitter.

Thx!