Migrate Forgejo runner to Kubernetes with DinD #60

Merged
eblume merged 15 commits from feature/containerized-runner into main 2026-01-25 19:56:17 -08:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit 82d0162282 - Show all commits

Switch container builds to docker runner (Phase 1 ratcheting)
Some checks failed
Build Container / build (push) Failing after 26s

Test that the containerized runner can build containers.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Erich Blume 2026-01-25 17:49:16 -08:00

View file

@ -15,7 +15,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Parse tag
id: parse

View file

@ -1,5 +1,3 @@
self-hosted-runner:
labels:
- docker-builder
- ubuntu-latest
- ubuntu-22.04
- docker