@@ -16,11 +16,13 @@ All images are automatically built and published to [GitHub Container Registry](
1616```
1717game-recipes/
1818 games/ - Game server recipes
19+ oses/ - OS base images (Alpine, Debian, Ubuntu)
20+ installers/ - Temporary installer images
1921 golang/ - Go runtime (1.14+)
20- nodejs/ - Node.js runtime (versions 12-20 )
21- bun/ - Bun runtime (versions 1.0+ )
22+ nodejs/ - Node.js runtime (20, 22 LTS only )
23+ bun/ - Bun runtime (1.0, 1.1, latest, canary )
2224 python/ - Python runtime (3.7-3.11)
23- java/ - Java runtime (v25+ )
25+ java/ - Java runtime (8, 11, 16, 17, 19, 21, 22, 25, 26 )
2426```
2527
2628## Available Recipes
@@ -32,16 +34,25 @@ game-recipes/
3234| FiveM (GTA V) | ` ghcr.io/nodebytehosting/games:fivem ` | Production |
3335| RedM (RDR 2) | ` ghcr.io/nodebytehosting/games:redm ` | Coming soon |
3436| Minecraft | ` ghcr.io/nodebytehosting/games:minecraft ` | Beta |
37+ | Rust | ` ghcr.io/nodebytehosting/games:rust ` | Production |
38+ | Hytale | ` ghcr.io/nodebytehosting/games:hytale ` | Production |
3539
3640### Runtimes
3741
3842| Runtime | Versions | Image Format |
3943| ---------| ----------| --------------|
4044| Go | 1.14+ | ` ghcr.io/nodebytehosting/golang:golang_{version} ` |
4145| Node.js | 20, 22 (LTS only) | ` ghcr.io/nodebytehosting/nodejs:nodejs_{version} ` |
42- | Bun | 1.0, 1.1, latest | ` ghcr.io/nodebytehosting/bun:bun_{version} ` |
46+ | Bun | 1.0, 1.1, latest, canary | ` ghcr.io/nodebytehosting/bun:bun_{version} ` |
4347| Python | 3.7, 3.8, 3.9, 3.10, 3.11 | ` ghcr.io/nodebytehosting/python:python_{version} ` |
44- | Java | 25+ | ` ghcr.io/nodebytehosting/java:java_{version} ` |
48+ | Java | 8, 8j9, 11, 11j9, 16, 16j9, 17, 19, 21, 22, 25, 26 | ` ghcr.io/nodebytehosting/java:java_{version} ` |
49+
50+ ### Operating Systems & Installers
51+
52+ | Type | Variants | Image Format | Use Case |
53+ | ------| ----------| --------------| ----------|
54+ | OS Images | Alpine 3.20, Debian Bookworm, Ubuntu 22.04-26.04 | ` ghcr.io/nodebytehosting/oses:{name} ` | Base container images |
55+ | Installers | Alpine, Debian, Ubuntu, Java (8, 11, 17, 21, 25, 26) | ` ghcr.io/nodebytehosting/installers:{name} ` | Temporary deployment images |
4556
4657## Features
4758
0 commit comments