From c2914f4c03a069d89c50451e0db515fde1260c5d Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Wed, 8 Jan 2020 16:34:37 -0500 Subject: [PATCH] tweaks --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fd74c38..f34abd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ADD https://github.com/krallin/tini/releases/download/v0.18.0/tini-arm64 /tini RUN chmod +x /tini # Install docker client, kubectl and helm -RUN curl -sSL https://get.docker.com/ | sh +RUN curl -sSL https://get.docker.com/ | sh && groupmod -g 113 docker # Debian packages RUN apt-get update -qy && \ @@ -20,7 +20,7 @@ RUN pip install awscli && \ # Jenkins ENV HOME /home/jenkins -RUN useradd -c "Jenkins user" -d $HOME -u 10000 -g 999 -m jenkins +RUN useradd -c "Jenkins user" -d $HOME -u 10000 -g docker -m jenkins LABEL Description="This is a base image, which provides the Jenkins agent executable (slave.jar) and tools: j2cli, awscli, docker client, kubectl and helm" Vendor="KoreKontrol" Version="3.27" ARG VERSION=3.40