Merge pull request #3 from cyrille-leclerc/refresh

Bump slave.jar to 2.59 + Release 1.0.0
This commit is contained in:
Cyrille Le Clerc 2016-06-09 09:16:16 +02:00
commit f7add8afd6
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,8 @@
FROM cloudbees/java-build-tools
FROM cloudbees/java-build-tools:1.0.0
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.2/remoting-2.53.2.jar \
RUN curl --create-dirs -sSLo /usr/share/jenkins/slave.jar http://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/2.59/remoting-2.59.jar \
&& chmod 755 /usr/share/jenkins \
&& chmod 644 /usr/share/jenkins/slave.jar

View File

@ -7,6 +7,7 @@ See [README](https://hub.docker.com/r/cloudbees/java-build-tools/) for details o
# Supported tags and respective `Dockerfile` links
- [`latest` (*latest/Dockerfile*)](https://github.com/cloudbees/jnlp-slave-with-java-build-tools-dockerfile/blob/master/Dockerfile)
- [`1.0.0` (*1.0.0/Dockerfile*)](https://github.com/cloudbees/jnlp-slave-with-java-build-tools-dockerfile/blob/1.0.0/Dockerfile)
- [`0.0.5.1` (*0.0.5.1/Dockerfile*)](https://github.com/cloudbees/jnlp-slave-with-java-build-tools-dockerfile/blob/0.0.5.1/Dockerfile)
- [`0.0.5` (*0.0.5/Dockerfile*)](https://github.com/cloudbees/jnlp-slave-with-java-build-tools-dockerfile/blob/0.0.5/Dockerfile)
- [`0.0.2` (*0.0.2/Dockerfile*)](https://github.com/cloudbees/jnlp-slave-with-java-build-tools-dockerfile/blob/0.0.2/Dockerfile)