mirror of
https://github.com/Lovinoes/images.git
synced 2024-12-21 16:37:45 -05:00
Update README.md
This commit is contained in:
parent
b21f15e561
commit
a55dda79ec
1 changed files with 51 additions and 0 deletions
51
README.md
51
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`
|
||||
<details>
|
||||
<summary><em>Copy&Paste</em></summary>
|
||||
<br>
|
||||
|
||||
```
|
||||
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
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
- **[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`
|
||||
<details>
|
||||
<summary><em>Copy&Paste</em></summary>
|
||||
<br>
|
||||
|
||||
```
|
||||
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
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
- **[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`
|
||||
<details>
|
||||
<summary><em>Copy&Paste</em></summary>
|
||||
<br>
|
||||
|
||||
```
|
||||
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
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
- **[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`
|
||||
<details>
|
||||
<summary><em>Copy&Paste</em></summary>
|
||||
<br>
|
||||
|
||||
```
|
||||
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
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## License
|
||||
This repository is licensed under the MIT License. See the [LICENSE](https://github.com/Lovinoes/images/blob/main/LICENSE) file for more information.
|
||||
|
|
Loading…
Reference in a new issue