[August 2022] Windows August Images Published

Hi,

Included in this update are new current releases for Windows Server 2019, Windows Server 2019 - Cuda, and Windows Server 2022.

We have a lot of package updates for Windows Server 2022 in this release:

git: 2.37.1
gitlfs: 3.2.0
7zip: 22.1
gzip: 1.3.12
sysinternals: 2022.7.30
awscli: 2.7.21
azurecli: 2.39.0
webpi: 5.1
servicefabric: 9.0.1048
servicefabric-sdk: 6.0.1048
nunit-console-runner: 3.15.2
nano: 6.3.7
vim: 9.0.0174
jq: 1.6
golang: 1.19
openjdk: 18.0.2
miniconda: 4.12.0 (python 3.9)
python3: 3.10.5
nodejs: 18.7.0
ruby: 3.1.2.1
docker-engine: 20.10.16
nvm: 1.1.9
.net-sdk: 6.0.302
visualstudio-community-edition: 117.2.6.0
visualstudio-build-tools: 117.2.6.0
nuget-cli: 6.2.1
winapi-driver: 1.2.1

Example of how to use the current release of the default Windows Server image (Windows Server 2019):

orb:

Example of how to use the current release of the Windows Server 2019 image:

orb:

executor:
image: 'windows-server-2019-vs2019:2022.08.1'

Example of how to use the current release of the Windows Server 2019 - Cuda image:

orb:

executor:
image: 'windows-server-2019-cuda:2022.08.1

Example of how to use the current release of the Windows Server 2022 image:

orb:

executor:
image: 'windows-server-2022-gui:2022.08.1'

1 Like