10 Commits

Author SHA1 Message Date
Christian Tzolov
060384d96f add image build/push instructions 2020-09-22 11:59:14 +02:00
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
Spring Operator
726e06f36e URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 1 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-06-13 11:24:03 -04: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
ae0b8991de Add license doc 2019-01-15 15:41:46 -05:00
Soby Chacko
3726c4bb43 Create README.md 2019-01-09 16:09:30 -05:00
Soby Chacko
eb74e637a8 Adding Dockerfile for OpenJDK 2019-01-09 16:07:40 -05:00