Bump Jenkins removing jar to 2.53.2 and freeze java-build-tools to 0.0.5 to tag this jnlp-slave-with-java-build-tools

This commit is contained in:
Cyrille Le Clerc 2015-12-02 00:23:50 +01:00
parent f287bc1fa1
commit 8b4947a118
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
FROM cloudbees/java-build-tools
FROM cloudbees/java-build-tools:0.0.5
USER root
RUN curl --create-dirs -sSLo /usr/share/jenkins/slave.jar http://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/2.53/remoting-2.53.jar \
RUN curl --create-dirs -sSLo /usr/share/jenkins/slave.jar http://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/2.53.2/remoting-2.53.2.jar \
&& chmod 755 /usr/share/jenkins \
&& chmod 644 /usr/share/jenkins/slave.jar