Files
homelab/k8s
rock cfacbce194 ci: remove custom runner image approach (use public Docker Hub images instead)
Custom runner images were never needed. Forgejo runners pull label images
(golang:1.26-bookworm, node:22-bookworm, rust:1-bookworm) from Docker Hub
at job time. Node.js/docker are installed in workflow steps.

Removes dead-end Dockerfiles and build workflow that couldn't push through
Cloudflare's 100MB payload limit.
2026-09-07 13:01:22 -07:00
..