Update registry and containers for CI
All checks were successful
/ test (push) Successful in 25s
/ build (push) Successful in 15s

This commit is contained in:
phil 2024-12-05 18:59:55 +01:00
parent 259f881815
commit 5c27a26e78
7 changed files with 13 additions and 12 deletions

View file

@ -1,4 +1,4 @@
# Build: podman build -t trixie_python -f Containerfile.trixie_python
# Build: podman build -t code.philo.ydns.eu/philorg/trixie_python -f Containerfile.trixie_python
FROM debian:trixie-slim
@ -15,9 +15,9 @@ EOT
COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
ENV UV_LINK_MODE=copy \
UV_COMPILE_BYTECODE=1 \
UV_PYTHON_DOWNLOADS=never \
#UV_PYTHON=python3.12 \
UV_PROJECT_ENVIRONMENT=/app \
PYTHONPATH=/app/lib/python3.12/site-packages \
PATH=/app/bin:$PATH
UV_COMPILE_BYTECODE=1 \
UV_PYTHON_DOWNLOADS=never \
#UV_PYTHON=python3.12 \
UV_PROJECT_ENVIRONMENT=/app \
PYTHONPATH=/app/lib/python3.12/site-packages \
PATH=/app/bin:$PATH