Skip to content

Commit

Permalink
Merge pull request #110 from jeffret-b/remoting-4.3
Browse files Browse the repository at this point in the history
Update to Remoting 4.3 for WebSocket large payload fix.
  • Loading branch information
slide committed Mar 27, 2020
2 parents 1fc195e + 1603815 commit e1d910a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
FROM openjdk:8-jdk
MAINTAINER Oleg Nenashev <o.v.nenashev@gmail.com>

ARG VERSION=4.0.1
ARG VERSION=4.3
ARG user=jenkins
ARG group=jenkins
ARG uid=1000
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
FROM openjdk:8-jdk-alpine
MAINTAINER Oleg Nenashev <o.v.nenashev@gmail.com>

ARG VERSION=4.0.1
ARG VERSION=4.3
ARG user=jenkins
ARG group=jenkins
ARG uid=1000
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-jdk11
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
FROM openjdk:11-jdk
MAINTAINER Oleg Nenashev <o.v.nenashev@gmail.com>

ARG VERSION=4.0.1
ARG VERSION=4.3
ARG user=jenkins
ARG group=jenkins
ARG uid=1000
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-jdk11-buster
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
FROM openjdk:11-jdk-buster
MAINTAINER Oleg Nenashev <o.v.nenashev@gmail.com>

ARG VERSION=4.0.1
ARG VERSION=4.3
ARG user=jenkins
ARG group=jenkins
ARG uid=1000
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-windows
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ MAINTAINER Alex Earl <slide.o.mix@gmail.com>

SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]

ARG VERSION=4.0.1
ARG VERSION=4.3
LABEL Description="This is a base image, which provides the Jenkins agent executable (agent.jar)" Vendor="Jenkins project" Version="${VERSION}"

ARG GIT_VERSION=2.24.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-windows-jdk11
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ MAINTAINER Alex Earl <slide.o.mix@gmail.com>

SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]

ARG VERSION=4.0.1
ARG VERSION=4.3
LABEL Description="This is a base image, which provides the Jenkins agent executable (agent.jar)" Vendor="Jenkins project" Version="${VERSION}"

ARG GIT_VERSION=2.24.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-windows-nanoserver
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
Remove-Item mingit.zip -Force ; `
setx /M PATH $('c:\mingit\cmd;{0}' -f $env:PATH)

ARG VERSION=4.0.1
ARG VERSION=4.3
ARG user=jenkins

ARG AGENT_FILENAME=agent.jar
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-windows-nanoserver-jdk11
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
Remove-Item mingit.zip -Force ; `
setx /M PATH $('c:\mingit\cmd;{0}' -f $env:PATH)

ARG VERSION=4.0.1
ARG VERSION=4.3
ARG user=jenkins

ARG AGENT_FILENAME=agent.jar
Expand Down

0 comments on commit e1d910a

Please sign in to comment.