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 <