You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Additional context
The text was updated successfully, but these errors were encountered:
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
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.
Additional context
The text was updated successfully, but these errors were encountered: