Skip to content

Commit

Permalink
Upgrade remoting to 2.62 (#1)
Browse files Browse the repository at this point in the history
* Upgrade remoting to 2.60

This fix upgrades remoting to 2.60, which is the latest version.

There are much changes since 2.52. The major ones are:
* Support of the JNLP3 protocol with encryption
* Memory leak fixes
* Fixes for several connectivity issues

Incomplete changelog is available here: https://github.com/jenkinsci/remoting/blob/master/CHANGELOG.md

* Upgrade to remoting-2.62

Changelog: https://github.com/jenkinsci/remoting/blob/stable-2.x/CHANGELOG.md
  • Loading branch information
oleg-nenashev authored and ndeloof committed Sep 14, 2016
1 parent ca59cce commit d9b4051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

FROM java:8-jdk

RUN curl --create-dirs -sSLo /usr/share/jenkins/slave.jar http://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/2.52/remoting-2.52.jar \
RUN curl --create-dirs -sSLo /usr/share/jenkins/slave.jar http://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/2.62/remoting-2.62.jar \
&& chmod 755 /usr/share/jenkins \
&& chmod 644 /usr/share/jenkins/slave.jar

Expand Down

0 comments on commit d9b4051

Please sign in to comment.