6 Commits

Author SHA1 Message Date
Christian Tzolov
aa16a5330b Add jdk-version Label and jdk check README 2020-09-21 23:13:36 +02:00
David Turanski
ed02127161 Add wget 2020-09-17 14:21:04 -04:00
Ben Hale
0382ee5742 Improve Addition of Java to Docker Image
Previously, the Docker file added a bunch of utilities and downloaded the
version of Java directly in the image that was eventually created.  This left
a bunch of unnecessary and potentially vulnerable packages on the image that
was used in production.  This change makes the build a multi-stage build and
ensures that the network utilities required for downloading only exist on a
disposed stage.

In addition to the change to a multi-stage build, this change also swaps from
the Pivotal Distribution of OpenJDK to BellSoft Liberica.

Signed-off-by: Ben Hale <bhale@vmware.com>
2020-08-25 07:16:19 -07:00
Christian Tzolov
d86d63acef Preinstall fontconfig to support Java 2D 2020-01-07 21:16:10 +01:00
Christian Tzolov
6b6b7fae5b Add wait-for-it.sh file to the root of the filesystem. Script is not used by defulat 2019-06-13 11:21:58 -04:00
Soby Chacko
eb74e637a8 Adding Dockerfile for OpenJDK 2019-01-09 16:07:40 -05:00