AusweisApp2/resources/jenkins/docker/swarm/Dockerfile

12 lines
419 B
Docker
Raw Normal View History

2017-12-20 14:54:05 +01:00
FROM alpine:latest
MAINTAINER Governikus KG <ausweisapp2@governikus.com>
2018-03-28 15:10:51 +02:00
ARG JENKINS_SWARM_VERSION=3.8
2017-12-20 14:54:05 +01:00
ENV EXECUTOR=3 LABELS= NAME= PASSWORD=
RUN adduser governikus -s /bin/sh -D
RUN apk --no-cache add openjdk8-jre tini mercurial wget
RUN wget -O /swarm-client.jar https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/swarm-client/$JENKINS_SWARM_VERSION/swarm-client-$JENKINS_SWARM_VERSION.jar
ADD swarm.sh /