From 653f61b1fc40bc1c45e1b7e0695f6893fcb8c6de Mon Sep 17 00:00:00 2001 From: Lars Francke Date: Mon, 7 Jul 2025 12:28:07 +0200 Subject: [PATCH] Add findutils & STACKABLE_USER_NAME --- template/docker/Dockerfile.j2 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/template/docker/Dockerfile.j2 b/template/docker/Dockerfile.j2 index ed3da5c0..d6f3b595 100644 --- a/template/docker/Dockerfile.j2 +++ b/template/docker/Dockerfile.j2 @@ -26,6 +26,7 @@ ARG RELEASE="1" # These are chosen at random and are this high on purpose to have very little chance to clash with an existing user or group on the host system ARG STACKABLE_USER_GID="574654813" ARG STACKABLE_USER_UID="782252253" +ARG STACKABLE_USER_NAME="stackable" # Sets the default shell to Bash with strict error handling and robust pipeline processing. # "-e": Exits immediately if a command exits with a non-zero status @@ -95,6 +96,12 @@ RUN <