main
Python Docker
This repository contains a series of prebuilt images to help you skip some build steps.
Images
git.moan.dev/docker/python/with-uv:3.14-alpine: Python 3.14 Alpine with UV preinstalled.git.moan.dev/docker/python/with-uv:3.13.2-alpine: Python 3.13.2 Alpine with UV preinstalled.git.moan.dev/docker/python/with-uv:3.12-alpine: Python 3.12 Alpine with UV preinstalled.git.moan.dev/docker/python/with-uv:3.12-slim: Python 3.12 Slim with UV preinstalled.
Adding a New Image
TO create a new image, follow these steps:
- Check whether an image and tag of what you want to add already exists in
./dockerfiles. If there is, modify it in case you need to. - If there's no image of what you want to build, create the Dockerfiles using the
./dockerfiles/{image}/{tag}/Dockerfiletemplate. Check other images for examples. - From the root directory of the repository, run
uv sync && uv run scripts/push.py. - Follow the steps that are outputted into your console.
Languages
Python
82.7%
Dockerfile
17.3%