Default action runner image
- Dockerfile 100%
|
All checks were successful
Build and publish the nightly docker images / publish-container (push) Successful in 7m37s
|
||
|---|---|---|
| .forgejo/workflows | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
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)