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

Commit 5f49820

Browse files
Bump the parent image jenkins/agent version to 3192.v713e3b_039fb_e-2 (#451)
* 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 * 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 --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eab816e commit 5f49820

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
2222

23-
ARG version=3192.v713e3b_039fb_e-1
23+
ARG version=3192.v713e3b_039fb_e-2
2424
ARG JAVA_MAJOR_VERSION=17
2525
FROM jenkins/agent:"${version}"-alpine-jdk"${JAVA_MAJOR_VERSION}"
2626

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Param(
44
[String] $Target = "build",
55
[String] $Build = '',
66
[String] $VersionTag = 'NEXT_TAG_VERSION',
7-
[String] $ParentImageVersion = '3192.v713e3b_039fb_e-1',
7+
[String] $ParentImageVersion = '3192.v713e3b_039fb_e-2',
88

99
[switch] $PushVersions = $false
1010
)

debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG version=3192.v713e3b_039fb_e-1
1+
ARG version=3192.v713e3b_039fb_e-2
22
ARG JAVA_MAJOR_VERSION=17
33
FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}"
44

debian/preview/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG version=3192.v713e3b_039fb_e-1-preview
1+
ARG version=3192.v713e3b_039fb_e-2-preview
22
ARG JAVA_MAJOR_VERSION=21
33
FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}-preview"
44

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ variable "IMAGE_TAG" {
4949

5050
#### This is for the "parent" image version to use (jenkins/agent:<PARENT_IMAGE_VERSION>-<base-os>)
5151
variable "PARENT_IMAGE_VERSION" {
52-
default = "3192.v713e3b_039fb_e-1"
52+
default = "3192.v713e3b_039fb_e-2"
5353
}
5454

5555
variable "REGISTRY" {

windows/nanoserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2222
# THE SOFTWARE.
2323

24-
ARG version=3192.v713e3b_039fb_e-1
24+
ARG version=3192.v713e3b_039fb_e-2
2525
ARG JAVA_MAJOR_VERSION=17
2626
ARG WINDOWS_VERSION_TAG=1809
2727
FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}"-nanoserver-"${WINDOWS_VERSION_TAG}"

windows/windowsservercore/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2222
# THE SOFTWARE.
2323

24-
ARG version=3192.v713e3b_039fb_e-1
24+
ARG version=3192.v713e3b_039fb_e-2
2525
ARG JAVA_MAJOR_VERSION=17
2626
ARG WINDOWS_VERSION_TAG=ltsc2019
2727
FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}"-windowsservercore-"${WINDOWS_VERSION_TAG}"

0 commit comments

Comments
 (0)