From 55789fc20619ab13bd54d41e9d8ba31185a10686 Mon Sep 17 00:00:00 2001 From: Hellspam Date: Sun, 5 Dec 2021 19:16:10 +0200 Subject: [PATCH] Upgrade remoting to 4.11.2 (#218) * Upgrade remoting to 4.11.2 * Upgrade remoting to 4.11.2 Co-authored-by: Roy Arnon --- 11/alpine/Dockerfile | 2 +- 11/archlinux/Dockerfile | 2 +- 11/bullseye/Dockerfile | 2 +- 11/windows/nanoserver-1809/Dockerfile | 2 +- 11/windows/windowsservercore-ltsc2019/Dockerfile | 2 +- 17/bullseye/Dockerfile | 2 +- 17/windows/nanoserver-1809/Dockerfile | 2 +- 17/windows/windowsservercore-ltsc2019/Dockerfile | 2 +- 8/alpine/Dockerfile | 2 +- 8/bullseye/Dockerfile | 2 +- 8/windows/nanoserver-1809/Dockerfile | 2 +- 8/windows/windowsservercore-ltsc2019/Dockerfile | 2 +- env.props | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/11/alpine/Dockerfile b/11/alpine/Dockerfile index 602e52d5b..8da81b527 100644 --- a/11/alpine/Dockerfile +++ b/11/alpine/Dockerfile @@ -38,7 +38,7 @@ RUN jlink \ FROM alpine:3.14.3 -ARG VERSION=4.10 +ARG VERSION=4.11.2 ARG user=jenkins ARG group=jenkins ARG uid=1000 diff --git a/11/archlinux/Dockerfile b/11/archlinux/Dockerfile index f264c47f8..29830e9ca 100644 --- a/11/archlinux/Dockerfile +++ b/11/archlinux/Dockerfile @@ -37,7 +37,7 @@ RUN /usr/lib/jvm/default-runtime/bin/jlink \ FROM archlinux:latest -ARG VERSION=4.3 +ARG VERSION=4.11.2 ARG user=jenkins ARG group=jenkins ARG uid=1000 diff --git a/11/bullseye/Dockerfile b/11/bullseye/Dockerfile index 0128976ac..243abb259 100644 --- a/11/bullseye/Dockerfile +++ b/11/bullseye/Dockerfile @@ -35,7 +35,7 @@ RUN jlink \ FROM debian:bullseye-20211115 -ARG VERSION=4.10 +ARG VERSION=4.11.2 ARG user=jenkins ARG group=jenkins ARG uid=1000 diff --git a/11/windows/nanoserver-1809/Dockerfile b/11/windows/nanoserver-1809/Dockerfile index 8d6b190b9..365bffe07 100644 --- a/11/windows/nanoserver-1809/Dockerfile +++ b/11/windows/nanoserver-1809/Dockerfile @@ -79,7 +79,7 @@ ARG AGENT_WORKDIR=${AGENT_ROOT}/Work ENV AGENT_WORKDIR=${AGENT_WORKDIR} # Get the Agent from the Jenkins Artifacts Repository -ARG VERSION=4.10 +ARG VERSION=4.11.2 LABEL Description="This is a base image, which provides the Jenkins agent executable (agent.jar)" Vendor="Jenkins project" Version="${VERSION}" RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; ` Invoke-WebRequest $('https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/{0}/remoting-{0}.jar' -f $env:VERSION) -OutFile $(Join-Path C:/ProgramData/Jenkins $env:AGENT_FILENAME) -UseBasicParsing ; ` diff --git a/11/windows/windowsservercore-ltsc2019/Dockerfile b/11/windows/windowsservercore-ltsc2019/Dockerfile index a8f6fa425..6159f2384 100644 --- a/11/windows/windowsservercore-ltsc2019/Dockerfile +++ b/11/windows/windowsservercore-ltsc2019/Dockerfile @@ -64,7 +64,7 @@ ARG AGENT_WORKDIR=${AGENT_ROOT}/Work ENV AGENT_WORKDIR=${AGENT_WORKDIR} # Get the Agent from the Jenkins Artifacts Repository -ARG VERSION=4.10 +ARG VERSION=4.11.2 LABEL Description="This is a base image, which provides the Jenkins agent executable (agent.jar)" Vendor="Jenkins project" Version="${VERSION}" RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; ` Invoke-WebRequest $('https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/{0}/remoting-{0}.jar' -f $env:VERSION) -OutFile $(Join-Path C:/ProgramData/Jenkins $env:AGENT_FILENAME) -UseBasicParsing ; ` diff --git a/17/bullseye/Dockerfile b/17/bullseye/Dockerfile index 8d4f59187..411b129fc 100644 --- a/17/bullseye/Dockerfile +++ b/17/bullseye/Dockerfile @@ -35,7 +35,7 @@ RUN jlink \ FROM debian:bullseye -ARG VERSION=4.10 +ARG VERSION=4.11.2 ARG user=jenkins ARG group=jenkins ARG uid=1000 diff --git a/17/windows/nanoserver-1809/Dockerfile b/17/windows/nanoserver-1809/Dockerfile index 89276b879..602c3357f 100644 --- a/17/windows/nanoserver-1809/Dockerfile +++ b/17/windows/nanoserver-1809/Dockerfile @@ -79,7 +79,7 @@ ARG AGENT_WORKDIR=${AGENT_ROOT}/Work ENV AGENT_WORKDIR=${AGENT_WORKDIR} # Get the Agent from the Jenkins Artifacts Repository -ARG VERSION=4.10 +ARG VERSION=4.11.2 LABEL Description="This is a base image, which provides the Jenkins agent executable (agent.jar)" Vendor="Jenkins project" Version="${VERSION}" RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; ` Invoke-WebRequest $('https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/{0}/remoting-{0}.jar' -f $env:VERSION) -OutFile $(Join-Path C:/ProgramData/Jenkins $env:AGENT_FILENAME) -UseBasicParsing ; ` diff --git a/17/windows/windowsservercore-ltsc2019/Dockerfile b/17/windows/windowsservercore-ltsc2019/Dockerfile index e3150b16b..38644f071 100644 --- a/17/windows/windowsservercore-ltsc2019/Dockerfile +++ b/17/windows/windowsservercore-ltsc2019/Dockerfile @@ -64,7 +64,7 @@ ARG AGENT_WORKDIR=${AGENT_ROOT}/Work ENV AGENT_WORKDIR=${AGENT_WORKDIR} # Get the Agent from the Jenkins Artifacts Repository -ARG VERSION=4.10 +ARG VERSION=4.11.2 LABEL Description="This is a base image, which provides the Jenkins agent executable (agent.jar)" Vendor="Jenkins project" Version="${VERSION}" RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; ` Invoke-WebRequest $('https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/{0}/remoting-{0}.jar' -f $env:VERSION) -OutFile $(Join-Path C:/ProgramData/Jenkins $env:AGENT_FILENAME) -UseBasicParsing ; ` diff --git a/8/alpine/Dockerfile b/8/alpine/Dockerfile index eba4b10dd..44d427b74 100644 --- a/8/alpine/Dockerfile +++ b/8/alpine/Dockerfile @@ -22,7 +22,7 @@ FROM alpine:3.14.3 -ARG VERSION=4.10 +ARG VERSION=4.11.2 ARG user=jenkins ARG group=jenkins ARG uid=1000 diff --git a/8/bullseye/Dockerfile b/8/bullseye/Dockerfile index 926f1cb37..7874cfdc4 100644 --- a/8/bullseye/Dockerfile +++ b/8/bullseye/Dockerfile @@ -24,7 +24,7 @@ FROM eclipse-temurin:8u312-b07-jdk-focal AS jre-build FROM debian:bullseye-20211115 -ARG VERSION=4.10 +ARG VERSION=4.11.2 ARG user=jenkins ARG group=jenkins ARG uid=1000 diff --git a/8/windows/nanoserver-1809/Dockerfile b/8/windows/nanoserver-1809/Dockerfile index 6268c5c00..fd5dd891c 100644 --- a/8/windows/nanoserver-1809/Dockerfile +++ b/8/windows/nanoserver-1809/Dockerfile @@ -79,7 +79,7 @@ ARG AGENT_WORKDIR=${AGENT_ROOT}/Work ENV AGENT_WORKDIR=${AGENT_WORKDIR} # Get the Agent from the Jenkins Artifacts Repository -ARG VERSION=4.10 +ARG VERSION=4.11.2 LABEL Description="This is a base image, which provides the Jenkins agent executable (agent.jar)" Vendor="Jenkins project" Version="${VERSION}" RUN echo $('https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/{0}/remoting-{0}.jar' -f $env:VERSION) RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; ` diff --git a/8/windows/windowsservercore-ltsc2019/Dockerfile b/8/windows/windowsservercore-ltsc2019/Dockerfile index 7db3c1f1d..b73f16e7c 100644 --- a/8/windows/windowsservercore-ltsc2019/Dockerfile +++ b/8/windows/windowsservercore-ltsc2019/Dockerfile @@ -64,7 +64,7 @@ ARG AGENT_WORKDIR=${AGENT_ROOT}/Work ENV AGENT_WORKDIR=${AGENT_WORKDIR} # Get the Agent from the Jenkins Artifacts Repository -ARG VERSION=4.10 +ARG VERSION=4.11.2 LABEL Description="This is a base image, which provides the Jenkins agent executable (agent.jar)" Vendor="Jenkins project" Version="${VERSION}" RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; ` Invoke-WebRequest $('https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/{0}/remoting-{0}.jar' -f $env:VERSION) -OutFile $(Join-Path C:/ProgramData/Jenkins $env:AGENT_FILENAME) -UseBasicParsing ; ` diff --git a/env.props b/env.props index 3658f6919..d6cc9ed8c 100644 --- a/env.props +++ b/env.props @@ -1 +1 @@ -REMOTING_VERSION=4.10 +REMOTING_VERSION=4.11.2