diff --git a/README.md b/README.md index 8b8c170..e9c101c 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,9 @@ ## Repository with some custom runners for actions -- docker - image based on `node:24-bookworm`. packages: `docker.io`, `git`, `curl`. tags: `24-bookworm` \ No newline at end of file +- `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` \ No newline at end of file