From e44805c9b674f17a926d66532af93b1fe88f6cf2 Mon Sep 17 00:00:00 2001 From: Hermes Agent service account Date: Sun, 19 Jul 2026 17:51:15 -0500 Subject: [PATCH] =?UTF-8?q?minecraft:=20fix=20backup=20image=20=E2=80=94?= =?UTF-8?q?=20itzg/rcon-cli=20is=20distroless,=20use=20minecraft-server=20?= =?UTF-8?q?instead?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cluster/applications/minecraft/backup-cronjob.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cluster/applications/minecraft/backup-cronjob.yaml b/cluster/applications/minecraft/backup-cronjob.yaml index 5c04c23..c17e295 100644 --- a/cluster/applications/minecraft/backup-cronjob.yaml +++ b/cluster/applications/minecraft/backup-cronjob.yaml @@ -48,7 +48,9 @@ spec: fsGroup: 1000 containers: - name: backup - image: itzg/rcon-cli:latest + # Same image as the server — has both /bin/sh and rcon-cli built in. + # itzg/rcon-cli is distroless (no shell); don't use it for scripted jobs. + image: itzg/minecraft-server:2026.7.0 imagePullPolicy: IfNotPresent env: - name: RCON_HOST