This is an image for a Forgejo Python runner
- Dockerfile 100%
| Dockerfile | ||
| README.md | ||
Python Runner
How to use this
# Building the image
docker build -t {your_registry}/python-runner:python{version}-node{version} .
# Pushing the image to repository
docker push {your_registry}/python-runner:python{version}-node{version}
# Examples
# Example build with Python 3.14 and Node 24
# (check the versions in Dockerfile)
docker build -t git.burcusel.nl/public/python-runner:python3.14-node24 .
# Test running the image
docker run --rm -it git.burcusel.nl/public/python-runner:python3.14-node24 bash