ci: remove custom runner image approach (use public images) #5

Closed
rock wants to merge 21 commits from fix/cleanup-runner-approach into main
Owner

Squash cleanup. Runners use Docker Hub images via labels. Node.js installed in workflow steps.

Squash cleanup. Runners use Docker Hub images via labels. Node.js installed in workflow steps.
rock added 1 commit 2026-09-07 20:01:25 +00:00
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.
rock closed this pull request 2026-09-07 20:48:36 +00:00

Pull request closed

Please reopen this pull request to perform a merge.
Sign in to join this conversation.