cluster

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

commit 3875483ea78f1913c999b4c90aa78a3302662b0f
parent 32691c84018da2789d8788519771bd662e677cfb
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Thu,  9 Apr 2026 12:43:14 +0200

try to fix cronjobs

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

Diffstat:
Mapps/talos_cluster/image-builder/build-blog-cronjob.yaml | 6+++++-
Mapps/talos_cluster/image-builder/build-bookwyrm-cronjob.yaml | 6+++++-
Mapps/talos_cluster/image-builder/build-continuwuity-cronjob.yaml | 6+++++-
Mapps/talos_cluster/image-builder/build-matrix-backup-cronjob.yaml | 6+++++-
4 files changed, 20 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 @@ -36,7 +36,11 @@ spec: - -c - | set -eu - apk add --no-cache podman cosign >/dev/null + apk add --no-cache podman cosign git >/dev/null + + # Start podman daemon + podman system service unix:///run/podman/podman.sock &>/dev/null & + sleep 2 mkdir -p /root/.docker cp /registry-secret/dockerconfig.json /root/.docker/config.json diff --git a/apps/talos_cluster/image-builder/build-bookwyrm-cronjob.yaml b/apps/talos_cluster/image-builder/build-bookwyrm-cronjob.yaml @@ -103,7 +103,11 @@ spec: - -c - | set -eu - apk add --no-cache podman cosign >/dev/null + apk add --no-cache podman cosign git >/dev/null + + # Start podman daemon + podman system service unix:///run/podman/podman.sock &>/dev/null & + sleep 2 if [ -f /workspace/skip ]; then echo "Nothing to build — tag already exists in registry" diff --git a/apps/talos_cluster/image-builder/build-continuwuity-cronjob.yaml b/apps/talos_cluster/image-builder/build-continuwuity-cronjob.yaml @@ -48,7 +48,11 @@ spec: - -c - | set -eu - apk add --no-cache podman cosign >/dev/null + apk add --no-cache podman cosign git >/dev/null + + # Start podman daemon + podman system service unix:///run/podman/podman.sock &>/dev/null & + sleep 2 mkdir -p /root/.docker cp /registry-secret/dockerconfig.json /root/.docker/config.json diff --git a/apps/talos_cluster/image-builder/build-matrix-backup-cronjob.yaml b/apps/talos_cluster/image-builder/build-matrix-backup-cronjob.yaml @@ -36,7 +36,11 @@ spec: - -c - | set -eu - apk add --no-cache podman cosign >/dev/null + apk add --no-cache podman cosign git >/dev/null + + # Start podman daemon + podman system service unix:///run/podman/podman.sock &>/dev/null & + sleep 2 mkdir -p /root/.docker cp /registry-secret/dockerconfig.json /root/.docker/config.json