From e6838e0445093c6b936eacd98aad4d43ebb6cb8c Mon Sep 17 00:00:00 2001 From: Laurent Rochette Date: Tue, 29 Nov 2022 09:21:12 -0700 Subject: [PATCH] Create /home/codefresh When using the image, you need to create a context By default the context is created in /home/codefresh but this folder does not exist It would be a lot easier if the folder exists instead of having to create and manage the context inna different locations --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c6647dc..dff1f841 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,6 @@ RUN adduser \ --gecos "" \ --home "/home/codefresh" \ --shell "/sbin/nologin" \ - --no-create-home \ --uid 10001 \ codefresh