From 02c5bb0e4cca7d53eab6d16e8bffff4499ed36fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 15:11:27 +0000 Subject: [PATCH] Bump the parent image `jenkins/agent` version to 3186.vc3b_7249b_87eb_-1 (#446) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Bump the parent image `jenkins/agent` version on the docker-ba... ... ke.hcl file Made with ❤️️ by updatecli * chore: Bump the parent image `jenkins/agent` version on Windows Serve... ... r Core Made with ❤️️ by updatecli * chore: Bump the parent image `jenkins/agent` version on Windows Nanos... ... erver Made with ❤️️ by updatecli * chore: Bump the parent image `jenkins/agent` version on Debian Made with ❤️️ by updatecli * chore: Bump the parent image `jenkins/agent` version on Debian Made with ❤️️ by updatecli * chore: Bump the parent image `jenkins/agent` version on Alpine Made with ❤️️ by updatecli * chore: Bump the parent image `jenkins/agent` version on the Windows b... ... uild.ps1 powershell script Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- alpine/Dockerfile | 2 +- build.ps1 | 2 +- debian/Dockerfile | 2 +- debian/preview/Dockerfile | 2 +- docker-bake.hcl | 2 +- windows/nanoserver/Dockerfile | 2 +- windows/windowsservercore/Dockerfile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 721ada90..c80a6f8e 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=3181.v78543a_987053-1 +ARG version=3186.vc3b_7249b_87eb_-1 ARG JAVA_MAJOR_VERSION=17 FROM jenkins/agent:"${version}"-alpine-jdk"${JAVA_MAJOR_VERSION}" diff --git a/build.ps1 b/build.ps1 index 75566651..3d8a493e 100644 --- a/build.ps1 +++ b/build.ps1 @@ -4,7 +4,7 @@ Param( [String] $Target = "build", [String] $Build = '', [String] $VersionTag = 'NEXT_TAG_VERSION', - [String] $ParentImageVersion = '3181.v78543a_987053-1', + [String] $ParentImageVersion = '3186.vc3b_7249b_87eb_-1', [switch] $PushVersions = $false ) diff --git a/debian/Dockerfile b/debian/Dockerfile index 9a6c9524..42fad310 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -1,4 +1,4 @@ -ARG version=3181.v78543a_987053-1 +ARG version=3186.vc3b_7249b_87eb_-1 ARG JAVA_MAJOR_VERSION=17 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}" diff --git a/debian/preview/Dockerfile b/debian/preview/Dockerfile index d77dd229..19fbc823 100644 --- a/debian/preview/Dockerfile +++ b/debian/preview/Dockerfile @@ -1,4 +1,4 @@ -ARG version=3181.v78543a_987053-1-preview +ARG version=3186.vc3b_7249b_87eb_-1-preview ARG JAVA_MAJOR_VERSION=21 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}-preview" diff --git a/docker-bake.hcl b/docker-bake.hcl index 23bd2a57..ba2710a0 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 = "3181.v78543a_987053-1" + default = "3186.vc3b_7249b_87eb_-1" } variable "REGISTRY" { diff --git a/windows/nanoserver/Dockerfile b/windows/nanoserver/Dockerfile index a302e3af..5394f627 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=3181.v78543a_987053-1 +ARG version=3186.vc3b_7249b_87eb_-1 ARG JAVA_MAJOR_VERSION=17 ARG WINDOWS_VERSION_TAG=1809 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}"-nanoserver-"${WINDOWS_VERSION_TAG}" diff --git a/windows/windowsservercore/Dockerfile b/windows/windowsservercore/Dockerfile index 6e740afb..ae006ef9 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=3181.v78543a_987053-1 +ARG version=3186.vc3b_7249b_87eb_-1 ARG JAVA_MAJOR_VERSION=17 ARG WINDOWS_VERSION_TAG=ltsc2019 FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}"-windowsservercore-"${WINDOWS_VERSION_TAG}"