Block a user
ci-python (latest)
Published 2026-09-07 05:00:59 +02:00 by sko
Installation
docker pull gitea.inmedias.it/sko/ci-python:latestsha256:dccdafdd25e7b6b9bfcaa5db60d9db6845d17819c4fef0f9e14c688f872bdb0e
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 4fa94d8d6d | linux/amd64 | 170 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800' |
| ARG PYTHON_VERSION=3.12.13 |
| ARG RUFF_VERSION=0.16.1 |
| ARG PYTEST_VERSION=9.1.1 |
| SHELL [/bin/bash -o pipefail -c] |
| RUN |3 PYTHON_VERSION=3.12.13 RUFF_VERSION=0.16.1 PYTEST_VERSION=9.1.1 /bin/bash -o pipefail -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl git nodejs && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /uv /uvx /usr/local/bin/ # buildkit |
| ENV UV_PYTHON_INSTALL_DIR=/opt/uv/python UV_TOOL_DIR=/opt/uv/tools UV_TOOL_BIN_DIR=/usr/local/bin UV_PYTHON_PREFERENCE=only-managed UV_LINK_MODE=copy UV_NO_PROGRESS=1 |
| RUN |3 PYTHON_VERSION=3.12.13 RUFF_VERSION=0.16.1 PYTEST_VERSION=9.1.1 /bin/bash -o pipefail -c uv python install "${PYTHON_VERSION}" && ln -sf "$(uv python find "${PYTHON_VERSION}")" /usr/local/bin/python3 && ln -sf /usr/local/bin/python3 /usr/local/bin/python # buildkit |
| RUN |3 PYTHON_VERSION=3.12.13 RUFF_VERSION=0.16.1 PYTEST_VERSION=9.1.1 /bin/bash -o pipefail -c uv tool install "ruff==${RUFF_VERSION}" && uv tool install "pytest==${PYTEST_VERSION}" # buildkit |
| RUN |3 PYTHON_VERSION=3.12.13 RUFF_VERSION=0.16.1 PYTEST_VERSION=9.1.1 /bin/bash -o pipefail -c python --version && uv --version && ruff --version && pytest --version && node --version # buildkit |
| CMD ["/bin/bash"] |
Details
2026-09-07 05:00:59 +02:00
Versions (4)
View all
Container
7
OCI / Docker
latest
2026-09-07
5664fd3fc10aad52f593bdf084201ab5d9222d32
2026-09-07
buildcache
2026-08-10
426286d1901381d51fdef37c5ac157d4a1b24cd7
2026-08-04