Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Bump the parent image jenkins/agent version to 3148.v532a_7e715ee3-6 (
Browse files Browse the repository at this point in the history
#407)

* 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 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

* chore: Bump the parent image `jenkins/agent` version on the docker-ba...

... ke.hcl file

Made with ❤️️ by updatecli

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 14, 2023
1 parent b3fd05d commit 3e8d87e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG version=3148.v532a_7e715ee3-5
ARG version=3148.v532a_7e715ee3-6
ARG JAVA_MAJOR_VERSION=17
FROM jenkins/agent:"${version}"-alpine-jdk"${JAVA_MAJOR_VERSION}"

Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Expand Up @@ -4,7 +4,7 @@ Param(
[String] $Target = "build",
[String] $Build = '',
[String] $VersionTag = 'NEXT_TAG_VERSION',
[String] $ParentImageVersion = '3148.v532a_7e715ee3-5',
[String] $ParentImageVersion = '3148.v532a_7e715ee3-6',
[switch] $PushVersions = $false
)

Expand Down
2 changes: 1 addition & 1 deletion debian/Dockerfile
@@ -1,4 +1,4 @@
ARG version=3148.v532a_7e715ee3-5
ARG version=3148.v532a_7e715ee3-6
ARG JAVA_MAJOR_VERSION=17
FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}"

Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Expand Up @@ -36,7 +36,7 @@ variable "IMAGE_TAG" {

#### This is for the "parent" image version to use (jenkins/agent:<PARENT_IMAGE_VERSION>-<base-os>)
variable "PARENT_IMAGE_VERSION" {
default = "3148.v532a_7e715ee3-5"
default = "3148.v532a_7e715ee3-6"
}

variable "REGISTRY" {
Expand Down
2 changes: 1 addition & 1 deletion windows/nanoserver/Dockerfile
Expand Up @@ -21,7 +21,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG version=3148.v532a_7e715ee3-5
ARG version=3148.v532a_7e715ee3-6
ARG JAVA_MAJOR_VERSION=17
ARG WINDOWS_VERSION_TAG=1809
FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}"-nanoserver-"${WINDOWS_VERSION_TAG}"
Expand Down
2 changes: 1 addition & 1 deletion windows/windowsservercore/Dockerfile
Expand Up @@ -21,7 +21,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG version=3148.v532a_7e715ee3-5
ARG version=3148.v532a_7e715ee3-6
ARG JAVA_MAJOR_VERSION=17
ARG WINDOWS_VERSION_TAG=ltsc2019
FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}"-windowsservercore-"${WINDOWS_VERSION_TAG}"
Expand Down

0 comments on commit 3e8d87e

Please sign in to comment.