From d2e69342838d37ebe4fc189c73a0848624bc70a5 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 12:20:33 +0200 Subject: [PATCH 01/12] 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 0fcaa609..363ae908 100644 --- a/build.ps1 +++ b/build.ps1 @@ -4,7 +4,7 @@ Param( [String] $Target = "build", [String] $Build = '', [String] $VersionTag = 'NEXT_TAG_VERSION', - [String] $ParentImageVersion = '3160.vd76b_9ddd10cc-2', + [String] $ParentImageVersion = '3176.v207ec082a_8c0-1', [switch] $PushVersions = $false ) From 5354da92fdd1b89809426353a0db59c74731a11c Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 12:20:35 +0200 Subject: [PATCH 02/12] 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 9c715afc..80fa8d08 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -37,7 +37,7 @@ variable "IMAGE_TAG" { #### This is for the "parent" image version to use (jenkins/agent:-) variable "PARENT_IMAGE_VERSION" { - default = "3160.vd76b_9ddd10cc-2" + default = "3176.v207ec082a_8c0-1" } variable "REGISTRY" { From 2b2105cb46527fa99d4a5de6ce480f9e3a5e4ee2 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 12:20:36 +0200 Subject: [PATCH 03/12] 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 5e6131b6..0514ac04 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=3160.vd76b_9ddd10cc-2 +ARG version=3176.v207ec082a_8c0-1 ARG JAVA_MAJOR_VERSION=17 ARG WINDOWS_VERSION_TAG=ltsc2019 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}"-windowsservercore-"${WINDOWS_VERSION_TAG}" From 76b9e6a8b5a6cabfe83364ead8196774a06a11ab Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 12:20:38 +0200 Subject: [PATCH 04/12] 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 18ebe582..0a44a92c 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=3160.vd76b_9ddd10cc-2 +ARG version=3176.v207ec082a_8c0-1 ARG JAVA_MAJOR_VERSION=17 ARG WINDOWS_VERSION_TAG=1809 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}"-nanoserver-"${WINDOWS_VERSION_TAG}" From 9b24dc7b5c1d8e22bceb89900929a0fe64ef0d27 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 12:20:40 +0200 Subject: [PATCH 05/12] 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 51239e4c..2e8b0ea7 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -1,4 +1,4 @@ -ARG version=3160.vd76b_9ddd10cc-2 +ARG version=3176.v207ec082a_8c0-1 ARG JAVA_MAJOR_VERSION=17 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}" From e0627646718370c1ad016c7d583f159a959ad700 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 12:20:41 +0200 Subject: [PATCH 06/12] 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 a13029bc..a12239ed 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=3160.vd76b_9ddd10cc-2 +ARG version=3176.v207ec082a_8c0-1 ARG JAVA_MAJOR_VERSION=17 FROM jenkins/agent:"${version}"-alpine-jdk"${JAVA_MAJOR_VERSION}" From 9bb259f75ecef2cf2a3b97b758fc27fc95d5323f Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 12:23:35 +0200 Subject: [PATCH 07/12] 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 51239e4c..1f9b000c 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -1,4 +1,4 @@ -ARG version=3160.vd76b_9ddd10cc-2 +ARG version=3174.v2c9e67f8f9df-1 ARG JAVA_MAJOR_VERSION=17 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}" From 4a6a44d3a70c2ceddedb54684e024fe4852a7a97 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 12:23:37 +0200 Subject: [PATCH 08/12] 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 a13029bc..d515b03c 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=3160.vd76b_9ddd10cc-2 +ARG version=3174.v2c9e67f8f9df-1 ARG JAVA_MAJOR_VERSION=17 FROM jenkins/agent:"${version}"-alpine-jdk"${JAVA_MAJOR_VERSION}" From bb929c334c1b19f7e691a5a08156bb5e8436de6d Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 12:23:40 +0200 Subject: [PATCH 09/12] 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 0fcaa609..35d67e5a 100644 --- a/build.ps1 +++ b/build.ps1 @@ -4,7 +4,7 @@ Param( [String] $Target = "build", [String] $Build = '', [String] $VersionTag = 'NEXT_TAG_VERSION', - [String] $ParentImageVersion = '3160.vd76b_9ddd10cc-2', + [String] $ParentImageVersion = '3174.v2c9e67f8f9df-1', [switch] $PushVersions = $false ) From 40d307726fd8d08d7956c83c11e867c9e1673ee4 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 12:23:42 +0200 Subject: [PATCH 10/12] 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 9c715afc..25fe22b9 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -37,7 +37,7 @@ variable "IMAGE_TAG" { #### This is for the "parent" image version to use (jenkins/agent:-) variable "PARENT_IMAGE_VERSION" { - default = "3160.vd76b_9ddd10cc-2" + default = "3174.v2c9e67f8f9df-1" } variable "REGISTRY" { From 548745ba716b6323aa5248ea5e428ac436226ab8 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 12:23:45 +0200 Subject: [PATCH 11/12] 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 5e6131b6..a775b5d7 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=3160.vd76b_9ddd10cc-2 +ARG version=3174.v2c9e67f8f9df-1 ARG JAVA_MAJOR_VERSION=17 ARG WINDOWS_VERSION_TAG=ltsc2019 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}"-windowsservercore-"${WINDOWS_VERSION_TAG}" From d412f9eb3b27bb0af7ae5086b6a5aa75aa14c3d0 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 12:23:48 +0200 Subject: [PATCH 12/12] 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 18ebe582..bc9e9845 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=3160.vd76b_9ddd10cc-2 +ARG version=3174.v2c9e67f8f9df-1 ARG JAVA_MAJOR_VERSION=17 ARG WINDOWS_VERSION_TAG=1809 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}"-nanoserver-"${WINDOWS_VERSION_TAG}"