From 150a3f801d4edf3cb45b6ac1cd8f4cae228a8d98 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:59:22 +0000 Subject: [PATCH 1/7] chore: Bump the parent image `jenkins/agent` version on the Windows b... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... uild.ps1 powershell script Made with ❤️️ by updatecli --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 114ca663..60f8bec9 100644 --- a/build.ps1 +++ b/build.ps1 @@ -4,7 +4,7 @@ Param( [String] $Target = "build", [String] $Build = '', [String] $VersionTag = 'NEXT_TAG_VERSION', - [String] $ParentImageVersion = '3192.v713e3b_039fb_e-2', + [String] $ParentImageVersion = '3192.v713e3b_039fb_e-3', [switch] $PushVersions = $false ) From 6917e47b1042f7a90bc1f97b866bccb4a3904f63 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:59:24 +0000 Subject: [PATCH 2/7] chore: Bump the parent image `jenkins/agent` version on the docker-ba... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ke.hcl file 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 14922e52..e7d4effe 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -49,7 +49,7 @@ variable "IMAGE_TAG" { #### This is for the "parent" image version to use (jenkins/agent:-) variable "PARENT_IMAGE_VERSION" { - default = "3192.v713e3b_039fb_e-2" + default = "3192.v713e3b_039fb_e-3" } variable "REGISTRY" { From a30e3dd87378294ba31315e2bac2398a68061883 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:59:25 +0000 Subject: [PATCH 3/7] chore: Bump the parent image `jenkins/agent` version on Windows Serve... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... r Core Made with ❤️️ by updatecli --- windows/windowsservercore/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/windowsservercore/Dockerfile b/windows/windowsservercore/Dockerfile index cdad5d64..bafb858e 100644 --- a/windows/windowsservercore/Dockerfile +++ b/windows/windowsservercore/Dockerfile @@ -21,7 +21,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -ARG version=3192.v713e3b_039fb_e-2 +ARG version=3192.v713e3b_039fb_e-3 ARG JAVA_MAJOR_VERSION=17 ARG WINDOWS_VERSION_TAG=ltsc2019 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}"-windowsservercore-"${WINDOWS_VERSION_TAG}" From 28e75d595c5ad063b895527ee6c8478020a98bc0 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:59:27 +0000 Subject: [PATCH 4/7] chore: Bump the parent image `jenkins/agent` version on Windows Nanos... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... erver Made with ❤️️ by updatecli --- windows/nanoserver/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/nanoserver/Dockerfile b/windows/nanoserver/Dockerfile index f1a8e49f..017b36b0 100644 --- a/windows/nanoserver/Dockerfile +++ b/windows/nanoserver/Dockerfile @@ -21,7 +21,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -ARG version=3192.v713e3b_039fb_e-2 +ARG version=3192.v713e3b_039fb_e-3 ARG JAVA_MAJOR_VERSION=17 ARG WINDOWS_VERSION_TAG=1809 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}"-nanoserver-"${WINDOWS_VERSION_TAG}" From fcd4db11908a1a768a21733b4ad33693d270d251 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:59:28 +0000 Subject: [PATCH 5/7] chore: Bump the parent image `jenkins/agent` version on Debian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- debian/preview/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/preview/Dockerfile b/debian/preview/Dockerfile index 15a85e90..dc3156e3 100644 --- a/debian/preview/Dockerfile +++ b/debian/preview/Dockerfile @@ -1,4 +1,4 @@ -ARG version=3192.v713e3b_039fb_e-2-preview +ARG version=3192.v713e3b_039fb_e-3-preview ARG JAVA_MAJOR_VERSION=21 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}-preview" From ccc0a9ae36541d77a238080b533669986d83cf5c Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:59:30 +0000 Subject: [PATCH 6/7] chore: Bump the parent image `jenkins/agent` version on Debian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- debian/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/Dockerfile b/debian/Dockerfile index 42ee342d..b9d33507 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -1,4 +1,4 @@ -ARG version=3192.v713e3b_039fb_e-2 +ARG version=3192.v713e3b_039fb_e-3 ARG JAVA_MAJOR_VERSION=17 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}" From edadac91e8f4fd69485e8e98530b4ebdba9d35c1 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:59:31 +0000 Subject: [PATCH 7/7] chore: Bump the parent image `jenkins/agent` version on Alpine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 737cc08e..a5a20769 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -20,7 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -ARG version=3192.v713e3b_039fb_e-2 +ARG version=3192.v713e3b_039fb_e-3 ARG JAVA_MAJOR_VERSION=17 FROM jenkins/agent:"${version}"-alpine-jdk"${JAVA_MAJOR_VERSION}"