Skip to content

Githubrunner Dev Container

GitHub Actions self-hosted runner

Auto-Generated Documentation

This page is automatically generated from devcontainer/githubrunner/ configurations.

Runtime Matrix

Runtime GPU Image Port
Docker CPU - ghcr.io/atrawog/bazzite-ai-pod-githubrunner:stable -
Podman CPU - ghcr.io/atrawog/bazzite-ai-pod-githubrunner:stable -

VS Code Extensions

  • anthropic.claude-code - Claude Code integration
  • github.vscode-github-actions - GitHub Actions
  • ms-azuretools.vscode-docker - Docker support
  • ms-python.python - Python language support
  • ms-vscode.cpptools - C/C++ support
  • redhat.vscode-yaml - YAML support

Configuration Details

Mounts

source=${localWorkspaceFolder},target=/workspace,type=bind

Remote User: root

Lifecycle Commands

postCreateCommand:

test -f /opt/actions-runner/run.sh && echo '✓ GitHub Runner ready (Docker CPU)'

Quick Start

For detailed setup instructions, see the Dev Containers deployment guide.