From 82cce7c0179e8049bfccdb514091f5bb7ef4428a Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:55:01 +0000 Subject: [PATCH 1/6] 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 51bd550a..5676d432 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 = "3142.vcfca_0cd92128-2" + default = "3148.v532a_7e715ee3-1" } variable "REGISTRY" { From 9c01415933c0a73a222e3b30aff0eacadec8b78c Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:55:03 +0000 Subject: [PATCH 2/6] 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/windowsservercore/Dockerfile b/windows/windowsservercore/Dockerfile index ead10ab4..1d2d23fc 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=3142.vcfca_0cd92128-2 +ARG version=3148.v532a_7e715ee3-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=3142.vcfca_0cd92128-2 +ARG version=3148.v532a_7e715ee3-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 745810300a97c3ce1ec43ddbc61cccb9ddd4ae48 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:55:04 +0000 Subject: [PATCH 3/6] 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/nanoserver/Dockerfile b/windows/nanoserver/Dockerfile index 8c74a25e..7ffb23c2 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=3142.vcfca_0cd92128-2 +ARG version=3148.v532a_7e715ee3-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=3142.vcfca_0cd92128-2 +ARG version=3148.v532a_7e715ee3-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 f9e9b7fce911df0374da23a7ecdc701dc6b7d751 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:55:05 +0000 Subject: [PATCH 4/6] 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/Dockerfile b/debian/Dockerfile index ee81900c..1c1babfb 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -1,8 +1,8 @@ -ARG version=3142.vcfca_0cd92128-2 +ARG version=3148.v532a_7e715ee3-1 ARG JAVA_MAJOR_VERSION=17 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}" -ARG version=3142.vcfca_0cd92128-2 +ARG version=3148.v532a_7e715ee3-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 06683f48bcddcfe5f65b8958c43c3e1206237ffc Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:55:07 +0000 Subject: [PATCH 5/6] 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 7bfcb394..c2b67da9 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=3142.vcfca_0cd92128-2 +ARG version=3148.v532a_7e715ee3-1 ARG JAVA_MAJOR_VERSION=17 FROM jenkins/agent:"${version}"-alpine-jdk"${JAVA_MAJOR_VERSION}" -ARG version=3142.vcfca_0cd92128-2 +ARG version=3148.v532a_7e715ee3-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 d6b409e286e76a6a9d2119c5e737b2daa68b4402 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:55:08 +0000 Subject: [PATCH 6/6] 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 4218bfa4..f77976dc 100644 --- a/build.ps1 +++ b/build.ps1 @@ -4,7 +4,7 @@ Param( [String] $Target = "build", [String] $Build = '', [String] $VersionTag = 'NEXT_TAG_VERSION', - [String] $ParentImageVersion = '3142.vcfca_0cd92128-2', + [String] $ParentImageVersion = '3148.v532a_7e715ee3-1', [switch] $PushVersions = $false )