corretto-8 icon indicating copy to clipboard operation
corretto-8 copied to clipboard

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

Open mkokho opened this issue 6 years ago • 3 comments

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.

mkokho avatar Jan 19 '19 22:01 mkokho

if you are talking about docker, please refer to this issue: https://github.com/corretto/corretto-8-docker/issues/17

navyxliu avatar Jan 25 '19 23:01 navyxliu

Issue https://github.com/corretto/corretto-8-docker/issues/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.

mkokho avatar Jan 25 '19 23:01 mkokho

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

davecurrie avatar Feb 06 '19 22:02 davecurrie