diff --git a/Containerfile.ci b/Containerfile.ci index 1606662..9cb5f78 100644 --- a/Containerfile.ci +++ b/Containerfile.ci @@ -1,7 +1,7 @@ -# Build: podman build -t localhost/python-ci -f Containerfile.ci -FROM localhost/trixie_python +# Build: podman build -t code.philo.ydns.eu/philorg/python-ci -f Containerfile.ci +FROM code.philo.ydns.eu/philorg/trixie_python:latest -RUN apt-get -y --no-install-recommends install nodejs git python3-pytest python3-httpx buildah podman && \ +RUN apt-get -y --no-install-recommends install nodejs git python3-pytest python3-httpx buildah podman curl && \ apt-get clean && \ rm -rf /var/lib/apt/listsd/* && \ rm -rf /root/.cache diff --git a/Containerfile.trixie_python b/Containerfile.trixie_python index 53d6c3c..89d3f07 100644 --- a/Containerfile.trixie_python +++ b/Containerfile.trixie_python @@ -1,6 +1,6 @@ -# 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 +FROM docker.io/debian:trixie-slim RUN <