From adf9865d01ae052e8683b437c03002f65c4cdfe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Mon, 31 Jul 2023 15:28:21 +0200 Subject: [PATCH 1/7] small fixup of #374 --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 9a0f7a28..ad2cc91d 100644 --- a/build.ps1 +++ b/build.ps1 @@ -223,7 +223,7 @@ if($target -eq "publish") { if($lastExitCode -ne 0) { $publishFailed = 1 } - } + } } } else { foreach($b in $builds.Keys) { From 884c56c4058e37bbc4778583e870b763593f247e Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:19:13 +0000 Subject: [PATCH 2/7] chore: changed lines [23 27] of file "/tmp/updatecli/github/jenkinsci... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... /docker-inbound-agent/alpine/Dockerfile" Made with ❤️️ by updatecli --- alpine/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 5ebfc400..749ca356 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -20,11 +20,11 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -ARG version=3131.vf2b_b_798b_ce99-5 +ARG version=3142.vcfca_0cd92128-1 ARG JAVA_MAJOR_VERSION=17 FROM jenkins/agent:"${version}"-alpine-jdk"${JAVA_MAJOR_VERSION}" -ARG version=3131.vf2b_b_798b_ce99-5 +ARG version=3142.vcfca_0cd92128-1 LABEL Description="This is a base image, which allows connecting Jenkins agents via JNLP protocols" Vendor="Jenkins project" Version="$version" ARG user=jenkins From 559be2a332e9bea44f87fb57f5a9e2b37fe19b7a Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:19:14 +0000 Subject: [PATCH 3/7] chore: Updated to content "" in file "build.ps1" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index ad2cc91d..ec974195 100644 --- a/build.ps1 +++ b/build.ps1 @@ -4,7 +4,7 @@ Param( [String] $Target = "build", [String] $Build = '', [String] $VersionTag = 'NEXT_TAG_VERSION', - [String] $ParentImageVersion = '3131.vf2b_b_798b_ce99-5', + [String] $ParentImageVersion = '3142.vcfca_0cd92128-1', [switch] $PushVersions = $false ) From a040e2809afeed3147c058b84f2da10ffe444b0d Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:19:16 +0000 Subject: [PATCH 4/7] chore: Updated to content "" in file "docker-bake.hcl" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index 1a24d014..8f6e0692 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -32,7 +32,7 @@ variable "IMAGE_TAG" { #### This is for the "parent" image version to use (jenkins/agent:-) variable "PARENT_IMAGE_VERSION" { - default = "3131.vf2b_b_798b_ce99-5" + default = "3142.vcfca_0cd92128-1" } variable "REGISTRY" { From 0c6d309137a9febb328d451e089db453acdd99ec Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:19:17 +0000 Subject: [PATCH 5/7] chore: changed lines [24 29] of file "/tmp/updatecli/github/jenkinsci... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... /docker-inbound-agent/windows/windowsservercore/Dockerfile" Made with ❤️️ by updatecli --- windows/windowsservercore/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/windowsservercore/Dockerfile b/windows/windowsservercore/Dockerfile index b1b9e5e8..f2b125e8 100644 --- a/windows/windowsservercore/Dockerfile +++ b/windows/windowsservercore/Dockerfile @@ -21,12 +21,12 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -ARG version=3131.vf2b_b_798b_ce99-5 +ARG version=3142.vcfca_0cd92128-1 ARG JAVA_MAJOR_VERSION=17 ARG WINDOWS_VERSION_TAG=ltsc2019 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}"-windowsservercore-"${WINDOWS_VERSION_TAG}" -ARG version=3131.vf2b_b_798b_ce99-5 +ARG version=3142.vcfca_0cd92128-1 LABEL Description="This is a base image, which allows connecting Jenkins agents via JNLP protocols on Windows" Vendor="Jenkins Project" Version="$version" COPY jenkins-agent.ps1 C:/ProgramData/Jenkins From 71092f5bec2ad22d79d2d0ddd729543de04957e5 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:19:18 +0000 Subject: [PATCH 6/7] chore: changed lines [24 29] of file "/tmp/updatecli/github/jenkinsci... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... /docker-inbound-agent/windows/nanoserver/Dockerfile" Made with ❤️️ by updatecli --- windows/nanoserver/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/nanoserver/Dockerfile b/windows/nanoserver/Dockerfile index 548eb430..4e00a915 100644 --- a/windows/nanoserver/Dockerfile +++ b/windows/nanoserver/Dockerfile @@ -21,12 +21,12 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -ARG version=3131.vf2b_b_798b_ce99-5 +ARG version=3142.vcfca_0cd92128-1 ARG JAVA_MAJOR_VERSION=17 ARG WINDOWS_VERSION_TAG=1809 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}"-nanoserver-"${WINDOWS_VERSION_TAG}" -ARG version=3131.vf2b_b_798b_ce99-5 +ARG version=3142.vcfca_0cd92128-1 LABEL Description="This is a base image, which allows connecting Jenkins agents via JNLP protocols on Windows" Vendor="Jenkins Project" Version="$version" COPY jenkins-agent.ps1 C:/ProgramData/Jenkins From ecb52fdfcbf8536081867c4e4fa648dd8d57508c Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:19:19 +0000 Subject: [PATCH 7/7] chore: changed lines [1 5] of file "/tmp/updatecli/github/jenkinsci/d... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ocker-inbound-agent/debian/Dockerfile" Made with ❤️️ by updatecli --- debian/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/Dockerfile b/debian/Dockerfile index 1037e1ff..ed3b9f24 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -1,8 +1,8 @@ -ARG version=3131.vf2b_b_798b_ce99-5 +ARG version=3142.vcfca_0cd92128-1 ARG JAVA_MAJOR_VERSION=17 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}" -ARG version=3131.vf2b_b_798b_ce99-5 +ARG version=3142.vcfca_0cd92128-1 LABEL Description="This is a base image, which allows connecting Jenkins agents via JNLP protocols" Vendor="Jenkins project" Version="$version" ARG user=jenkins