From 946ece2ff8289cc18ba61aacb934c0d35953301f Mon Sep 17 00:00:00 2001 From: Rizon Date: Tue, 19 May 2026 18:44:02 +0100 Subject: [PATCH 1/3] update docker images for Minecraft --- minecraft/install.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/minecraft/install.ts b/minecraft/install.ts index 49312f6..2fa120f 100644 --- a/minecraft/install.ts +++ b/minecraft/install.ts @@ -2,7 +2,15 @@ import type { ComposeConfig } from "../compose"; import { escapeComposeValue } from "../compose"; import type { MinecraftSettings } from "./settings"; -export const dockerImage = "itzg/minecraft-server:latest"; +export const dockerImage = { + "Java 25": "ghcr.io/pterodactyl/yolks:java_25", + "Java 22": "ghcr.io/pterodactyl/yolks:java_22", + "Java 21": "ghcr.io/pterodactyl/yolks:java_21", + "Java 17": "ghcr.io/pterodactyl/yolks:java_17", + "Java 16": "ghcr.io/pterodactyl/yolks:java_16", + "Java 11": "ghcr.io/pterodactyl/yolks:java_11", + "Java 8": "ghcr.io/pterodactyl/yolks:java_8" +} export const buildMinecraftCompose = ( config: ComposeConfig, From ee8c4e8a0b9b386d5f7673fc797516115c05b05a Mon Sep 17 00:00:00 2001 From: Rizon Date: Tue, 19 May 2026 18:45:25 +0100 Subject: [PATCH 2/3] just because workflows hate me --- minecraft/install.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft/install.ts b/minecraft/install.ts index 2fa120f..c3bb932 100644 --- a/minecraft/install.ts +++ b/minecraft/install.ts @@ -10,7 +10,7 @@ export const dockerImage = { "Java 16": "ghcr.io/pterodactyl/yolks:java_16", "Java 11": "ghcr.io/pterodactyl/yolks:java_11", "Java 8": "ghcr.io/pterodactyl/yolks:java_8" -} +}; export const buildMinecraftCompose = ( config: ComposeConfig, From 7968174f25872e46bfb4e28f3a29141ebc7ed4ff Mon Sep 17 00:00:00 2001 From: Rizon Date: Tue, 19 May 2026 18:49:35 +0100 Subject: [PATCH 3/3] Nope...... --- minecraft/install.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft/install.ts b/minecraft/install.ts index c3bb932..9c0957e 100644 --- a/minecraft/install.ts +++ b/minecraft/install.ts @@ -9,7 +9,7 @@ export const dockerImage = { "Java 17": "ghcr.io/pterodactyl/yolks:java_17", "Java 16": "ghcr.io/pterodactyl/yolks:java_16", "Java 11": "ghcr.io/pterodactyl/yolks:java_11", - "Java 8": "ghcr.io/pterodactyl/yolks:java_8" + "Java 8": "ghcr.io/pterodactyl/yolks:java_8", }; export const buildMinecraftCompose = (