Default action runner image
  • Dockerfile 100%
Find a file
Alyx e5c7bb411e
All checks were successful
Build and publish the nightly docker images / publish-container (push) Successful in 7m37s
Updated README.md
2026-01-02 19:02:07 +01:00
.forgejo/workflows Initial commit 2026-01-02 18:57:18 +01:00
Dockerfile Initial commit 2026-01-02 18:57:18 +01:00
LICENSE Initial commit 2026-01-02 18:57:18 +01:00
README.md Updated README.md 2026-01-02 19:02:07 +01:00

runner-image

Default image for lavaforge action runners.

This is a basic Debian-based image that comes with the tools you'll need for most CI/CD workflows. It's meant to be a reasonable basic image, just the essentials.

What's included

  • Python 3 (with pip and venv)
  • Node.js and npm
  • Docker CLI with buildx and compose plugins
  • Common build tools (make, gcc, etc.)
  • Standard utilities (git, curl, wget, jq, rsync, ssh client, tar, zip/unzip)