FILE / ScuroNeko/ActionRunners

README.md

Исходный файл и его история в репозитории.
FILE def025d32c3a11de7d9cfda1f2ba52bbb4ede569
Files
ActionRunners/README.md
T
2026-04-23 20:58:38 +03:00

10 lines
618 B
Markdown

# ActionRunners
## Repository with some custom runners for actions
- `docker:bookworm` - image based on `node:24-bookworm`. packages: `docker.io`, `git`
- `go:alpine` - image based on `golang:1.26-alpine`. packages: `nodejs`, `npm`, `git`
- `go:bookworm` - image based on `golang:1.26-bookworm`. packages: `nodejs`, `npm`, `git`
- `python:bookworm` - image based on `python:3.14-bookworm`. packages: `nodejs`, `npm`, `git`
- `python:bookworm-slim` - image based on `python:3.14-slim-bookworm`. packages: `nodejs`, `npm`, `git`
- `python:alpine` - image based on `python:3.14-alpine`. packages: `nodejs`, `npm`, `git`