From a005e7c30f597c57cadfcefdaf811c125c4e213a Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:49:02 +0000 Subject: [PATCH 1/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 c2c4e55d..d0ae249f 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -1,4 +1,4 @@ -ARG version=3198.v03a_401881f3e-1 +ARG version=3203.v94ce994fdb_31-1 ARG JAVA_MAJOR_VERSION=17 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}" From ca399022ebf1efc1b2aa04a70661a194d33b29d0 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:49:03 +0000 Subject: [PATCH 2/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 7c16a70b..5b5533c5 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=3198.v03a_401881f3e-1 +ARG version=3203.v94ce994fdb_31-1 ARG JAVA_MAJOR_VERSION=17 FROM jenkins/agent:"${version}"-alpine-jdk"${JAVA_MAJOR_VERSION}" From 217135f90dff9b04ea084454608a2c13a2ec06f0 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:49:04 +0000 Subject: [PATCH 3/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 ec8c589a..c21a08a9 100644 --- a/build.ps1 +++ b/build.ps1 @@ -4,7 +4,7 @@ Param( [String] $Target = "build", [String] $Build = '', [String] $VersionTag = 'NEXT_TAG_VERSION', - [String] $ParentImageVersion = '3198.v03a_401881f3e-1', + [String] $ParentImageVersion = '3203.v94ce994fdb_31-1', [switch] $PushVersions = $false ) From d38155bff60b77e691a3e7071a9523985b3886c1 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:49:05 +0000 Subject: [PATCH 4/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 153a9f30..3782e939 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 = "3198.v03a_401881f3e-1" + default = "3203.v94ce994fdb_31-1" } variable "REGISTRY" { From cfa224b884aff97433bc15f9ea16ec476e6b342b Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:49:06 +0000 Subject: [PATCH 5/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 d71fd6af..527a3890 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=3198.v03a_401881f3e-1 +ARG version=3203.v94ce994fdb_31-1 ARG JAVA_MAJOR_VERSION=17 ARG WINDOWS_VERSION_TAG=ltsc2019 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}"-windowsservercore-"${WINDOWS_VERSION_TAG}" From f6cc3eef47687cdd38deed82bee9168bfc89cfdc Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:49:07 +0000 Subject: [PATCH 6/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 fe09e31f..44fc5149 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=3198.v03a_401881f3e-1 +ARG version=3203.v94ce994fdb_31-1 ARG JAVA_MAJOR_VERSION=17 ARG WINDOWS_VERSION_TAG=1809 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}"-nanoserver-"${WINDOWS_VERSION_TAG}" From b053bf141902a24427236f1bb949d982767fe41d Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:49:07 +0000 Subject: [PATCH 7/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 aacb6d13..42472713 100644 --- a/debian/preview/Dockerfile +++ b/debian/preview/Dockerfile @@ -1,4 +1,4 @@ -ARG version=3198.v03a_401881f3e-1-preview +ARG version=3203.v94ce994fdb_31-1-preview ARG JAVA_MAJOR_VERSION=21 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}-preview"