Update Readme

Remove old java versions
Add Java OpenJ9 versions to list.
This commit is contained in:
Charles Morgan 2021-07-14 14:47:28 -04:00
parent b7ad086aba
commit c1696f86f7

View file

@ -40,18 +40,18 @@ is tagged correctly.
* [`go1.16`](https://github.com/pterodactyl/yolks/tree/master/go/1.16) * [`go1.16`](https://github.com/pterodactyl/yolks/tree/master/go/1.16)
* `ghcr.io/pterodactyl/yolks:go_1.16` * `ghcr.io/pterodactyl/yolks:go_1.16`
* [`java`](https://github.com/pterodactyl/yolks/tree/master/java) * [`java`](https://github.com/pterodactyl/yolks/tree/master/java)
* [`java7`](https://github.com/pterodactyl/yolks/tree/master/java/7)
* `ghcr.io/pterodactyl/yolks:java_7`
* [`java8`](https://github.com/pterodactyl/yolks/tree/master/java/8) * [`java8`](https://github.com/pterodactyl/yolks/tree/master/java/8)
* `ghcr.io/pterodactyl/yolks:java_8` * `ghcr.io/pterodactyl/yolks:java_8`
* [`java9`](https://github.com/pterodactyl/yolks/tree/master/java/9) * [`java8 - OpenJ9`](https://github.com/pterodactyl/yolks/tree/master/java/8j9)
* `ghcr.io/pterodactyl/yolks:java_9` * `ghcr.io/pterodactyl/yolks:java_8j9`
* [`java11`](https://github.com/pterodactyl/yolks/tree/master/java/11) * [`java11`](https://github.com/pterodactyl/yolks/tree/master/java/11)
* `ghcr.io/pterodactyl/yolks:java_11` * `ghcr.io/pterodactyl/yolks:java_11`
* [`java14`](https://github.com/pterodactyl/yolks/tree/master/java/14) * [`java11 - OpenJ9`](https://github.com/pterodactyl/yolks/tree/master/java/11j9)
* `ghcr.io/pterodactyl/yolks:java_14` * `ghcr.io/pterodactyl/yolks:java_11j9`
* [`java16`](https://github.com/pterodactyl/yolks/tree/master/java/16) * [`java16`](https://github.com/pterodactyl/yolks/tree/master/java/16)
* `ghcr.io/pterodactyl/yolks:java_16` * `ghcr.io/pterodactyl/yolks:java_16`
* [`java16 - OpenJ9`](https://github.com/pterodactyl/yolks/tree/master/java/16j9)
* `ghcr.io/pterodactyl/yolks:java_16j9`
* [`nodejs`](https://github.com/pterodactyl/yolks/tree/master/nodejs) * [`nodejs`](https://github.com/pterodactyl/yolks/tree/master/nodejs)
* [`node12`](https://github.com/pterodactyl/yolks/tree/master/nodejs/12) * [`node12`](https://github.com/pterodactyl/yolks/tree/master/nodejs/12)
* `ghcr.io/pterodactyl/yolks:nodejs_12` * `ghcr.io/pterodactyl/yolks:nodejs_12`