|
1 |
| -# Images |
2 |
| -This repository contains a bunch of images designed for use with Pterodactyl's egg system. Each image is rebuilt |
| 1 | +# Yolks |
| 2 | +A curated collection of core images that can be used with Pterodactyl's Egg system. Each image is rebuilt |
3 | 3 | periodically to ensure dependencies are always up-to-date.
|
4 | 4 |
|
5 |
| -Images are hosted on both `ghcr.io` and `quay.io` for redundancy. |
6 |
| - |
7 |
| -To use any of these images, use `ghcr.io/matthewpi/images:<IMAGE>` or `quay.io/matthewp/pterodactyl:<IMAGE>`. |
| 5 | +Images are hosted on both `ghcr.io` and `quay.io` for redundancy. To use any of these images, use |
| 6 | +`ghcr.io/pterodactyl/yolks:<IMAGE>` or `quay.io/pterodactyl/yolks:<IMAGE>`. |
8 | 7 |
|
9 | 8 | Any images ending with `-install` should only be used as a install image for running an install script, these images
|
10 | 9 | will not work to run the actual server and are only designed to reduce installation time and network usage by
|
11 | 10 | pre-installing common installation dependencies such as `curl` and `wget`.
|
12 | 11 |
|
13 | 12 | All of these images are available for `linux/amd64` and `linux/arm64` versions, unless otherwise specified, to use
|
14 | 13 | these images on an arm system, no modification to them or the tag is needed, they should just work.
|
15 |
| - |
16 |
| -## Available Images |
17 |
| -- [`alpine`](https://github.com/matthewpi/images/tree/master/alpine) |
18 |
| - - `ghcr.io/matthewpi/images:alpine` |
19 |
| - - `quay.io/matthewp/pterodactyl:alpine` |
20 |
| -- [`fivem`](https://github.com/matthewpi/images/tree/master/fivem) |
21 |
| - - `ghcr.io/matthewpi/images:fivem` |
22 |
| - - `quay.io/matthewp/pterodactyl:fivem` |
23 |
| -- [`go1.14`](https://github.com/matthewpi/images/tree/master/go1.14) |
24 |
| - - `ghcr.io/matthewpi/images:go1.14` |
25 |
| - - `quay.io/matthewp/pterodactyl:go1.14` |
26 |
| -- [`go1.15`](https://github.com/matthewpi/images/tree/master/go1.15) |
27 |
| - - `ghcr.io/matthewpi/images:go1.15` |
28 |
| - - `quay.io/matthewp/pterodactyl:go1.15` |
29 |
| -- [`go1.16`](https://github.com/matthewpi/images/tree/master/go1.16) |
30 |
| - - `ghcr.io/matthewpi/images:go1.16` |
31 |
| - - `quay.io/matthewp/pterodactyl:go1.16` |
32 |
| -- [`java7`](https://github.com/matthewpi/images/tree/master/java7) |
33 |
| - - `ghcr.io/matthewpi/images:java7` |
34 |
| - - `quay.io/matthewp/pterodactyl:java7` |
35 |
| -- [`java8`](https://github.com/matthewpi/images/tree/master/java8) |
36 |
| - - `ghcr.io/matthewpi/images:java8` |
37 |
| - - `quay.io/matthewp/pterodactyl:java8` |
38 |
| -- [`java9`](https://github.com/matthewpi/images/tree/master/java9) |
39 |
| - - `ghcr.io/matthewpi/images:java9` |
40 |
| - - `quay.io/matthewp/pterodactyl:java9` |
41 |
| -- [`java10`](https://github.com/matthewpi/images/tree/master/java10) |
42 |
| - - `ghcr.io/matthewpi/images:java10` |
43 |
| - - `quay.io/matthewp/pterodactyl:java10` |
44 |
| -- [`java11`](https://github.com/matthewpi/images/tree/master/java11) |
45 |
| - - `ghcr.io/matthewpi/images:java11` |
46 |
| - - `quay.io/matthewp/pterodactyl:java11` |
47 |
| -- [`java12`](https://github.com/matthewpi/images/tree/master/java12) |
48 |
| - - `ghcr.io/matthewpi/images:java12` |
49 |
| - - `quay.io/matthewp/pterodactyl:java12` |
50 |
| -- [`java13`](https://github.com/matthewpi/images/tree/master/java13) |
51 |
| - - `ghcr.io/matthewpi/images:java13` |
52 |
| - - `quay.io/matthewp/pterodactyl:java13` |
53 |
| -- [`java14`](https://github.com/matthewpi/images/tree/master/java14) |
54 |
| - - `ghcr.io/matthewpi/images:java14` |
55 |
| - - `quay.io/matthewp/pterodactyl:java14` |
56 |
| -- [`java15`](https://github.com/matthewpi/images/tree/master/java15) |
57 |
| - - `ghcr.io/matthewpi/images:java15` |
58 |
| - - `quay.io/matthewp/pterodactyl:java15` |
59 |
| -- [`java16`](https://github.com/matthewpi/images/tree/master/java16) |
60 |
| - - `ghcr.io/matthewpi/images:java16` |
61 |
| - - `quay.io/matthewp/pterodactyl:java16` |
62 |
| -- [`node12`](https://github.com/matthewpi/images/tree/master/node12) |
63 |
| - - `ghcr.io/matthewpi/images:node12` |
64 |
| - - `quay.io/matthewp/pterodactyl:node12` |
65 |
| -- [`node14`](https://github.com/matthewpi/images/tree/master/node14) |
66 |
| - - `ghcr.io/matthewpi/images:node14` |
67 |
| - - `quay.io/matthewp/pterodactyl:node14` |
68 |
| -- [`node15`](https://github.com/matthewpi/images/tree/master/node15) |
69 |
| - - `ghcr.io/matthewpi/images:node15` |
70 |
| - - `quay.io/matthewp/pterodactyl:node15` |
71 |
| -- [`node16`](https://github.com/matthewpi/images/tree/master/node16) |
72 |
| - - `ghcr.io/matthewpi/images:node16` |
73 |
| - - `quay.io/matthewp/pterodactyl:node16` |
74 |
| -- [`python3.7`](https://github.com/matthewpi/images/tree/master/python3.7) |
75 |
| - - `ghcr.io/matthewpi/images:python3.7` |
76 |
| - - `quay.io/matthewp/pterodactyl:python3.7` |
77 |
| -- [`python3.8`](https://github.com/matthewpi/images/tree/master/python3.8) |
78 |
| - - `ghcr.io/matthewpi/images:python3.8` |
79 |
| - - `quay.io/matthewp/pterodactyl:python3.8` |
80 |
| -- [`python3.9`](https://github.com/matthewpi/images/tree/master/python3.9) |
81 |
| - - `ghcr.io/matthewpi/images:python3.9` |
82 |
| - - `quay.io/matthewp/pterodactyl:python3.9` |
83 |
| -- [`satisfactory`](https://github.com/matthewpi/images/tree/master/satisfactory) |
84 |
| - - `ghcr.io/matthewpi/images:satisfactory` |
85 |
| - - `quay.io/matthewp/pterodactyl:satisfactory` |
86 |
| -- [`source`](https://github.com/matthewpi/images/tree/master/source) |
87 |
| - - `ghcr.io/matthewpi/images:source` |
88 |
| - - `quay.io/matthewp/pterodactyl:source` |
89 |
| - |
90 |
| -### Installation Images |
91 |
| -- [`alpine-install`](https://github.com/matthewpi/images/tree/master/alpine-install) |
92 |
| - - `ghcr.io/matthewpi/images:alpine-install` |
93 |
| - - `quay.io/matthewp/pterodactyl:alpine-install` |
94 |
| -- [`source-install`](https://github.com/matthewpi/images/tree/master/source-install) |
95 |
| - - `ghcr.io/matthewpi/images:source-install` |
96 |
| - - `quay.io/matthewp/pterodactyl:source-install` |
0 commit comments