Update README.md

This commit is contained in:
Charles Morgan 2021-05-17 21:24:17 -04:00
parent e4e52642d2
commit b0132afa46

View file

@ -1,4 +1,5 @@
# Yolks # Yolks
A curated collection of core images that can be used with Pterodactyl's Egg system. Each image is rebuilt 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. 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. these images on an arm system, no modification to them or the tag is needed, they should just work.
### Contributing ### 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 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 `java/42/Dockerfile` for example. Please also update the correct `.github/workflows` file to ensure that this new version
is tagged correctly. 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`