Commit Graph

5 Commits

Author SHA1 Message Date
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