10 Commits

Author SHA1 Message Date
Corneil du Plessis
6e538ad8a9 update to 11.0.16.1 (#14) 2022-09-22 12:30:04 +02:00
Corneil du Plessis
7c564eea8e Update 11.0.6 (#13)
* update to 11.0.16.8

* update to 11.0.16.8
2022-07-22 14:52:50 +02:00
Corneil du Plessis
5ba268e99b update to 11.0.15.1 2022-07-05 11:20:24 +02:00
Corneil du Plessis
ecc9c48e55 Updated Dockerfile with Java 11.0.15
Fixes #7
2022-04-25 20:33:20 +02:00
Christian Tzolov
f780008758 Add jdk-version Label and jdk check README 2020-09-23 13:41:45 -04:00
David Turanski
acb64081fb Add wget 2020-09-23 13:39:44 -04:00
Ben Hale
2b7a0d87f2 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-09-23 13:39:44 -04: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