From 0f612ae3ccbbd0e8263bc8e8753a6936f67a38d9 Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 1 Nov 2024 23:24:44 +0100 Subject: [PATCH] Container build: simplify & speed up, removing the final step running the app as a dedicated user --- Containerfile | 27 ++++++++++++--------------- Containerfile.base | 16 ---------------- build.yaml | 17 +---------------- 3 files changed, 13 insertions(+), 47 deletions(-) delete mode 100644 Containerfile.base diff --git a/Containerfile b/Containerfile index 4a118cd..b2cb40f 100644 --- a/Containerfile +++ b/Containerfile @@ -1,26 +1,23 @@ -FROM localhost/treetrail-backend-base +# Build: podman build -t treetrail-backend-base -f Containerfile.base -RUN <