cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit e88dba7dc57972ce7ea0527665a8b9855c9aabc5
parent d6000c2fd0bc870bd555162f9f3c33220f2d4604
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Thu,  9 Apr 2026 21:49:38 +0200

install qemu

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Mapps/talos_cluster/image-builder/build-blog-cronjob.yaml | 2+-
Mapps/talos_cluster/image-builder/build-bookwyrm-cronjob.yaml | 2+-
Mapps/talos_cluster/image-builder/build-continuwuity-cronjob.yaml | 2+-
Mapps/talos_cluster/image-builder/build-matrix-backup-cronjob.yaml | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/apps/talos_cluster/image-builder/build-blog-cronjob.yaml b/apps/talos_cluster/image-builder/build-blog-cronjob.yaml @@ -38,7 +38,7 @@ spec: - -c - | set -eu - apk add --no-cache podman git iptables jq >/dev/null + apk add --no-cache podman git iptables jq qemu-user-static >/dev/null # Install cosign v3.0.6 wget -q https://github.com/sigstore/cosign/releases/download/v3.0.6/cosign-linux-amd64 -O /tmp/cosign && chmod +x /tmp/cosign diff --git a/apps/talos_cluster/image-builder/build-bookwyrm-cronjob.yaml b/apps/talos_cluster/image-builder/build-bookwyrm-cronjob.yaml @@ -102,7 +102,7 @@ spec: - -c - | set -eu - apk add --no-cache podman git iptables jq >/dev/null + apk add --no-cache podman git iptables jq qemu-user-static >/dev/null # Install cosign v3.0.6 wget -q https://github.com/sigstore/cosign/releases/download/v3.0.6/cosign-linux-amd64 -O /tmp/cosign && chmod +x /tmp/cosign diff --git a/apps/talos_cluster/image-builder/build-continuwuity-cronjob.yaml b/apps/talos_cluster/image-builder/build-continuwuity-cronjob.yaml @@ -50,7 +50,7 @@ spec: - -c - | set -eu - apk add --no-cache podman git iptables jq >/dev/null + apk add --no-cache podman git iptables jq qemu-user-static >/dev/null # Install cosign v3.0.6 wget -q https://github.com/sigstore/cosign/releases/download/v3.0.6/cosign-linux-amd64 -O /tmp/cosign && chmod +x /tmp/cosign diff --git a/apps/talos_cluster/image-builder/build-matrix-backup-cronjob.yaml b/apps/talos_cluster/image-builder/build-matrix-backup-cronjob.yaml @@ -38,7 +38,7 @@ spec: - -c - | set -eu - apk add --no-cache podman git iptables jq >/dev/null + apk add --no-cache podman git iptables jq qemu-user-static >/dev/null # Install cosign v3.0.6 wget -q https://github.com/sigstore/cosign/releases/download/v3.0.6/cosign-linux-amd64 -O /tmp/cosign && chmod +x /tmp/cosign