Add custom description for slim openjdk to point out headless

This commit is contained in:
Joe Ferguson 2017-09-07 16:26:30 -07:00
parent 691e0c43da
commit 1fa7144d03
1 changed files with 3 additions and 0 deletions

3
openjdk/variant-slim.md Normal file
View File

@ -0,0 +1,3 @@
## `%%IMAGE%%:slim`
This image installs the `-headless` package of OpenJDK and so is missing many of the UI-related Java libraries and some common packages contained in the default tag. It only contains the minimal packages needed to run Java. Unless you are working in an environment where *only* the `%%IMAGE%%` image will be deployed and you have space constraints, we highly recommend using the default image of this repository.