25 Commits

Author SHA1 Message Date
Corneil du Plessis
973e2359a1 Update 11.0.6.1 (#15)
* update to 11.0.16.1

* update to 11.0.16.1
2022-09-22 12:32:19 +02:00
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
d00eb1b7e1 Merge pull request #12 from corneil/update-11.0.15.1
update to 11.0.15.1
2022-07-05 11:21:28 +02:00
Corneil du Plessis
5ba268e99b update to 11.0.15.1 2022-07-05 11:20:24 +02:00
Corneil du Plessis
6289697a7c Merge pull request #10 from corneil/main
Add docker/login-action
2022-04-29 11:27:15 +02:00
Corneil du Plessis
2ccc2c2404 Add docker/login-action 2022-04-29 11:26:35 +02:00
Corneil du Plessis
1ca764afe6 Merge pull request #9 from corneil/main
Fix name of action folder reference
2022-04-28 22:10:01 +02:00
Corneil du Plessis
cd1da8b34c Fix name of action folder reference 2022-04-28 22:09:18 +02:00
Corneil du Plessis
bb3451f9cd Merge pull request #8 from corneil/main
Updated Dockerfile with Java 11.0.15
2022-04-28 22:05:49 +02:00
Corneil du Plessis
0e62aa8eec Update GitHub Action
Fixes #7, #6
2022-04-26 13:10:38 +02:00
Corneil du Plessis
68814c9dfa Added GitHub Actions and Workflow
Fixes #7
2022-04-26 12:02:29 +02:00
Corneil du Plessis
ecc9c48e55 Updated Dockerfile with Java 11.0.15
Fixes #7
2022-04-25 20:33:20 +02:00
David Turanski
b4479f4ee9 Fix typo in README 2020-09-24 12:15:14 -04:00
Christian Tzolov
8b34c59af8 add image build/push instructions 2020-09-23 13:42:48 -04: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
David Turanski
57135d5372 Update README.md 2020-09-23 13:32:44 -04: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