Windows Server 2019 - February 2024 Release

Hey Everyone!

A new release for Windows Server 2019 is available.

This image can be selected as follows:

orbs:
  win: circleci/windows@5.0

jobs:
  build:
    executor: 
      name: win/server-2019
      version: current

Notable changes

This build is a rebuild of the January 2024 image with missing Visual Studio components included.

Software

Here is a list of the major software installed on each image. If multiple versions are present, the default is shown here:

Package Version
Ruby 3.3.0.1
Node 21.6.1
Yarn 1.22.19
Python3 3 3.12.1
Java 21.0.2
Docker 25.0.3
Go 1.21.6
Rust 1.75.0
Dotnet 7.0.405
Visual Studio 2019 Community Edition 16.11.33.0
yq 4.34.1
2 Likes

For some reason I’m seeing Node v20.
I ssh into the job and run node -v and I see 20

My job is spinning up this image
image: “windows-server-2019-vs2019:2024.02.21”
Is your post for a different version?