corretto / corretto-docker

Dockerfiles for Amazon Corretto Official images.
https://hub.docker.com/_/amazoncorretto
MIT No Attribution
152 stars 63 forks source link

Non-headless Alpine image #112

Open earthling-amzn opened 2 years ago

earthling-amzn commented 2 years ago

Alpine Linux is meant to be a minimalist distribution so the Corretto image currently distributed does not include all the dependencies needed by the JDK (generally, UI related libraries like fontconfig and others). However, it would be nice to have an additional image which does include all the JDK dependencies. This could be distributed as a second Alpine image so that the original image remains minimalist.

See https://github.com/corretto/corretto-docker/issues/108 for more discussion and context.