浏览代码

Merge pull request #997 from infosiftr/openjdk-headless

Add custom description for slim openjdk to point out headless
Tianon Gravi 8 年之前
父节点
当前提交
7ca3d1573c
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      openjdk/variant-slim.md

+ 3 - 0
openjdk/variant-slim.md

@@ -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.