Make Package 'java-17-amazon-corretto-headless' available in https://yum.corretto.aws/
Opened this issue · 0 comments
Is your feature request related to a problem?
I would like to use the package 'java-17-amazon-corretto-headless' which is available in the Amazon Linux 2 Repositories (see here), but is not available in https://yum.corretto.aws/ (repository for RPM based Linuxes).
The package is very interesting to use in a container and thus should be also available in containers for "RPM-based" Linuxes. It is smaller than a JDK and does not contain irrelevant parts for running a Java application. For example, one does not need a java compiler to run a Java application.
Describe a solution you would like
Please provide the package 'java-17-amazon-corretto-headless' in https://yum.corretto.aws/ , so I can install it using
yum install -y java-17-amazon-corretto-headless
Describe alternatives you have considered
I have not seen any alternatives. Amazon Linux 2 is for this use case unfortunately not possible at the moment.