From b0132afa4684575778d732ffe2724b2a8752e1eb Mon Sep 17 00:00:00 2001 From: Charles Morgan Date: Mon, 17 May 2021 21:24:17 -0400 Subject: [PATCH] Update README.md --- README.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/README.md b/README.md index c8b930a..1ea0849 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Yolks + A curated collection of core images that can be used with Pterodactyl's Egg system. Each image is rebuilt periodically to ensure dependencies are always up-to-date. @@ -18,6 +19,56 @@ All of these images are available for `linux/amd64` and `linux/arm64` versions, these images on an arm system, no modification to them or the tag is needed, they should just work. ### Contributing + When adding a new version to an existing image, such as `java v42`, you'd add it within a child folder of `java`, so `java/42/Dockerfile` for example. Please also update the correct `.github/workflows` file to ensure that this new version is tagged correctly. + +## Available Images + +* [`fivem`](https://github.com/pterodactyl/yolks/tree/master/games/fivem) + * `ghcr.io/pterodactyl/games:fivem` +* [`golang`](https://github.com/pterodactyl/yolks/tree/master/go) + * [`go1.14`](https://github.com/pterodactyl/yolks/tree/master/go/1.14) + * `ghcr.io/pterodactyl/yolks:go_1.14` + * [`go1.15`](https://github.com/pterodactyl/yolks/tree/master/go/1.15) + * `ghcr.io/pterodactyl/yolks:go_1.15` + * [`go1.16`](https://github.com/pterodactyl/yolks/tree/master/go/1.16) + * `ghcr.io/pterodactyl/yolks:go_1.16` +* [`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) + * `ghcr.io/pterodactyl/yolks:java_8` + * [`java9`](https://github.com/pterodactyl/yolks/tree/master/java/9) + * `ghcr.io/pterodactyl/yolks:java_9` + * [`java11`](https://github.com/pterodactyl/yolks/tree/master/java/11) + * `ghcr.io/pterodactyl/yolks:java_11` + * [`java14`](https://github.com/pterodactyl/yolks/tree/master/java/14) + * `ghcr.io/pterodactyl/yolks:java_14` + * [`java16`](https://github.com/pterodactyl/yolks/tree/master/java/16) + * `ghcr.io/pterodactyl/yolks:java_16` +* [`nodejs`](https://github.com/pterodactyl/yolks/tree/master/nodejs) + * [`node12`](https://github.com/pterodactyl/yolks/tree/master/nodejs/12) + * `ghcr.io/pterodactyl/yolks:nodejs_12` + * [`node14`](https://github.com/pterodactyl/yolks/tree/master/nodejs/14) + * `ghcr.io/pterodactyl/yolks:nodejs_14` + * [`node15`](https://github.com/pterodactyl/yolks/tree/master/nodejs/15) + * `ghcr.io/pterodactyl/yolks:nodejs_15` + * [`node16`](https://github.com/pterodactyl/yolks/tree/master/nodejs/16) + * `ghcr.io/pterodactyl/yolks:nodejs_16` +* [`python`](https://github.com/pterodactyl/yolks/tree/master/python) + * [`python3.7`](https://github.com/pterodactyl/yolks/tree/master/python/3.7) + * `ghcr.io/pterodactyl/yolks:python_3.7` + * [`python3.8`](https://github.com/pterodactyl/yolks/tree/master/python/3.8) + * `ghcr.io/pterodactyl/yolks:python_3.8` + * [`python3.9`](https://github.com/pterodactyl/yolks/tree/master/python/3.9) + * `ghcr.io/pterodactyl/yolks:python_3.9` + +### Installation Images + +* [`alpine-install`](https://github.com/pterodactyl/yolks/tree/master/installers/alpine) + * `ghcr.io/pterodactyl/installers:alpine` + +* [`source-install`](https://github.com/pterodactyl/yolks/tree/master/installers/source) + * `ghcr.io/pterodactyl/installers:source`