This commit is contained in:
XenGi 2026-08-22 15:28:56 +02:00
commit 1759ef44b0
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -10,6 +10,7 @@
labels = [
"debian-stable:docker://docker.io/debian:stable-slim"
"alpine-latest:docker://docker.io/alpine:latest"
"nix-latest:docker://docker.io/nixos/nix:latest"
"buildkit:docker://docker.io/moby/buildkit:rootless"
];
tokenFile = config.age.secrets.forgejo-runner-token-env.path;
@ -65,6 +66,7 @@
images=(
docker.io/library/debian:stable-slim
docker.io/library/alpine:latest
docker.io/nixos/nix:latest
docker.io/moby/buildkit:latest
)
for image in "''${images[@]}"; do