]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: Update Windows runners
authorSimon McVittie <smcv@collabora.com>
Fri, 12 May 2023 14:24:17 +0000 (15:24 +0100)
committerSimon McVittie <smcv@collabora.com>
Fri, 12 May 2023 14:40:45 +0000 (15:40 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
.gitlab-ci.yml
tools/docker/windows/Dockerfile

index ccffb2c5e8ea14b0d3b797f07ecdb7efc7908b37..aec249ed820544c8b6bceae023dde59755f41153 100644 (file)
@@ -52,7 +52,7 @@ variables:
   # If you are hacking on them or need a them to rebuild, its enough
   # to change any part of the string of the image you want.
   ###
-  WINDOWS_TAG: "2022-02-06.2"
+  WINDOWS_TAG: "2023-05-12.0"
 
   UPSTREAM_BRANCH: 'master'
   UPSTREAM_REPO: 'dbus/dbus'
@@ -119,7 +119,7 @@ windows amd64 image:
   tags:
     - windows
     - shell
-    - "1809"
+    - "2022"
   script:
     # We need to pass an array and to resolve the env vars, so we can't use a variable:
     - $DOCKER_BUILD_ARGS = @("--build-arg", "DEFAULT_BRANCH=$UPSTREAM_BRANCH")
@@ -340,7 +340,7 @@ ubuntu jammy autotools:
   tags:
     - 'docker'
     - 'windows'
-    - '1809'
+    - '2022'
   needs:
     - "windows amd64 image"
   timeout: '2h'
index bff4c501c3aa53c9e3512b799bec6a1094af49c2..13c0feea1612de45b8ed9382b7ea5ba41cd736d2 100644 (file)
@@ -1,6 +1,6 @@
 # escape=`
 
-FROM 'mcr.microsoft.com/windows/servercore:ltsc2019'
+FROM 'mcr.microsoft.com/windows/servercore:ltsc2022'
 
 # Make sure any failure in PowerShell scripts is fatal
 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]