tweaks
Some checks are pending
perso/jnlp-slave-docker-arm64/master Build queued...
perso/jnlp-slave-docker-arm64/pipeline/head Build queued...

This commit is contained in:
Julien Cabillot 2020-01-08 16:34:37 -05:00
parent a874654e7e
commit c2914f4c03

View File

@ -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