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

Commit 95182a6

Browse files
authored
Merge pull request #433 from jenkinsci/updatecli_af7e4bf0b56e1b75141ac2400d3cf57175e401a149ad617797fbbd85e52233de
Bump the parent image `jenkins/agent` version to 3174.v2c9e67f8f9df-1
2 parents 29799d6 + d412f9e commit 95182a6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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=3160.vd76b_9ddd10cc-2
23+
ARG version=3174.v2c9e67f8f9df-1
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 = '3160.vd76b_9ddd10cc-2',
7+
[String] $ParentImageVersion = '3174.v2c9e67f8f9df-1',
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=3160.vd76b_9ddd10cc-2
1+
ARG version=3174.v2c9e67f8f9df-1
22
ARG JAVA_MAJOR_VERSION=17
33
FROM jenkins/agent:"${version}"-jdk"${JAVA_MAJOR_VERSION}"
44

docker-bake.hcl

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

3838
#### This is for the "parent" image version to use (jenkins/agent:<PARENT_IMAGE_VERSION>-<base-os>)
3939
variable "PARENT_IMAGE_VERSION" {
40-
default = "3160.vd76b_9ddd10cc-2"
40+
default = "3174.v2c9e67f8f9df-1"
4141
}
4242

4343
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=3160.vd76b_9ddd10cc-2
24+
ARG version=3174.v2c9e67f8f9df-1
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=3160.vd76b_9ddd10cc-2
24+
ARG version=3174.v2c9e67f8f9df-1
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)