Windows Server 2022 March 2023 Image Published

Hey Everyone,

The March 2023 snapshot of the Windows Server 2022 image has been published. The new tag, 2023.03.1 is available immediately and current will be updated with this new image later this week.

In CircleCI config, you can specify the image directly:

machine:
  image: "windows-server-2022-gui:2023.03.1"

or by using the Windows orb:

orbs:
  win: circleci/windows@5.0
jobs:
  build:
    executor:
      name: win/server-2022
      version: "2023.03.1"

Notable software versions:

git: 2.39.2
gitlfs: 3.3.0
7zip: 22.1
gzip: 1.3.12
sysinternals: 2023.1.25
awscli: 2.10.3
azurecli: 2.45.0
webpi: 5.1
servicefabric: 9.1.1390
servicefabric-sdk: 6.0.1107
nunit-console-runner: 3.16.3
nano: 7.2.17
vim: 9.0.1365
jq: 1.6
golang: 1.20.1
openjdk: 19.0.2
miniconda: 4.12.0 (python 3.9)
python3: 3.10.6
nodejs: 19.7.0
ruby: 3.1.2.1
docker-engine: 20.10.21
nvm: 1.1.9
.net-sdk: 6.0.406
visualstudio-community-edition: 117.5.0.0
visualstudio-build-tools: 117.5.0.0
nuget-cli: 6.5.0
winapi-driver: 1.2.1

The software list includes

python3: 3.10.6

But it appears that only Python 3.9 and Python 3.11 (as reported by py --list) are installed on this image.