Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No JRE package for Linux x64, only for Amazon Linux 2 #45

Open
mkokho opened this issue Jan 19, 2019 · 3 comments
Open

No JRE package for Linux x64, only for Amazon Linux 2 #45

mkokho opened this issue Jan 19, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@mkokho
Copy link

mkokho commented Jan 19, 2019

Issue: there is no JRE package for a generic Linux OS, only JDK package.

It would be good to have JRE package so docker images based on other Linux versions have smaller size.

JDK package works, but takes more space.

@navyxliu
Copy link
Contributor

if you are talking about docker, please refer to this issue:
corretto/corretto-8-docker#17

@mkokho
Copy link
Author

mkokho commented Jan 25, 2019

Issue corretto/corretto-8-docker#17 is similar, but it only asks to create a docker images based on amazonlinux:2 with jre. I'd like have the possibility to create docker images base on other Linux operating systems, such as centos:7. Example dockerfile:

FROM centos:7
RUN curl -o java.rpm --fail <corretto jre>.rpm
RUN yum localinstall -y java.rpm

Amazon already publishes JDK for Linux x64 platform, but not JRE.

@davecurrie davecurrie added the enhancement New feature or request label Jan 29, 2019
@davecurrie
Copy link
Contributor

@mkokho We've noted this feedback, thanks. Keeping this issue open to track status.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants