Testing host execution after configuration change:
- Runner should execute jobs directly on host
- No more Docker daemon dependency
- Using runner pod environment directly
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Change runner labels from docker:// protocol to host execution:
- Avoid Docker daemon dependency issues
- Run jobs directly on runner host environment
- Should resolve container connectivity problems
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Clean slate test after removing all previous deployments:
- All helm releases removed
- All forgejo-runner pods deleted
- Fresh deployment with plain Ubuntu images
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Switch from catthehacker images to plain ubuntu:22.04:
- Add environment setup step to install basic tools
- Install Node.js from official repository
- Remove container tests that conflict with Podman setup
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Add test repository to verify Forgejo runner deployment:
- Basic CI workflow testing system info and container runtime
- Test Podman container execution
- Simple Node.js test script
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>