File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
windows/windowsservercore/hotspot Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ stage('Build') {
4747 withEnv(envVars) {
4848 echo ' = bake target: linux'
4949
50- def windowsImageTypes = [' windowsservercore-ltsc2019 ' ]
50+ def windowsImageTypes = [' windowsservercore-ltsc2022 ' ]
5151 for (anImageType in windowsImageTypes) {
5252 def imageType = anImageType
5353 builds[imageType] = {
54- nodeWithTimeout(' windows-2019 ' ) {
54+ nodeWithTimeout(' windows-2022 ' ) {
5555 stage(' Checkout' ) {
5656 checkout scm
5757 }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ $ProgressPreference = 'SilentlyContinue' # Disable Progress bar for faster downl
1111
1212$Repository = ' jenkins'
1313$Organisation = ' jenkins4eval'
14- $ImageType = ' windowsservercore-ltsc2019 ' # <WINDOWS_FLAVOR>-<WINDOWS_VERSION>
14+ $ImageType = ' windowsservercore-ltsc2022 ' # <WINDOWS_FLAVOR>-<WINDOWS_VERSION>
1515
1616if (! [String ]::IsNullOrWhiteSpace($env: DOCKERHUB_REPO )) {
1717 $Repository = $env: DOCKERHUB_REPO
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ function Retry-Command {
6767
6868function Get-SutImage {
6969 $DOCKERFILE = Get-EnvOrDefault ' DOCKERFILE' ' '
70- $IMAGENAME = Get-EnvOrDefault ' CONTROLLER_IMAGE' ' ' # Ex: jdk17-hotspot-windowsservercore-ltsc2019
70+ $IMAGENAME = Get-EnvOrDefault ' CONTROLLER_IMAGE' ' ' # Ex: jdk17-hotspot-windowsservercore-ltsc2022
7171
7272 $REAL_DOCKERFILE = Resolve-Path - Path " $PSScriptRoot /../${DOCKERFILE} "
7373
Original file line number Diff line number Diff line change 22# hadolint shell=powershell
33
44ARG JAVA_VERSION=17.0.17_10
5- ARG WINDOWS_VERSION=ltsc2019
5+ ARG WINDOWS_VERSION=ltsc2022
66
77FROM mcr.microsoft.com/windows/servercore:"${WINDOWS_VERSION}" AS jre-build
88
You can’t perform that action at this time.
0 commit comments