diff --git a/Containerfile b/Containerfile index 07fadf4..3c5b98a 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ # Build: podman build -t code.philo.ydns.eu/philorg/treetrail-backend-base -f Containerfile.base -FROM tiptop:5000/treetrail-backend-deps +FROM code.philo.ydns.eu/philorg/treetrail-backend-deps ENV PYTHONPATH $UV_PROJECT_ENVIRONMENT/lib/python3.12/site-packages ARG APP_VERSION=0.0.0 diff --git a/Containerfile.ci b/Containerfile.ci index 76b217f..160472c 100644 --- a/Containerfile.ci +++ b/Containerfile.ci @@ -1,6 +1,6 @@ # Build: podman build -t code.philo.ydns.eu/philorg/treetrail-backend-ci -f Containerfile.ci -FROM tiptop:5000/python-ci +FROM code.philo.ydns.eu/philorg/python-ci COPY ./pyproject.toml ./README.md ./uv.lock /_lock/ diff --git a/Containerfile.deps b/Containerfile.deps index c80eeff..f78d8db 100644 --- a/Containerfile.deps +++ b/Containerfile.deps @@ -1,6 +1,6 @@ # Build: podman build -t code.philo.ydns.eu/philorg/treetrail-backend-deps -f Containerfile.deps -FROM tiptop:5000/trixie_python +FROM code.philo.ydns.eu/philorg/trixie_python COPY ./pyproject.toml ./README.md ./uv.lock /_lock/ diff --git a/Containerfile.full_copy b/Containerfile.full_copy index c725c87..7fb7d55 100644 --- a/Containerfile.full_copy +++ b/Containerfile.full_copy @@ -1,5 +1,5 @@ # Build: podman build -t code.philo.ydns.eu/philorg/treetrail-backend-full -f Containerfile.full_copy -FROM localhost/trixie_python +FROM code.philo.ydns.eu/philorg/trixie_python ENV PYTHONPATH $UV_PROJECT_ENVIRONMENT/lib/python3.12/site-packages ENV PATH=/app/bin:$PATH diff --git a/Containerfile.trixie_python b/Containerfile.trixie_python index 34ae5ff..1adb8f6 100644 --- a/Containerfile.trixie_python +++ b/Containerfile.trixie_python @@ -1,6 +1,6 @@ # Build: podman build -t code.philo.ydns.eu/philorg/trixie_python -f Containerfile.trixie_python -FROM debian:trixie-slim +FROM docker.io/library/debian:trixie-slim RUN <