From dc4fb530b0ecc2d9a054d628d723d7269227038a Mon Sep 17 00:00:00 2001 From: Lovinoes Date: Wed, 21 Aug 2024 02:25:58 +0200 Subject: [PATCH] Update README.md --- README.md | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0c85907..5488c21 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,26 @@ # Image Overview Docker images designed for the use with the Pterodactyl's Egg system -- placeholder -- placeholder -- placeholder -- placeholder -- placeholder +- **Java Amazon Corretto** + - Java 8 `ghcr.io/lovineos/images:java8_corretto` + - Java 11 `ghcr.io/lovineos/images:java11_corretto` + - Java 17 `ghcr.io/lovineos/images:java17_corretto` + - Java 21 `ghcr.io/lovineos/images:java21_corretto` +- **Java Azul Zulu** + - Java 8 `ghcr.io/lovineos/images:java8_zulu` + - Java 11 `ghcr.io/lovineos/images:java11_zulu` + - Java 17 `ghcr.io/lovineos/images:java17_zulu` + - Java 21 `ghcr.io/lovineos/images:java21_zulu` +- **Java Eclipse Temurin** + - Java 8 `ghcr.io/lovineos/images:java8_temurin` + - Java 11 `ghcr.io/lovineos/images:java11_temurin` + - Java 17 `ghcr.io/lovineos/images:java17_temurin` + - Java 21 `ghcr.io/lovineos/images:java21_temurin` +- **Java Shipilev Experimental** + - Java 8 `ghcr.io/lovineos/images:java8_shenandoah` + - Java 11 `ghcr.io/lovineos/images:java11_shenandoah` + - Java 17 `ghcr.io/lovineos/images:java17_shenandoah` + - Java 21 `ghcr.io/lovineos/images:java21_shenandoah` ## License This repository is licensed under the MIT License. See the [LICENSE](https://github.com/Lovinoes/images/blob/main/LICENSE) file for more information.