From 5f64e13e1f729edc505639b36fafe019b65424ec Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 15 Dec 2024 02:06:20 +0100 Subject: [PATCH] Add containerfiles for ci and database --- Containerfile.ci | 10 ++++++++++ Containerfile.database | 4 ++++ 2 files changed, 14 insertions(+) create mode 100644 Containerfile.ci create mode 100644 Containerfile.database diff --git a/Containerfile.ci b/Containerfile.ci new file mode 100644 index 0000000..452ae24 --- /dev/null +++ b/Containerfile.ci @@ -0,0 +1,10 @@ +# Build: podman build -t code.philo.ydns.eu/philorg/gisaf-backend-ci -f Containerfile.ci + +FROM code.philo.ydns.eu/philorg/python-ci + +COPY ./pyproject.toml ./README.md ./uv.lock /_lock/ + +RUN --mount=type=cache,target=/root/.cache <