Personal bullseye container for use within forgejo actions with per-installed tools to minimize star
1.1K
A minimal, extensible Python 3.11 (Slim Bullseye) base image with common CLI tools, designed for use as a pre-built environment in my Forgejo Actions pipelines.
docker build -t py-runner:dev .
docker run --rm -it py-runner:dev bash
docker run --rm -it -v "$(pwd):/workspace" py-runner:dev bash
To access the host Docker daemon:
docker run --rm -it \
-v "$(pwd):/workspace" \
-v "/var/run/docker.sock:/var/run/docker.sock" \
py-runner:dev bash
Content type
Image
Digest
sha256:34f668142…
Size
766.7 MB
Last updated
3 months ago
docker pull kylemmkay/py-runner