From a55dda79ec1d17d6bcd99de5237a463f9b30290d Mon Sep 17 00:00:00 2001 From: Lovinoes Date: Sun, 6 Oct 2024 00:02:50 +0200 Subject: [PATCH] Update README.md --- README.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/README.md b/README.md index f77cdd0..9d54e14 100644 --- a/README.md +++ b/README.md @@ -6,21 +6,72 @@ Docker images designed for the use with the Pterodactyl's Egg system *(compatibl - Java 11 `ghcr.io/lovinoes/images:java11_corretto` - Java 17 `ghcr.io/lovinoes/images:java17_corretto` - Java 21 `ghcr.io/lovinoes/images:java21_corretto` +
+Copy&Paste +
+ +``` +Java 21|ghcr.io/lovinoes/images:java21_corretto +Java 17|ghcr.io/lovinoes/images:java17_corretto +Java 11|ghcr.io/lovinoes/images:java11_corretto +Java 8|ghcr.io/lovinoes/images:java8_corretto +``` + +
+ - **[Java Azul Zulu](https://github.com/Lovinoes/images/tree/main/java-zulu)** - Java 8 `ghcr.io/lovinoes/images:java8_zulu` - Java 11 `ghcr.io/lovinoes/images:java11_zulu` - Java 17 `ghcr.io/lovinoes/images:java17_zulu` - Java 21 `ghcr.io/lovinoes/images:java21_zulu` +
+Copy&Paste +
+ +``` +Java 21|ghcr.io/lovinoes/images:java21_zulu +Java 17|ghcr.io/lovinoes/images:java17_zulu +Java 11|ghcr.io/lovinoes/images:java11_zulu +Java 8|ghcr.io/lovinoes/images:java8_zulu +``` + +
+ - **[Java Eclipse Temurin](https://github.com/Lovinoes/images/tree/main/java-temurin)** - Java 8 `ghcr.io/lovinoes/images:java8_temurin` - Java 11 `ghcr.io/lovinoes/images:java11_temurin` - Java 17 `ghcr.io/lovinoes/images:java17_temurin` - Java 21 `ghcr.io/lovinoes/images:java21_temurin` +
+Copy&Paste +
+ +``` +Java 21|ghcr.io/lovinoes/images:java21_temurin +Java 17|ghcr.io/lovinoes/images:java17_temurin +Java 11|ghcr.io/lovinoes/images:java11_temurin +Java 8|ghcr.io/lovinoes/images:java8_temurin +``` + +
+ - **[Java Shenandoah](https://github.com/Lovinoes/images/tree/main/java-shenandoah) (Shipilev Experimental)** - Java 8 `ghcr.io/lovinoes/images:java8_shenandoah` - Java 11 `ghcr.io/lovinoes/images:java11_shenandoah` - Java 17 `ghcr.io/lovinoes/images:java17_shenandoah` - Java 21 `ghcr.io/lovinoes/images:java21_shenandoah` +
+Copy&Paste +
+ +``` +Java 21|ghcr.io/lovinoes/images:java21_shenandoah +Java 17|ghcr.io/lovinoes/images:java17_shenandoah +Java 11|ghcr.io/lovinoes/images:java11_shenandoah +Java 8|ghcr.io/lovinoes/images:java8_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.