This is an image for a Forgejo Python runner
  • Dockerfile 100%
Find a file
2026-03-29 12:05:05 +02:00
Dockerfile Project start 2026-03-29 12:05:05 +02:00
README.md Project start 2026-03-29 12:05:05 +02:00

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