Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29fba21923 |
@@ -22,8 +22,12 @@ To build a VM machine from this repo's source, see the [instructions](docs/creat
|
||||
| --------------------|---------------------|--------------------|--------------------|
|
||||
| Ubuntu 24.04 | `ubuntu-latest` or `ubuntu-24.04` | [ubuntu-24.04] |  |
|
||||
| Ubuntu 22.04 | `ubuntu-22.04` | [ubuntu-22.04] |  |
|
||||
| macOS 15 <sup>beta</sup> | `macos-15-large`| [macOS-15] |  |
|
||||
| macOS 15 Arm64 <sup>beta</sup> | `macos-15` or `macos-15-xlarge` | [macOS-15-arm64] |  |
|
||||
| macOS 15 | `macos-15-large`| [macOS-15] |  |
|
||||
| macOS 15 Arm64 | `macos-15` or `macos-15-xlarge` | [macOS-15-arm64] |  |
|
||||
| macOS 15 <sup>beta</sup> | `macos-15-large`| [macOS-15] |  |
|
||||
| macOS 15 Arm64 <sup>beta</sup> | `macos-15` or `macos-15-xlarge` | [macOS-15-arm64] |  |
|
||||
| macOS 14 | `macos-latest-large` or `macos-14-large`| [macOS-14] |  |
|
||||
| macOS 14 Arm64 |`macos-latest`, `macos-14`, `macos-latest-xlarge` or `macos-14-xlarge`| [macOS-14-arm64] |  |
|
||||
| macOS 13 | `macos-13` or `macos-13-large` | [macOS-13] |  |
|
||||
@@ -129,7 +133,10 @@ We use third-party package managers to install software during the image generat
|
||||
|
||||
| Operating system | Package manager | Third-party repos and packages |
|
||||
| :--- | :---: | ---: |
|
||||
| Ubuntu | [APT](https://wiki.debian.org/Apt) | [docker](https://download.docker.com/linux/ubuntu) <br/> [Eclipse-Temurin (Adoptium)](https://packages.adoptium.net/artifactory/deb/) <br/> [Erlang](https://packages.erlang-solutions.com/ubuntu) <br/> [Firefox](https://ppa.launchpad.net/mozillateam/ppa/ubuntu) <br/> [git-lfs](https://packagecloud.io/install/repositories/github/git-lfs) <br/> [git](https://launchpad.net/~git-core/+archive/ubuntu/ppa) <br/> [Google Cloud CLI](https://packages.cloud.google.com/apt) <br/> [Heroku](https://cli-assets.heroku.com/channels/stable/apt) <br/> [HHvm](https://dl.hhvm.com/ubuntu) <br/> [MongoDB](https://repo.mongodb.org/apt/ubuntu) <br/> [Mono](https://download.mono-project.com/repo/ubuntu) <br/> [MS Edge](https://packages.microsoft.com/repos/edge) <br/> [PostgreSQL](https://apt.postgresql.org/pub/repos/apt/) <br/> [R](https://cloud.r-project.org/bin/linux/ubuntu) |
|
||||
| Ubuntu | [APT](https://wiki.debian.org/Apt) | [Eclipse-Temurin (Adoptium)](https://packages.adoptium.net/artifactory/deb/) <br/> [Erlang](https://packages.erlang-solutions.com/ubuntu) <br/> [Firefox](http://ppa.launchpad.net/mozillateam/ppa/ubuntu) <br/> [git-lfs](https://packagecloud.io/install/repositories/github/git-lfs) <br/> [git](https://launchpad.net/~git-core/+archive/ubuntu/ppa) <br/> [Google Cloud CLI](https://packages.cloud.google.com/apt) <br/> [Heroku](https://cli-assets.heroku.com/channels/stable/apt) <br/> [HHvm](https://dl.hhvm.com/ubuntu) <br/> [MongoDB](https://repo.mongodb.org/apt/ubuntu) <br/> [Mono](https://download.mono-project.com/repo/ubuntu) <br/> [MS Edge](https://packages.microsoft.com/repos/edge) <br/> [PostgreSQL](https://apt.postgresql.org/pub/repos/apt/) <br/> [R](https://cloud.r-project.org/bin/linux/ubuntu) |
|
||||
| Ubuntu | [APT](https://wiki.debian.org/Apt) | [containers](https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable) (Ubuntu 20 only) <br/> [docker](https://download.docker.com/linux/ubuntu) (Ubuntu20 0nly) <br/> [Eclipse-Temurin (Adoptium)](https://packages.adoptium.net/artifactory/deb/) <br/> [Erlang](https://packages.erlang-solutions.com/ubuntu) <br/> [Firefox](https://ppa.launchpad.net/mozillateam/ppa/ubuntu) <br/> [git-lfs](https://packagecloud.io/install/repositories/github/git-lfs) <br/> [git](https://launchpad.net/~git-core/+archive/ubuntu/ppa) <br/> [Google Cloud CLI](https://packages.cloud.google.com/apt) <br/> [Heroku](https://cli-assets.heroku.com/channels/stable/apt) <br/> [HHvm](https://dl.hhvm.com/ubuntu) <br/> [MongoDB](https://repo.mongodb.org/apt/ubuntu) <br/> [Mono](https://download.mono-project.com/repo/ubuntu) <br/> [MS Edge](https://packages.microsoft.com/repos/edge) <br/> [PostgreSQL](https://apt.postgresql.org/pub/repos/apt/) <br/> [R](https://cloud.r-project.org/bin/linux/ubuntu) |
|
||||
| Ubuntu | [APT](https://wiki.debian.org/Apt) | [Eclipse-Temurin (Adoptium)](https://packages.adoptium.net/artifactory/deb/) <br/> [Erlang](https://packages.erlang-solutions.com/ubuntu) <br/> [Firefox](http://ppa.launchpad.net/mozillateam/ppa/ubuntu) <br/> [git-lfs](https://packagecloud.io/install/repositories/github/git-lfs) <br/> [git](https://launchpad.net/~git-core/+archive/ubuntu/ppa) <br/> [Google Cloud CLI](https://packages.cloud.google.com/apt) <br/> [Heroku](https://cli-assets.heroku.com/channels/stable/apt) <br/> [HHvm](https://dl.hhvm.com/ubuntu) <br/> [MongoDB](https://repo.mongodb.org/apt/ubuntu) <br/> [Mono](https://download.mono-project.com/repo/ubuntu) <br/> [MS Edge](https://packages.microsoft.com/repos/edge) <br/> [PostgreSQL](https://apt.postgresql.org/pub/repos/apt/) <br/> [R](https://cloud.r-project.org/bin/linux/ubuntu) |
|
||||
| Ubuntu | [APT](https://wiki.debian.org/Apt) | [Eclipse-Temurin (Adoptium)](https://packages.adoptium.net/artifactory/deb/) <br/> [Erlang](https://packages.erlang-solutions.com/ubuntu) <br/> [Firefox](http://ppa.launchpad.net/mozillateam/ppa/ubuntu) <br/> [git-lfs](https://packagecloud.io/install/repositories/github/git-lfs) <br/> [git](https://launchpad.net/~git-core/+archive/ubuntu/ppa) <br/> [Google Cloud CLI](https://packages.cloud.google.com/apt) <br/> [Heroku](https://cli-assets.heroku.com/channels/stable/apt) <br/> [HHvm](https://dl.hhvm.com/ubuntu) <br/> [MongoDB](https://repo.mongodb.org/apt/ubuntu) <br/> [Mono](https://download.mono-project.com/repo/ubuntu) <br/> [MS Edge](https://packages.microsoft.com/repos/edge) <br/> [PostgreSQL](https://apt.postgresql.org/pub/repos/apt/) <br/> [R](https://cloud.r-project.org/bin/linux/ubuntu) |
|
||||
| | [pipx](https://pypa.github.io/pipx) | ansible-core <br/>yamllint |
|
||||
| Windows | [Chocolatey](https://chocolatey.org) | No third-party repos installed |
|
||||
| macOS | [Homebrew](https://brew.sh) | [aws-cli v2](https://github.com/aws/homebrew-tap) </br> [azure/bicep](https://github.com/Azure/homebrew-bicep) </br> [mongodb/brew](https://github.com/mongodb/homebrew-brew) |
|
||||
|
||||
@@ -49,7 +49,7 @@ In any case, you will need these software installed:
|
||||
|
||||
For Linux - install the latest version from your distro's package repo.
|
||||
|
||||
For Windows - download and install it from [here](https://gitforwindows.org/) or use [Chocolatey](https://chocolatey.org/):
|
||||
For Windows - download and install it from [here](https://gitforwindows.org/) of use [Chocolatey](https://chocolatey.org/):
|
||||
|
||||
```powershell
|
||||
choco install git -params '"/GitAndUnixToolsOnPath"'
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[macOS] Xcode 15.4 will be removed from macOS15 images on May 29th, 2025](https://github.com/actions/runner-images/issues/12195) |
|
||||
| [[macOS] Go version 1.21.* will be removed from all macOS images on May 12, 2025.](https://github.com/actions/runner-images/issues/12032) |
|
||||
| [[macOS 14] Xcode Command Line Tool version will be downgraded to 15.3.0 on macOS14 images](https://github.com/actions/runner-images/issues/11969) |
|
||||
***
|
||||
# macOS 13
|
||||
- OS Version: macOS 13.7.5 (22H527)
|
||||
- Kernel Version: Darwin 22.6.0
|
||||
- Image Version: 20250512.1078
|
||||
- Image Version: 20250421.964
|
||||
|
||||
## Installed Software
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 20.19.0
|
||||
- Perl 5.40.2
|
||||
- PHP 8.4.7
|
||||
- PHP 8.4.6
|
||||
- Python3 3.13.3
|
||||
- Ruby 3.3.8
|
||||
|
||||
@@ -34,31 +34,31 @@
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Composer 2.8.8
|
||||
- Homebrew 4.5.2
|
||||
- Homebrew 4.4.31
|
||||
- NPM 10.8.2
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 25.1.1 (python 3.13)
|
||||
- Pip3 25.0.1 (python 3.13)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.6.8
|
||||
- Vcpkg 2025 (build from commit ca846b2127)
|
||||
- Vcpkg 2025 (build from commit 0d5cae1530)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.15
|
||||
- Apache Maven 3.9.9
|
||||
- Gradle 8.14
|
||||
- Gradle 8.13
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.29.0
|
||||
- azcopy 10.28.1
|
||||
- bazel 8.2.1
|
||||
- bazelisk 1.26.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.13.0
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- GitHub CLI 2.72.0
|
||||
- GitHub CLI 2.70.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.25.0
|
||||
- gpg (GnuPG) 2.4.7
|
||||
@@ -67,21 +67,21 @@
|
||||
- Packer 1.12.0
|
||||
- pkgconf 2.4.3
|
||||
- Unxip 3.1
|
||||
- yq 4.45.4
|
||||
- yq 4.45.1
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.12.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.27.12
|
||||
- AWS SAM CLI 1.138.0
|
||||
- AWS CLI 2.26.5
|
||||
- AWS SAM CLI 1.137.1
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.72.0
|
||||
- Azure CLI 2.71.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.35.1
|
||||
- Bicep CLI 0.34.44
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.21.2
|
||||
- Fastlane 2.227.2
|
||||
- SwiftFormat 0.55.6
|
||||
- CodeQL Action Bundle 2.21.0
|
||||
- Fastlane 2.227.1
|
||||
- SwiftFormat 0.55.5
|
||||
- Xcbeautify 2.28.0
|
||||
- Xcode Command Line Tools 14.3.1.0.1.1683849156
|
||||
- Xcodes 1.6.0
|
||||
@@ -92,12 +92,12 @@
|
||||
### Browsers
|
||||
- Safari 18.4 (18621.1.15.111.1)
|
||||
- SafariDriver 18.4 (18621.1.15.111.1)
|
||||
- Google Chrome 136.0.7103.93
|
||||
- Google Chrome for Testing 136.0.7103.92
|
||||
- ChromeDriver 136.0.7103.92
|
||||
- Microsoft Edge 136.0.3240.64
|
||||
- Microsoft Edge WebDriver 136.0.3240.64
|
||||
- Mozilla Firefox 138.0.1
|
||||
- Google Chrome 135.0.7049.96
|
||||
- Google Chrome for Testing 135.0.7049.95
|
||||
- ChromeDriver 135.0.7049.95
|
||||
- Microsoft Edge 135.0.3179.85
|
||||
- Microsoft Edge WebDriver 135.0.3179.85
|
||||
- Mozilla Firefox 137.0.2
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.29.0
|
||||
|
||||
@@ -141,19 +141,20 @@
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.1
|
||||
- 22.15.0
|
||||
- 20.19.0
|
||||
- 22.14.0
|
||||
|
||||
#### Go
|
||||
- 1.21.13
|
||||
- 1.22.12
|
||||
- 1.23.9
|
||||
- 1.24.3
|
||||
- 1.23.8
|
||||
- 1.24.2
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.86.0
|
||||
- Rust 1.86.0
|
||||
- Rustdoc 1.86.0
|
||||
- Rustup 1.28.2
|
||||
- Rustup 1.28.1
|
||||
|
||||
#### Packages
|
||||
- Clippy 0.1.86
|
||||
@@ -214,8 +215,8 @@
|
||||
| visionOS 1.0 | xros1.0 | 15.2 |
|
||||
| Simulator - visionOS 1.0 | xrsimulator1.0 | 15.2 |
|
||||
| Asset Runtime SDK for macOS hosts targeting watchOS 9.4 | assetruntime.host.macosx.target.watchos9.4 | 14.3.1 |
|
||||
| Asset Runtime SDK for macOS hosts targeting iOS 16.4 | assetruntime.host.macosx.target.iphoneos16.4 | 14.3.1 |
|
||||
| Asset Runtime SDK for macOS hosts targeting tvOS 16.4 | assetruntime.host.macosx.target.appletvos16.4 | 14.3.1 |
|
||||
| Asset Runtime SDK for macOS hosts targeting iOS 16.4 | assetruntime.host.macosx.target.iphoneos16.4 | 14.3.1 |
|
||||
| DriverKit 22.1 | driverkit22.1 | 14.1 |
|
||||
| DriverKit 22.2 | driverkit22.2 | 14.2 |
|
||||
| DriverKit 22.4 | driverkit22.4 | 14.3.1 |
|
||||
@@ -243,7 +244,7 @@
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 11.0 |
|
||||
| Android Emulator | 35.5.10 |
|
||||
| Android Emulator | 35.4.9 |
|
||||
| Android SDK Build-tools | 36.0.0<br>35.0.0 35.0.1<br>34.0.0<br>33.0.2 33.0.3 |
|
||||
| Android SDK Platforms | android-36 (rev 2)<br>android-35-ext15 (rev 1)<br>android-35-ext14 (rev 1)<br>android-35 (rev 2)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (rev 1)<br>android-34-ext11 (rev 1)<br>android-34-ext10 (rev 1)<br>android-34 (rev 3)<br>android-33-ext5 (rev 1)<br>android-33-ext4 (rev 1)<br>android-33 (rev 3) |
|
||||
| Android SDK Platform-Tools | 35.0.2 |
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[macOS] Go version 1.21.* will be removed from all macOS images on May 12, 2025.](https://github.com/actions/runner-images/issues/12032) |
|
||||
| [[macOS 14] Xcode Command Line Tool version will be downgraded to 15.3.0 on macOS14 images](https://github.com/actions/runner-images/issues/11969) |
|
||||
***
|
||||
# macOS 13
|
||||
- OS Version: macOS 13.7.5 (22H527)
|
||||
- Kernel Version: Darwin 22.6.0
|
||||
- Image Version: 20250512.1166
|
||||
- Image Version: 20250428.1114
|
||||
|
||||
## Installed Software
|
||||
|
||||
@@ -31,7 +32,7 @@
|
||||
- Bundler 2.6.8
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Homebrew 4.5.2
|
||||
- Homebrew 4.4.32
|
||||
- NPM 10.8.2
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 25.0.1 (python 3.13)
|
||||
@@ -47,14 +48,14 @@
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.29.0
|
||||
- azcopy 10.28.1
|
||||
- bazel 8.2.1
|
||||
- bazelisk 1.26.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.7.1
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- GitHub CLI 2.72.0
|
||||
- GitHub CLI 2.71.2
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.25.0
|
||||
- gpg (GnuPG) 2.4.7
|
||||
@@ -63,21 +64,21 @@
|
||||
- Packer 1.12.0
|
||||
- pkgconf 2.4.3
|
||||
- Unxip 3.1
|
||||
- yq 4.45.4
|
||||
- yq 4.45.1
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.12.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.27.12
|
||||
- AWS SAM CLI 1.138.0
|
||||
- AWS CLI 2.27.2
|
||||
- AWS SAM CLI 1.137.1
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.72.0
|
||||
- Azure CLI 2.71.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.35.1
|
||||
- Bicep CLI 0.34.44
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.21.2
|
||||
- Fastlane 2.227.2
|
||||
- SwiftFormat 0.55.6
|
||||
- CodeQL Action Bundle 2.21.1
|
||||
- Fastlane 2.227.1
|
||||
- SwiftFormat 0.55.5
|
||||
- Xcbeautify 2.28.0
|
||||
- Xcode Command Line Tools 14.3.1.0.1.1683849156
|
||||
- Xcodes 1.6.0
|
||||
@@ -87,9 +88,9 @@
|
||||
### Browsers
|
||||
- Safari 18.4 (18621.1.15.111.1)
|
||||
- SafariDriver 18.4 (18621.1.15.111.1)
|
||||
- Google Chrome 136.0.7103.93
|
||||
- Google Chrome for Testing 136.0.7103.92
|
||||
- ChromeDriver 136.0.7103.92
|
||||
- Google Chrome 135.0.7049.115
|
||||
- Google Chrome for Testing 135.0.7049.114
|
||||
- ChromeDriver 135.0.7049.114
|
||||
- Selenium server 4.29.0
|
||||
|
||||
#### Environment variables
|
||||
@@ -125,15 +126,16 @@
|
||||
- 22.15.0
|
||||
|
||||
#### Go
|
||||
- 1.21.13
|
||||
- 1.22.12
|
||||
- 1.23.9
|
||||
- 1.24.3
|
||||
- 1.23.8
|
||||
- 1.24.2
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.86.0
|
||||
- Rust 1.86.0
|
||||
- Rustdoc 1.86.0
|
||||
- Rustup 1.28.2
|
||||
- Rustup 1.28.1
|
||||
|
||||
#### Packages
|
||||
- Clippy 0.1.86
|
||||
@@ -194,8 +196,8 @@
|
||||
| visionOS 1.0 | xros1.0 | 15.2 |
|
||||
| Simulator - visionOS 1.0 | xrsimulator1.0 | 15.2 |
|
||||
| Asset Runtime SDK for macOS hosts targeting watchOS 9.4 | assetruntime.host.macosx.target.watchos9.4 | 14.3.1 |
|
||||
| Asset Runtime SDK for macOS hosts targeting tvOS 16.4 | assetruntime.host.macosx.target.appletvos16.4 | 14.3.1 |
|
||||
| Asset Runtime SDK for macOS hosts targeting iOS 16.4 | assetruntime.host.macosx.target.iphoneos16.4 | 14.3.1 |
|
||||
| Asset Runtime SDK for macOS hosts targeting tvOS 16.4 | assetruntime.host.macosx.target.appletvos16.4 | 14.3.1 |
|
||||
| DriverKit 22.1 | driverkit22.1 | 14.1 |
|
||||
| DriverKit 22.2 | driverkit22.2 | 14.2 |
|
||||
| DriverKit 22.4 | driverkit22.4 | 14.3.1 |
|
||||
@@ -224,7 +226,7 @@
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 11.0 |
|
||||
| Android Emulator | 35.5.10 |
|
||||
| Android Emulator | 35.4.9 |
|
||||
| Android SDK Build-tools | 36.0.0<br>35.0.0 35.0.1<br>34.0.0<br>33.0.2 33.0.3 |
|
||||
| Android SDK Platforms | android-36 (rev 2)<br>android-35-ext15 (rev 1)<br>android-35-ext14 (rev 1)<br>android-35 (rev 2)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (rev 1)<br>android-34-ext11 (rev 1)<br>android-34-ext10 (rev 1)<br>android-34 (rev 3)<br>android-33-ext5 (rev 1)<br>android-33-ext4 (rev 1)<br>android-33 (rev 3) |
|
||||
| Android SDK Platform-Tools | 35.0.2 |
|
||||
|
||||
@@ -1,87 +1,87 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[macOS] Xcode 15.4 will be removed from macOS15 images on May 29th, 2025](https://github.com/actions/runner-images/issues/12195) |
|
||||
| [[macOS] Go version 1.21.* will be removed from all macOS images on May 12, 2025.](https://github.com/actions/runner-images/issues/12032) |
|
||||
| [[macOS 14] Xcode Command Line Tool version will be downgraded to 15.3.0 on macOS14 images](https://github.com/actions/runner-images/issues/11969) |
|
||||
***
|
||||
# macOS 14
|
||||
- OS Version: macOS 14.7.6 (23H626)
|
||||
- OS Version: macOS 14.7.5 (23H527)
|
||||
- Kernel Version: Darwin 23.6.0
|
||||
- Image Version: 20250526.1288
|
||||
- Image Version: 20250421.1108
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.410, 9.0.102, 9.0.203, 9.0.300
|
||||
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.408, 9.0.102, 9.0.203
|
||||
- Bash 3.2.57(1)-release
|
||||
- Clang/LLVM 15.0.0
|
||||
- Clang/LLVM (Homebrew) 15.0.7 - available on `$(brew --prefix llvm@15)/bin/clang`
|
||||
- GCC 12 (Homebrew GCC 12.4.0) - available by `gcc-12` alias
|
||||
- GCC 13 (Homebrew GCC 13.3.0) - available by `gcc-13` alias
|
||||
- GCC 14 (Homebrew GCC 14.2.0) - available by `gcc-14` alias
|
||||
- GCC 14 (Homebrew GCC 14.2.0_1) - available by `gcc-14` alias
|
||||
- GNU Fortran 12 (Homebrew GCC 12.4.0) - available by `gfortran-12` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.3.0) - available by `gfortran-13` alias
|
||||
- GNU Fortran 14 (Homebrew GCC 14.2.0) - available by `gfortran-14` alias
|
||||
- GNU Fortran 14 (Homebrew GCC 14.2.0_1) - available by `gfortran-14` alias
|
||||
- Kotlin 2.1.10-release-473
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 20.19.2
|
||||
- Node.js 20.19.0
|
||||
- Perl 5.40.2
|
||||
- PHP 8.4.7
|
||||
- PHP 8.4.6
|
||||
- Python3 3.13.3
|
||||
- Ruby 3.3.8
|
||||
|
||||
### Package Management
|
||||
- Bundler 2.6.9
|
||||
- Bundler 2.6.8
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Composer 2.8.9
|
||||
- Homebrew 4.5.2
|
||||
- Composer 2.8.8
|
||||
- Homebrew 4.4.31
|
||||
- NPM 10.8.2
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 25.1.1 (python 3.13)
|
||||
- Pip3 25.0.1 (python 3.13)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.6.9
|
||||
- Vcpkg 2025 (build from commit 8f54ef5453)
|
||||
- RubyGems 3.6.8
|
||||
- Vcpkg 2025 (build from commit e0b65b8cca)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.15
|
||||
- Apache Maven 3.9.9
|
||||
- Gradle 8.14.1
|
||||
- Gradle 8.13
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.29.1
|
||||
- azcopy 10.28.1
|
||||
- bazel 8.2.1
|
||||
- bazelisk 1.26.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.13.0
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- GitHub CLI 2.73.0
|
||||
- GitHub CLI 2.70.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.25.0
|
||||
- gpg (GnuPG) 2.4.8
|
||||
- gpg (GnuPG) 2.4.7
|
||||
- jq 1.7.1
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.12.0
|
||||
- pkgconf 2.4.3
|
||||
- Unxip 3.1
|
||||
- yq 4.45.4
|
||||
- yq 4.45.1
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.12.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.27.22
|
||||
- AWS SAM CLI 1.139.0
|
||||
- AWS CLI 2.26.5
|
||||
- AWS SAM CLI 1.137.1
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.73.0
|
||||
- Azure CLI 2.71.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.35.1
|
||||
- Bicep CLI 0.34.44
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.21.3
|
||||
- Fastlane 2.227.2
|
||||
- SwiftFormat 0.56.1
|
||||
- CodeQL Action Bundle 2.21.0
|
||||
- Fastlane 2.227.1
|
||||
- SwiftFormat 0.55.5
|
||||
- Xcbeautify 2.28.0
|
||||
- Xcode Command Line Tools 16.2.0.0.1.1733547573
|
||||
- Xcodes 1.6.0
|
||||
@@ -90,14 +90,14 @@
|
||||
- SwiftLint 0.59.1
|
||||
|
||||
### Browsers
|
||||
- Safari 18.5 (19621.2.5.18.1)
|
||||
- SafariDriver 18.5 (19621.2.5.18.1)
|
||||
- Google Chrome 137.0.7151.41
|
||||
- Google Chrome for Testing 137.0.7151.40
|
||||
- ChromeDriver 137.0.7151.40
|
||||
- Microsoft Edge 136.0.3240.92
|
||||
- Microsoft Edge WebDriver 136.0.3240.92
|
||||
- Mozilla Firefox 138.0.4
|
||||
- Safari 18.4 (19621.1.15.111.1)
|
||||
- SafariDriver 18.4 (19621.1.15.111.1)
|
||||
- Google Chrome 135.0.7049.96
|
||||
- Google Chrome for Testing 135.0.7049.95
|
||||
- ChromeDriver 135.0.7049.95
|
||||
- Microsoft Edge 135.0.3179.85
|
||||
- Microsoft Edge WebDriver 135.0.3179.85
|
||||
- Mozilla Firefox 137.0.2
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.29.0
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
- 3.1.7
|
||||
- 3.2.8
|
||||
- 3.3.8
|
||||
- 3.4.4
|
||||
- 3.4.3
|
||||
|
||||
#### Python
|
||||
- 3.9.22
|
||||
@@ -133,26 +133,27 @@
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.2
|
||||
- 22.16.0
|
||||
- 20.19.0
|
||||
- 22.14.0
|
||||
|
||||
#### Go
|
||||
- 1.21.13
|
||||
- 1.22.12
|
||||
- 1.23.9
|
||||
- 1.24.3
|
||||
- 1.23.8
|
||||
- 1.24.2
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.87.0
|
||||
- Rust 1.87.0
|
||||
- Rustdoc 1.87.0
|
||||
- Rustup 1.28.2
|
||||
- Cargo 1.86.0
|
||||
- Rust 1.86.0
|
||||
- Rustdoc 1.86.0
|
||||
- Rustup 1.28.1
|
||||
|
||||
#### Packages
|
||||
- Clippy 0.1.87
|
||||
- Clippy 0.1.86
|
||||
- Rustfmt 1.8.0-stable
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.10
|
||||
- PowerShell 7.4.7
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 12.4.0
|
||||
@@ -237,7 +238,7 @@
|
||||
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| iOS 17.0 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air (5th generation)<br>iPad mini (6th generation)<br>iPad Pro (11-inch) (4th generation)<br>iPad Pro (12.9-inch) (6th generation) |
|
||||
| iOS 17.2 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air (5th generation)<br>iPad mini (6th generation)<br>iPad Pro (11-inch) (4th generation)<br>iPad Pro (12.9-inch) (6th generation) |
|
||||
| iOS 17.4 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (6th generation)<br>iPad Pro (12.9-inch) (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 17.4 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (6th generation)<br>iPad Pro (11-inch) (4th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 17.5 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.1 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.2 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
@@ -258,7 +259,7 @@
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 11.0 |
|
||||
| Android Emulator | 35.5.10 |
|
||||
| Android Emulator | 35.4.9 |
|
||||
| Android SDK Build-tools | 36.0.0<br>35.0.0 35.0.1<br>34.0.0<br>33.0.2 33.0.3 |
|
||||
| Android SDK Platforms | android-36 (rev 2)<br>android-35-ext15 (rev 1)<br>android-35-ext14 (rev 1)<br>android-35 (rev 2)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (rev 1)<br>android-34-ext11 (rev 1)<br>android-34-ext10 (rev 1)<br>android-34 (rev 3)<br>android-33-ext5 (rev 1)<br>android-33-ext4 (rev 1)<br>android-33 (rev 3) |
|
||||
| Android SDK Platform-Tools | 35.0.2 |
|
||||
@@ -284,7 +285,7 @@
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
| ----------------- | ----------------------------------------------------------------------------------------- |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v20/20.3.1-55959/ParallelsDesktop-20.3.1-55959.dmg |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v20/20.3.0-55895/ParallelsDesktop-20.3.0-55895.dmg |
|
||||
|
||||
##### Notes
|
||||
```
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[macOS] Go version 1.21.* will be removed from all macOS images on May 12, 2025.](https://github.com/actions/runner-images/issues/12032) |
|
||||
| [[macOS 14] Xcode Command Line Tool version will be downgraded to 15.3.0 on macOS14 images](https://github.com/actions/runner-images/issues/11969) |
|
||||
***
|
||||
# macOS 14
|
||||
- OS Version: macOS 14.7.5 (23H527)
|
||||
- Kernel Version: Darwin 23.6.0
|
||||
- Image Version: 20250505.1431
|
||||
- Image Version: 20250421.1374
|
||||
|
||||
## Installed Software
|
||||
|
||||
@@ -31,31 +32,31 @@
|
||||
- Bundler 2.6.8
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Homebrew 4.5.0
|
||||
- Homebrew 4.4.31
|
||||
- NPM 10.8.2
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 25.0.1 (python 3.13)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.6.8
|
||||
- Vcpkg 2025 (build from commit 41c447cc21)
|
||||
- Vcpkg 2025 (build from commit 0d5cae1530)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.15
|
||||
- Apache Maven 3.9.9
|
||||
- Gradle 8.14
|
||||
- Gradle 8.13
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.29.0
|
||||
- azcopy 10.28.1
|
||||
- bazel 8.2.1
|
||||
- bazelisk 1.26.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.7.1
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- GitHub CLI 2.72.0
|
||||
- GitHub CLI 2.70.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.25.0
|
||||
- gpg (GnuPG) 2.4.7
|
||||
@@ -64,21 +65,21 @@
|
||||
- Packer 1.12.0
|
||||
- pkgconf 2.4.3
|
||||
- Unxip 3.1
|
||||
- yq 4.45.2
|
||||
- yq 4.45.1
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.12.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.27.7
|
||||
- AWS SAM CLI 1.138.0
|
||||
- AWS CLI 2.26.5
|
||||
- AWS SAM CLI 1.137.1
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.71.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.34.44
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.21.2
|
||||
- CodeQL Action Bundle 2.21.0
|
||||
- Fastlane 2.227.1
|
||||
- SwiftFormat 0.55.6
|
||||
- SwiftFormat 0.55.5
|
||||
- Xcbeautify 2.28.0
|
||||
- Xcode Command Line Tools 16.2.0.0.1.1733547573
|
||||
- Xcodes 1.6.0
|
||||
@@ -88,9 +89,9 @@
|
||||
### Browsers
|
||||
- Safari 18.4 (19621.1.15.111.1)
|
||||
- SafariDriver 18.4 (19621.1.15.111.1)
|
||||
- Google Chrome 136.0.7103.49
|
||||
- Google Chrome for Testing 136.0.7103.49
|
||||
- ChromeDriver 136.0.7103.49
|
||||
- Google Chrome 135.0.7049.96
|
||||
- Google Chrome for Testing 135.0.7049.95
|
||||
- ChromeDriver 135.0.7049.95
|
||||
- Selenium server 4.29.0
|
||||
|
||||
#### Environment variables
|
||||
@@ -103,7 +104,7 @@
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
| -------------------- | -------------------- |
|
||||
| 11.0.27+6 | JAVA_HOME_11_arm64 |
|
||||
| 11.0.26+4 | JAVA_HOME_11_arm64 |
|
||||
| 17.0.15+6 | JAVA_HOME_17_arm64 |
|
||||
| 21.0.7+6.0 (default) | JAVA_HOME_21_arm64 |
|
||||
|
||||
@@ -122,8 +123,8 @@
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.1
|
||||
- 22.15.0
|
||||
- 20.19.0
|
||||
- 22.14.0
|
||||
|
||||
#### Go
|
||||
- 1.21.13
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[macOS] Go version 1.21.* will be removed from all macOS images on May 12, 2025.](https://github.com/actions/runner-images/issues/12032) |
|
||||
| [[macOS 14] Xcode Command Line Tool version will be downgraded to 15.3.0 on macOS14 images](https://github.com/actions/runner-images/issues/11969) |
|
||||
***
|
||||
# macOS 15
|
||||
- OS Version: macOS 15.4.1 (24E263)
|
||||
- Kernel Version: Darwin 24.4.0
|
||||
- Image Version: 20250506.1260
|
||||
- Image Version: 20250421.1179
|
||||
|
||||
## Installed Software
|
||||
|
||||
@@ -21,7 +22,7 @@
|
||||
- GNU Fortran 13 (Homebrew GCC 13.3.0) - available by `gfortran-13` alias
|
||||
- GNU Fortran 14 (Homebrew GCC 14.2.0_1) - available by `gfortran-14` alias
|
||||
- Kotlin 2.1.10-release-473
|
||||
- Node.js 22.15.0
|
||||
- Node.js 22.14.0
|
||||
- Perl 5.40.2
|
||||
- PHP 8.4.6
|
||||
- Python3 3.13.3
|
||||
@@ -32,30 +33,30 @@
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Composer 2.8.8
|
||||
- Homebrew 4.5.0
|
||||
- Homebrew 4.4.31
|
||||
- NPM 10.9.2
|
||||
- Pip3 25.1.1 (python 3.13)
|
||||
- Pip3 25.0.1 (python 3.13)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.6.8
|
||||
- Vcpkg 2025 (build from commit d8ad13c401)
|
||||
- Vcpkg 2025 (build from commit 0d5cae1530)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.15
|
||||
- Apache Maven 3.9.9
|
||||
- Gradle 8.14
|
||||
- Gradle 8.13
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.29.0
|
||||
- azcopy 10.28.1
|
||||
- bazel 8.2.1
|
||||
- bazelisk 1.26.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.13.0
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- GitHub CLI 2.72.0
|
||||
- GitHub CLI 2.70.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.25.0
|
||||
- gpg (GnuPG) 2.4.7
|
||||
@@ -64,21 +65,21 @@
|
||||
- Packer 1.12.0
|
||||
- pkgconf 2.4.3
|
||||
- Unxip 3.1
|
||||
- yq 4.45.2
|
||||
- yq 4.45.1
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.12.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.27.8
|
||||
- AWS SAM CLI 1.138.0
|
||||
- AWS CLI 2.26.5
|
||||
- AWS SAM CLI 1.137.1
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.71.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.35.1
|
||||
- Bicep CLI 0.34.44
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.21.2
|
||||
- Fastlane 2.227.2
|
||||
- SwiftFormat 0.55.6
|
||||
- CodeQL Action Bundle 2.21.0
|
||||
- Fastlane 2.227.1
|
||||
- SwiftFormat 0.55.5
|
||||
- Xcbeautify 2.28.0
|
||||
- Xcode Command Line Tools 16.3.0.0.1.1742442376
|
||||
- Xcodes 1.6.0
|
||||
@@ -89,12 +90,12 @@
|
||||
### Browsers
|
||||
- Safari 18.4 (20621.1.15.11.10)
|
||||
- SafariDriver 18.4 (20621.1.15.11.10)
|
||||
- Google Chrome 136.0.7103.49
|
||||
- Google Chrome for Testing 136.0.7103.49
|
||||
- ChromeDriver 136.0.7103.49
|
||||
- Microsoft Edge 136.0.3240.50
|
||||
- Microsoft Edge WebDriver 136.0.3240.50
|
||||
- Mozilla Firefox 138.0.1
|
||||
- Google Chrome 135.0.7049.96
|
||||
- Google Chrome for Testing 135.0.7049.95
|
||||
- ChromeDriver 135.0.7049.95
|
||||
- Microsoft Edge 135.0.3179.85
|
||||
- Microsoft Edge WebDriver 135.0.3179.85
|
||||
- Mozilla Firefox 137.0.2
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.29.0
|
||||
|
||||
@@ -129,8 +130,8 @@
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.1
|
||||
- 22.15.0
|
||||
- 20.19.0
|
||||
- 22.14.0
|
||||
|
||||
#### Go
|
||||
- 1.21.13
|
||||
@@ -142,7 +143,7 @@
|
||||
- Cargo 1.86.0
|
||||
- Rust 1.86.0
|
||||
- Rustdoc 1.86.0
|
||||
- Rustup 1.28.2
|
||||
- Rustup 1.28.1
|
||||
|
||||
#### Packages
|
||||
- Clippy 0.1.86
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[macOS] Go version 1.21.* will be removed from all macOS images on May 12, 2025.](https://github.com/actions/runner-images/issues/12032) |
|
||||
| [[macOS 14] Xcode Command Line Tool version will be downgraded to 15.3.0 on macOS14 images](https://github.com/actions/runner-images/issues/11969) |
|
||||
***
|
||||
# macOS 15
|
||||
- OS Version: macOS 15.4.1 (24E263)
|
||||
- Kernel Version: Darwin 24.4.0
|
||||
- Image Version: 20250506.1412
|
||||
- Image Version: 20250421.1300
|
||||
|
||||
## Installed Software
|
||||
|
||||
@@ -21,7 +22,7 @@
|
||||
- GNU Fortran 13 (Homebrew GCC 13.3.0) - available by `gfortran-13` alias
|
||||
- GNU Fortran 14 (Homebrew GCC 14.2.0_1) - available by `gfortran-14` alias
|
||||
- Kotlin 2.1.10-release-473
|
||||
- Node.js 22.15.0
|
||||
- Node.js 22.14.0
|
||||
- Perl 5.40.2
|
||||
- Python3 3.13.3
|
||||
- Ruby 3.3.8
|
||||
@@ -30,30 +31,30 @@
|
||||
- Bundler 2.6.8
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Homebrew 4.5.0
|
||||
- Homebrew 4.4.31
|
||||
- NPM 10.9.2
|
||||
- Pip3 25.0.1 (python 3.13)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.6.8
|
||||
- Vcpkg 2025 (build from commit d8ad13c401)
|
||||
- Vcpkg 2025 (build from commit 0d5cae1530)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.15
|
||||
- Apache Maven 3.9.9
|
||||
- Gradle 8.14
|
||||
- Gradle 8.13
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.29.0
|
||||
- azcopy 10.28.1
|
||||
- bazel 8.2.1
|
||||
- bazelisk 1.26.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.7.1
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- GitHub CLI 2.72.0
|
||||
- GitHub CLI 2.70.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.25.0
|
||||
- gpg (GnuPG) 2.4.7
|
||||
@@ -62,21 +63,21 @@
|
||||
- Packer 1.12.0
|
||||
- pkgconf 2.4.3
|
||||
- Unxip 3.1
|
||||
- yq 4.45.2
|
||||
- yq 4.45.1
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.12.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.27.8
|
||||
- AWS SAM CLI 1.138.0
|
||||
- AWS CLI 2.26.5
|
||||
- AWS SAM CLI 1.137.1
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.71.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.35.1
|
||||
- Bicep CLI 0.34.44
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.21.2
|
||||
- Fastlane 2.227.2
|
||||
- SwiftFormat 0.55.6
|
||||
- CodeQL Action Bundle 2.21.0
|
||||
- Fastlane 2.227.1
|
||||
- SwiftFormat 0.55.5
|
||||
- Xcbeautify 2.28.0
|
||||
- Xcode Command Line Tools 16.3.0.0.1.1742442376
|
||||
- Xcodes 1.6.0
|
||||
@@ -86,9 +87,9 @@
|
||||
### Browsers
|
||||
- Safari 18.4 (20621.1.15.11.10)
|
||||
- SafariDriver 18.4 (20621.1.15.11.10)
|
||||
- Google Chrome 136.0.7103.49
|
||||
- Google Chrome for Testing 136.0.7103.49
|
||||
- ChromeDriver 136.0.7103.49
|
||||
- Google Chrome 135.0.7049.96
|
||||
- Google Chrome for Testing 135.0.7049.95
|
||||
- ChromeDriver 135.0.7049.95
|
||||
- Selenium server 4.29.0
|
||||
|
||||
#### Environment variables
|
||||
@@ -101,7 +102,7 @@
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
| -------------------- | -------------------- |
|
||||
| 11.0.27+6 | JAVA_HOME_11_arm64 |
|
||||
| 11.0.26+4 | JAVA_HOME_11_arm64 |
|
||||
| 17.0.15+6 | JAVA_HOME_17_arm64 |
|
||||
| 21.0.7+6.0 (default) | JAVA_HOME_21_arm64 |
|
||||
|
||||
@@ -120,8 +121,8 @@
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.1
|
||||
- 22.15.0
|
||||
- 20.19.0
|
||||
- 22.14.0
|
||||
|
||||
#### Go
|
||||
- 1.21.13
|
||||
@@ -133,7 +134,7 @@
|
||||
- Cargo 1.86.0
|
||||
- Rust 1.86.0
|
||||
- Rustdoc 1.86.0
|
||||
- Rustup 1.28.2
|
||||
- Rustup 1.28.1
|
||||
|
||||
#### Packages
|
||||
- Clippy 0.1.86
|
||||
|
||||
@@ -6,25 +6,9 @@
|
||||
|
||||
source ~/utils/utils.sh
|
||||
|
||||
# Retrieve the latest major version of the CodeQL Action to use in the base URL for downloading the bundle.
|
||||
[ -n "$API_PAT" ] && authString=(-H "Authorization: token ${API_PAT}")
|
||||
releases=$(curl "${authString[@]}" -s "https://api.github.com/repos/github/codeql-action/releases")
|
||||
|
||||
# Get the release tags starting with v[0-9] and sort them in descending order, then parse the first one to get the major version.
|
||||
codeql_action_latest_major_version=$(echo "$releases" |
|
||||
jq -r '.[].tag_name' |
|
||||
grep -E '^v[0-9]' |
|
||||
sort -nr |
|
||||
head -n 1 |
|
||||
sed -E 's/^v([0-9]+).*/\1/')
|
||||
if [ -z "$codeql_action_latest_major_version" ]; then
|
||||
echo "Error: Unable to find the latest major version of the CodeQL Action."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Retrieve the CLI version of the latest CodeQL bundle.
|
||||
defaults_json_path=$(download_with_retry "https://raw.githubusercontent.com/github/codeql-action/v$codeql_action_latest_major_version/src/defaults.json")
|
||||
bundle_version=$(jq -r '.cliVersion' "$defaults_json_path")
|
||||
defaults_json_path=$(download_with_retry https://raw.githubusercontent.com/github/codeql-action/v3/src/defaults.json)
|
||||
bundle_version=$(jq -r '.cliVersion' $defaults_json_path)
|
||||
bundle_tag_name="codeql-bundle-v$bundle_version"
|
||||
|
||||
echo "Downloading CodeQL bundle $bundle_version..."
|
||||
@@ -33,16 +17,16 @@ echo "Downloading CodeQL bundle $bundle_version..."
|
||||
archive_path=$(download_with_retry "https://github.com/github/codeql-action/releases/download/$bundle_tag_name/codeql-bundle.tar.gz")
|
||||
|
||||
codeql_toolcache_path=$AGENT_TOOLSDIRECTORY/CodeQL/$bundle_version/x64
|
||||
mkdir -p "$codeql_toolcache_path"
|
||||
mkdir -p $codeql_toolcache_path
|
||||
|
||||
echo "Unpacking the downloaded CodeQL bundle archive..."
|
||||
tar -xzf "$archive_path" -C "$codeql_toolcache_path"
|
||||
tar -xzf $archive_path -C $codeql_toolcache_path
|
||||
|
||||
# Touch a file to indicate to the CodeQL Action that this bundle shipped with the toolcache. This is
|
||||
# to support overriding the CodeQL version specified in defaults.json on GitHub Enterprise.
|
||||
touch "$codeql_toolcache_path/pinned-version"
|
||||
touch $codeql_toolcache_path/pinned-version
|
||||
|
||||
# Touch a file to indicate to the toolcache that setting up CodeQL is complete.
|
||||
touch "$codeql_toolcache_path.complete"
|
||||
touch $codeql_toolcache_path.complete
|
||||
|
||||
invoke_tests "Common" "CodeQL Bundle"
|
||||
|
||||
@@ -53,7 +53,7 @@ Describe "Edge" -Skip:($os.IsVenturaArm64 -or $os.IsSonomaArm64 -or $os.IsSequoi
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Firefox" {
|
||||
Describe "Firefox" -Skip:($os.IsVenturaArm64 -or $os.IsSonomaArm64 -or $os.IsSequoiaArm64) {
|
||||
It "Firefox" {
|
||||
$firefoxLocation = "/Applications/Firefox.app/Contents/MacOS/firefox"
|
||||
$firefoxLocation | Should -Exist
|
||||
|
||||
@@ -247,7 +247,6 @@ build {
|
||||
"${path.root}/../scripts/build/install-android-sdk.sh",
|
||||
"${path.root}/../scripts/build/install-safari.sh",
|
||||
"${path.root}/../scripts/build/install-chrome.sh",
|
||||
"${path.root}/../scripts/build/install-firefox.sh",
|
||||
"${path.root}/../scripts/build/install-bicep.sh",
|
||||
"${path.root}/../scripts/build/install-codeql-bundle.sh"
|
||||
]
|
||||
|
||||
@@ -247,7 +247,6 @@ build {
|
||||
"${path.root}/../scripts/build/install-vcpkg.sh",
|
||||
"${path.root}/../scripts/build/install-safari.sh",
|
||||
"${path.root}/../scripts/build/install-chrome.sh",
|
||||
"${path.root}/../scripts/build/install-firefox.sh",
|
||||
"${path.root}/../scripts/build/install-bicep.sh",
|
||||
"${path.root}/../scripts/build/install-codeql-bundle.sh"
|
||||
]
|
||||
|
||||
@@ -246,7 +246,6 @@ build {
|
||||
"${path.root}/../scripts/build/install-vcpkg.sh",
|
||||
"${path.root}/../scripts/build/install-safari.sh",
|
||||
"${path.root}/../scripts/build/install-chrome.sh",
|
||||
"${path.root}/../scripts/build/install-firefox.sh",
|
||||
"${path.root}/../scripts/build/install-bicep.sh",
|
||||
"${path.root}/../scripts/build/install-codeql-bundle.sh"
|
||||
]
|
||||
|
||||
@@ -191,6 +191,7 @@
|
||||
"x64": {
|
||||
"variable_template" : "GOROOT_{0}_{1}_X64",
|
||||
"versions": [
|
||||
"1.21.*",
|
||||
"1.22.*",
|
||||
"1.23.*",
|
||||
"1.24.*"
|
||||
@@ -199,6 +200,7 @@
|
||||
"arm64": {
|
||||
"variable_template" : "GOROOT_{0}_{1}_ARM64",
|
||||
"versions": [
|
||||
"1.21.*",
|
||||
"1.22.*",
|
||||
"1.23.*",
|
||||
"1.24.*"
|
||||
|
||||
@@ -260,6 +260,7 @@
|
||||
"x64": {
|
||||
"variable_template" : "GOROOT_{0}_{1}_X64",
|
||||
"versions": [
|
||||
"1.21.*",
|
||||
"1.22.*",
|
||||
"1.23.*",
|
||||
"1.24.*"
|
||||
@@ -268,6 +269,7 @@
|
||||
"arm64": {
|
||||
"variable_template" : "GOROOT_{0}_{1}_ARM64",
|
||||
"versions": [
|
||||
"1.21.*",
|
||||
"1.22.*",
|
||||
"1.23.*",
|
||||
"1.24.*"
|
||||
|
||||
@@ -235,6 +235,7 @@
|
||||
"x64": {
|
||||
"variable_template" : "GOROOT_{0}_{1}_X64",
|
||||
"versions": [
|
||||
"1.21.*",
|
||||
"1.22.*",
|
||||
"1.23.*",
|
||||
"1.24.*"
|
||||
@@ -243,6 +244,7 @@
|
||||
"arm64": {
|
||||
"variable_template" : "GOROOT_{0}_{1}_ARM64",
|
||||
"versions": [
|
||||
"1.21.*",
|
||||
"1.22.*",
|
||||
"1.23.*",
|
||||
"1.24.*"
|
||||
|
||||
@@ -0,0 +1,400 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Ubuntu-24] Clang version 19 will be added, and the default Clang will be set to 19 from 2025-05-09.](https://github.com/actions/runner-images/issues/11895) |
|
||||
| [[Ubuntu] Breaking change : Docker Engine Version 26.* will be updated to Docker Engine Version 28* from 2025-05-09](https://github.com/actions/runner-images/issues/11766) |
|
||||
***
|
||||
# Ubuntu 20.04
|
||||
- OS Version: 20.04.6 LTS
|
||||
- Kernel Version: 5.15.0-1086-azure
|
||||
- Image Version: 20250406.1.0
|
||||
- Systemd version: 245.4-4ubuntu3.24
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- Bash 5.0.17(1)-release
|
||||
- Clang: 10.0.0, 11.0.0, 12.0.0
|
||||
- Clang-format: 10.0.0, 11.0.0, 12.0.0
|
||||
- Clang-tidy: 10.0.0, 11.0.0, 12.0.0
|
||||
- Dash 0.5.10.2-6
|
||||
- Erlang 25.3.2 (Eshell 13.2.2)
|
||||
- Erlang rebar3 3.24.0
|
||||
- GNU C++: 10.5.0
|
||||
- GNU Fortran: 10.5.0
|
||||
- Julia 1.11.4
|
||||
- Kotlin 2.1.10-release-473
|
||||
- Mono 6.12.0.200
|
||||
- MSBuild 16.10.1.31701 (Mono 6.12.0.200)
|
||||
- Node.js 18.20.8
|
||||
- Perl 5.30.0
|
||||
- Python 3.8.10
|
||||
- Ruby 2.7.0p0
|
||||
- Swift 6.1
|
||||
|
||||
### Package Management
|
||||
- cpan 1.64
|
||||
- Helm 3.17.2
|
||||
- Homebrew 4.4.27
|
||||
- Miniconda 25.1.1
|
||||
- Npm 10.8.2
|
||||
- NuGet 6.6.1.2
|
||||
- Pip 20.0.2
|
||||
- Pip3 20.0.2
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.1.2
|
||||
- Vcpkg (build from commit 856505bb76)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
| ----------------------- | ---------------------- |
|
||||
| CONDA | /usr/share/miniconda |
|
||||
| VCPKG_INSTALLATION_ROOT | /usr/local/share/vcpkg |
|
||||
|
||||
#### Homebrew note
|
||||
```
|
||||
Location: /home/linuxbrew
|
||||
Note: Homebrew is pre-installed on image but not added to PATH.
|
||||
run the eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" command
|
||||
to accomplish this.
|
||||
```
|
||||
|
||||
### Project Management
|
||||
- Ant 1.10.7
|
||||
- Gradle 8.13
|
||||
- Lerna 8.2.1
|
||||
- Maven 3.9.9
|
||||
- Sbt 1.10.11
|
||||
|
||||
### Tools
|
||||
- Ansible 2.13.13
|
||||
- apt-fast 1.10.0
|
||||
- AzCopy 10.28.1 - available by `azcopy` and `azcopy10` aliases
|
||||
- Bazel 8.1.1
|
||||
- Bazelisk 1.25.0
|
||||
- Bicep 0.34.44
|
||||
- Buildah 1.22.3
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.20.7
|
||||
- Docker Amazon ECR Credential Helper 0.9.1
|
||||
- Docker Compose v2 2.27.1
|
||||
- Docker-Buildx 0.22.0
|
||||
- Docker Client 26.1.3
|
||||
- Docker Server 26.1.3
|
||||
- Fastlane 2.227.0
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- Git-ftp 1.6.0
|
||||
- Haveged 1.9.1
|
||||
- Heroku 10.4.1
|
||||
- HHVM (HipHop VM) 4.172.1
|
||||
- jq 1.6
|
||||
- Kind 0.27.0
|
||||
- Kubectl 1.32.3
|
||||
- Kustomize 5.6.0
|
||||
- Leiningen 2.11.2
|
||||
- MediaInfo 19.09
|
||||
- Mercurial 5.3.1
|
||||
- Minikube 1.34.0
|
||||
- n 10.1.0
|
||||
- Newman 6.2.1
|
||||
- nvm 0.40.2
|
||||
- OpenSSL 1.1.1f-1ubuntu2.24
|
||||
- Packer 1.12.0
|
||||
- Parcel 2.14.4
|
||||
- PhantomJS 2.1.1 2.1.1
|
||||
- Podman 3.4.2
|
||||
- Pulumi 3.160.0
|
||||
- R 4.4.3
|
||||
- Skopeo 1.5.0
|
||||
- Sphinx Open Source Search Server 2.2.11
|
||||
- SVN 1.13.0
|
||||
- Terraform 1.11.3
|
||||
- yamllint 1.35.1
|
||||
- yq 4.45.1
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.12.1
|
||||
|
||||
### CLI Tools
|
||||
- Alibaba Cloud CLI 3.0.174
|
||||
- AWS CLI 2.25.11
|
||||
- AWS CLI Session Manager Plugin 1.2.707.0
|
||||
- AWS SAM CLI 1.136.0
|
||||
- Azure CLI 2.71.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- GitHub CLI 2.69.0
|
||||
- Google Cloud CLI 517.0.0
|
||||
- Netlify CLI 19.1.5
|
||||
- OpenShift CLI 4.15.19
|
||||
- ORAS CLI 1.2.2
|
||||
- Vercel CLI 41.4.1
|
||||
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
| ------------------- | -------------------- |
|
||||
| 8.0.442+6 | JAVA_HOME_8_X64 |
|
||||
| 11.0.26+4 (default) | JAVA_HOME_11_X64 |
|
||||
| 17.0.14+7 | JAVA_HOME_17_X64 |
|
||||
| 21.0.6+7 | JAVA_HOME_21_X64 |
|
||||
|
||||
### PHP Tools
|
||||
- PHP: 7.4.33, 8.0.30, 8.1.32, 8.2.28, 8.3.19
|
||||
- Composer 2.8.8
|
||||
- PHPUnit 8.5.41
|
||||
```
|
||||
Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
```
|
||||
|
||||
### Haskell Tools
|
||||
- Cabal 3.14.1.1
|
||||
- GHC 9.12.2
|
||||
- GHCup 0.1.50.1
|
||||
- Stack 3.5.1
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.86.0
|
||||
- Rust 1.86.0
|
||||
- Rustdoc 1.86.0
|
||||
- Rustup 1.28.1
|
||||
|
||||
#### Packages
|
||||
- Bindgen 0.71.1
|
||||
- Cargo audit 0.21.2
|
||||
- Cargo clippy 0.1.86
|
||||
- Cargo outdated 0.17.0
|
||||
- Cbindgen 0.28.0
|
||||
- Rustfmt 1.8.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 135.0.7049.52
|
||||
- ChromeDriver 135.0.7049.42
|
||||
- Chromium 135.0.7049.0
|
||||
- Microsoft Edge 135.0.3179.54
|
||||
- Microsoft Edge WebDriver 135.0.3179.54
|
||||
- Selenium server 4.31.0
|
||||
- Mozilla Firefox 136.0.4
|
||||
- Geckodriver 0.36.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
| ----------------- | ------------------------------------- |
|
||||
| CHROMEWEBDRIVER | /usr/local/share/chromedriver-linux64 |
|
||||
| EDGEWEBDRIVER | /usr/local/share/edge_driver |
|
||||
| GECKOWEBDRIVER | /usr/local/share/gecko_driver |
|
||||
| SELENIUM_JAR_PATH | /usr/share/java/selenium-server.jar |
|
||||
|
||||
### .NET Tools
|
||||
- .NET Core SDK: 6.0.428, 8.0.407, 9.0.202
|
||||
- nbgv 3.7.115+d31f50f4d1
|
||||
|
||||
### Databases
|
||||
- MongoDB 5.0.31
|
||||
- sqlite3 3.31.1
|
||||
|
||||
#### PostgreSQL
|
||||
- PostgreSQL 14.17
|
||||
```
|
||||
User: postgres
|
||||
PostgreSQL service is disabled by default.
|
||||
Use the following command as a part of your job to start the service: 'sudo systemctl start postgresql.service'
|
||||
```
|
||||
|
||||
#### MySQL
|
||||
- MySQL 8.0.41-0ubuntu0.20.04.1
|
||||
```
|
||||
User: root
|
||||
Password: root
|
||||
MySQL service is disabled by default.
|
||||
Use the following command as a part of your job to start the service: 'sudo systemctl start mysql.service'
|
||||
```
|
||||
|
||||
#### MS SQL
|
||||
- sqlcmd 17.10.0001.1
|
||||
- SqlPackage 162.5.57.1
|
||||
|
||||
### Cached Tools
|
||||
|
||||
#### Go
|
||||
- 1.21.13
|
||||
- 1.22.12
|
||||
- 1.23.8
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.0
|
||||
- 22.14.0
|
||||
|
||||
#### Python
|
||||
- 3.8.18
|
||||
- 3.9.21
|
||||
- 3.10.16
|
||||
- 3.11.11
|
||||
- 3.12.9
|
||||
- 3.13.2
|
||||
|
||||
#### PyPy
|
||||
- 2.7.18 [PyPy 7.3.19]
|
||||
- 3.6.12 [PyPy 7.3.3]
|
||||
- 3.7.13 [PyPy 7.3.9]
|
||||
- 3.8.16 [PyPy 7.3.11]
|
||||
- 3.9.19 [PyPy 7.3.16]
|
||||
- 3.10.16 [PyPy 7.3.19]
|
||||
|
||||
#### Ruby
|
||||
- 3.0.7
|
||||
- 3.1.7
|
||||
- 3.2.8
|
||||
- 3.3.7
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.7
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 12.1.0
|
||||
- MarkdownPS: 1.10
|
||||
- Microsoft.Graph: 2.26.1
|
||||
- Pester: 5.7.1
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
|
||||
### Web Servers
|
||||
| Name | Version | ConfigFile | ServiceStatus | ListenPort |
|
||||
| --------- | ------- | ------------------------- | ------------- | ---------- |
|
||||
| apache2 | 2.4.41 | /etc/apache2/apache2.conf | inactive | 80 |
|
||||
| mono-xsp4 | 4.7.1 | /etc/default/mono-xsp4 | active | 8084 |
|
||||
| nginx | 1.18.0 | /etc/nginx/nginx.conf | inactive | 80 |
|
||||
|
||||
### Android
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 9.0 |
|
||||
| Android SDK Build-tools | 36.0.0<br>35.0.0 35.0.1<br>34.0.0<br>33.0.0 33.0.1 33.0.2 33.0.3<br>32.0.0<br>31.0.0 |
|
||||
| Android SDK Platform-Tools | 35.0.2 |
|
||||
| Android SDK Platforms | android-36 (rev 1)<br>android-35-ext15 (rev 1)<br>android-35-ext14 (rev 1)<br>android-35 (rev 2)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (rev 1)<br>android-34-ext11 (rev 1)<br>android-34-ext10 (rev 1)<br>android-34 (rev 3)<br>android-33-ext5 (rev 1)<br>android-33-ext4 (rev 1)<br>android-33 (rev 3)<br>android-32 (rev 1)<br>android-31 (rev 1) |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| CMake | 3.18.1<br>3.22.1<br>3.31.5 |
|
||||
| Google Play services | 49 |
|
||||
| Google Repository | 58 |
|
||||
| NDK | 26.3.11579264<br>27.2.12479018 (default) |
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
| ----------------------- | -------------------------------------------- |
|
||||
| ANDROID_HOME | /usr/local/lib/android/sdk |
|
||||
| ANDROID_NDK | /usr/local/lib/android/sdk/ndk/27.2.12479018 |
|
||||
| ANDROID_NDK_HOME | /usr/local/lib/android/sdk/ndk/27.2.12479018 |
|
||||
| ANDROID_NDK_LATEST_HOME | /usr/local/lib/android/sdk/ndk/27.2.12479018 |
|
||||
| ANDROID_NDK_ROOT | /usr/local/lib/android/sdk/ndk/27.2.12479018 |
|
||||
| ANDROID_SDK_ROOT | /usr/local/lib/android/sdk |
|
||||
|
||||
### Cached Docker images
|
||||
| Repository:Tag | Digest | Created |
|
||||
| -------------------- | ------------------------------------------------------------------------ | ---------- |
|
||||
| alpine:3.16 | sha256:452e7292acee0ee16c332324d7de05fa2c99f9994ecc9f0779c602916a672ae4 | 2024-01-27 |
|
||||
| alpine:3.17 | sha256:8fc3dacfb6d69da8d44e42390de777e48577085db99aa4e4af35f483eb08b989 | 2024-09-06 |
|
||||
| alpine:3.18 | sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f | 2025-02-14 |
|
||||
| alpine:3.19 | sha256:e5d0aea7f7d2954678a9a6269ca2d06e06591881161961ea59e974dff3f12377 | 2025-02-14 |
|
||||
| debian:10 | sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225 | 2024-06-13 |
|
||||
| debian:11 | sha256:5c028c19adaab78491711830600749729a8276b9839416716d5d7339ec3d7216 | 2025-03-17 |
|
||||
| debian:9 | sha256:c5c5200ff1e9c73ffbf188b4a67eb1c91531b644856b4aefe86a58d2f0cb05be | 2022-06-23 |
|
||||
| moby/buildkit:latest | sha256:c457984bd29f04d6acc90c8d9e717afe3922ae14665f3187e0096976fe37b1c8 | 2025-03-24 |
|
||||
| node:18 | sha256:3c56248510700ddb4861bd478ea2ced828793fd5388a21adc5270cdbbf7b7919 | 2025-03-27 |
|
||||
| node:18-alpine | sha256:8d6421d663b4c28fd3ebc498332f249011d118945588d0a35cb9bc4b8ca09d9e | 2025-03-27 |
|
||||
| node:20 | sha256:735b1ba7e4550c415f98568efbf527e3f75828ac4f10692e490ca78e11d89f6e | 2025-03-13 |
|
||||
| node:20-alpine | sha256:8bda036ddd59ea51a23bc1a1035d3b5c614e72c01366d989f4120e8adca196d4 | 2025-03-13 |
|
||||
| node:22 | sha256:c7fd844945a76eeaa83cb372e4d289b4a30b478a1c80e16c685b62c54156285b | 2025-02-13 |
|
||||
| node:22-alpine | sha256:9bef0ef1e268f60627da9ba7d7605e8831d5b56ad07487d24d1aa386336d1944 | 2025-02-13 |
|
||||
| ubuntu:20.04 | sha256:8e5c4f0285ecbb4ead070431d29b576a530d3166df73ec44affc1cd27555141b | 2024-10-11 |
|
||||
|
||||
### Installed apt packages
|
||||
| Name | Version |
|
||||
| ---------------------- | --------------------------------- |
|
||||
| acl | 2.2.53-6 |
|
||||
| aria2 | 1.35.0-1build1 |
|
||||
| autoconf | 2.69-11.1 |
|
||||
| automake | 1:1.16.1-4ubuntu6 |
|
||||
| binutils | 2.34-6ubuntu1.10 |
|
||||
| bison | 2:3.5.1+dfsg-1 |
|
||||
| brotli | 1.0.7-6ubuntu0.1 |
|
||||
| bzip2 | 1.0.8-2 |
|
||||
| coreutils | 8.30-3ubuntu2 |
|
||||
| curl | 7.68.0-1ubuntu2.25 |
|
||||
| dbus | 1.12.16-2ubuntu2.3 |
|
||||
| dnsutils | 1:9.18.30-0ubuntu0.20.04.2 |
|
||||
| dpkg | 1.19.7ubuntu3.2 |
|
||||
| dpkg-dev | 1.19.7ubuntu3.2 |
|
||||
| fakeroot | 1.24-1 |
|
||||
| file | 1:5.38-4 |
|
||||
| findutils | 4.7.0-1ubuntu1 |
|
||||
| flex | 2.6.4-6.2 |
|
||||
| fonts-noto-color-emoji | 0\~20200916-1\~ubuntu20.04.1 |
|
||||
| ftp | 0.17-34.1 |
|
||||
| g++ | 4:9.3.0-1ubuntu2 |
|
||||
| gcc | 4:9.3.0-1ubuntu2 |
|
||||
| gnupg2 | 2.2.19-3ubuntu2.4 |
|
||||
| haveged | 1.9.1-6ubuntu1 |
|
||||
| imagemagick | 8:6.9.10.23+dfsg-2.1ubuntu11.10 |
|
||||
| iproute2 | 5.5.0-1ubuntu1 |
|
||||
| iputils-ping | 3:20190709-3ubuntu1 |
|
||||
| jq | 1.6-1ubuntu0.20.04.1 |
|
||||
| lib32z1 | 1:1.2.11.dfsg-2ubuntu1.5 |
|
||||
| libc++-dev | 1:10.0-50\~exp1 |
|
||||
| libc++abi-dev | 1:10.0-50\~exp1 |
|
||||
| libc6-dev | 2.31-0ubuntu9.17 |
|
||||
| libcurl4 | 7.68.0-1ubuntu2.25 |
|
||||
| libgbm-dev | 21.2.6-0ubuntu0.1\~20.04.2 |
|
||||
| libgconf-2-4 | 3.2.6-6ubuntu1 |
|
||||
| libgsl-dev | 2.5+dfsg-6+deb10u1build0.20.04.1 |
|
||||
| libgtk-3-0 | 3.24.20-0ubuntu1.2 |
|
||||
| libmagic-dev | 1:5.38-4 |
|
||||
| libmagickcore-dev | 8:6.9.10.23+dfsg-2.1ubuntu11.10 |
|
||||
| libmagickwand-dev | 8:6.9.10.23+dfsg-2.1ubuntu11.10 |
|
||||
| libsecret-1-dev | 0.20.4-0ubuntu1 |
|
||||
| libsqlite3-dev | 3.31.1-4ubuntu0.6 |
|
||||
| libtool | 2.4.6-14 |
|
||||
| libunwind8 | 1.2.1-9ubuntu0.1 |
|
||||
| libxkbfile-dev | 1:1.1.0-1 |
|
||||
| libxss1 | 1:1.2.3-1 |
|
||||
| libyaml-dev | 0.2.2-1 |
|
||||
| locales | 2.31-0ubuntu9.17 |
|
||||
| m4 | 1.4.18-4 |
|
||||
| make | 4.2.1-1.2 |
|
||||
| mediainfo | 19.09-1build1 |
|
||||
| mercurial | 5.3.1-1ubuntu1 |
|
||||
| net-tools | 1.60+git20180626.aebd88e-1ubuntu1 |
|
||||
| netcat | 1.206-1ubuntu1 |
|
||||
| openssh-client | 1:8.2p1-4ubuntu0.12 |
|
||||
| p7zip-full | 16.02+dfsg-7build1 |
|
||||
| p7zip-rar | 16.02-3build1 |
|
||||
| parallel | 20161222-1.1 |
|
||||
| pass | 1.7.3-2 |
|
||||
| patchelf | 0.10-2build1 |
|
||||
| pigz | 2.4-1 |
|
||||
| pkg-config | 0.29.1-0ubuntu4 |
|
||||
| pollinate | 4.33-3ubuntu1.20.04.2 |
|
||||
| python-is-python3 | 3.8.2-4 |
|
||||
| rpm | 4.14.2.1+dfsg1-1build2 |
|
||||
| rsync | 3.1.3-8ubuntu0.9 |
|
||||
| shellcheck | 0.7.0-2build2 |
|
||||
| sphinxsearch | 2.2.11-2ubuntu2 |
|
||||
| sqlite3 | 3.31.1-4ubuntu0.6 |
|
||||
| ssh | 1:8.2p1-4ubuntu0.12 |
|
||||
| sshpass | 1.06-1 |
|
||||
| subversion | 1.13.0-3ubuntu0.2 |
|
||||
| sudo | 1.8.31-1ubuntu1.5 |
|
||||
| swig | 4.0.1-5build1 |
|
||||
| systemd-coredump | 245.4-4ubuntu3.24 |
|
||||
| tar | 1.30+dfsg-7ubuntu0.20.04.4 |
|
||||
| telnet | 0.17-41.2build1 |
|
||||
| texinfo | 6.7.0.dfsg.2-5 |
|
||||
| time | 1.7-25.1build1 |
|
||||
| tk | 8.6.9+1 |
|
||||
| tzdata | 2025b-0ubuntu0.20.04 |
|
||||
| unzip | 6.0-25ubuntu1.2 |
|
||||
| upx | 3.95-2build1 |
|
||||
| wget | 1.20.3-1ubuntu2.1 |
|
||||
| xorriso | 1.5.2-1 |
|
||||
| xvfb | 2:1.20.13-1ubuntu1\~20.04.20 |
|
||||
| xz-utils | 5.2.4-1ubuntu1.1 |
|
||||
| zip | 3.0-11build1 |
|
||||
| zsync | 0.6.2-3ubuntu1 |
|
||||
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Ubuntu] Go version 1.21 will be removed from the images on 2025-06-13 and updated to the latest version 1.24 ,setting it as the default.](https://github.com/actions/runner-images/issues/12176) |
|
||||
| [[Ubuntu 22.04 and Windows 2022] Default Nodejs version will be set to 20 on 2025-06-02](https://github.com/actions/runner-images/issues/12143) |
|
||||
| [[Windows, Ubuntu] Python 3.8.x will be removed from 2025-06-06](https://github.com/actions/runner-images/issues/12034) |
|
||||
| [[Ubuntu] Breaking change : Docker Engine Version 26.* will be updated to Docker Engine Version 28* from 2025-05-09](https://github.com/actions/runner-images/issues/11766) |
|
||||
***
|
||||
# Ubuntu 22.04
|
||||
- OS Version: 22.04.5 LTS
|
||||
- Kernel Version: 6.8.0-1027-azure
|
||||
- Image Version: 20250511.1.0
|
||||
- Kernel Version: 6.8.0-1026-azure
|
||||
- Image Version: 20250421.2.0
|
||||
- Systemd version: 249.11-0ubuntu3.15
|
||||
|
||||
## Installed Software
|
||||
@@ -33,15 +32,15 @@
|
||||
### Package Management
|
||||
- cpan 1.64
|
||||
- Helm 3.17.3
|
||||
- Homebrew 4.5.2
|
||||
- Miniconda 25.3.1
|
||||
- Homebrew 4.4.31
|
||||
- Miniconda 25.1.1
|
||||
- Npm 10.8.2
|
||||
- NuGet 6.6.1.2
|
||||
- Pip 22.0.2
|
||||
- Pip3 22.0.2
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.3.5
|
||||
- Vcpkg (build from commit ca846b2127)
|
||||
- Vcpkg (build from commit d6b3ce3282)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -60,35 +59,35 @@ to accomplish this.
|
||||
|
||||
### Project Management
|
||||
- Ant 1.10.12
|
||||
- Gradle 8.14
|
||||
- Gradle 8.13
|
||||
- Lerna 8.2.2
|
||||
- Maven 3.9.9
|
||||
- Sbt 1.10.11
|
||||
|
||||
### Tools
|
||||
- Ansible 2.17.11
|
||||
- Ansible 2.17.10
|
||||
- apt-fast 1.10.0
|
||||
- AzCopy 10.29.0 - available by `azcopy` and `azcopy10` aliases
|
||||
- AzCopy 10.28.1 - available by `azcopy` and `azcopy10` aliases
|
||||
- Bazel 8.2.1
|
||||
- Bazelisk 1.26.0
|
||||
- Bicep 0.35.1
|
||||
- Bicep 0.34.44
|
||||
- Buildah 1.23.1
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.21.2
|
||||
- CodeQL Action Bundle 2.21.0
|
||||
- Docker Amazon ECR Credential Helper 0.9.1
|
||||
- Docker Compose v2 2.35.1
|
||||
- Docker Compose v2 2.27.1
|
||||
- Docker-Buildx 0.23.0
|
||||
- Docker Client 28.0.4
|
||||
- Docker Server 28.0.4
|
||||
- Fastlane 2.227.2
|
||||
- Docker Client 26.1.3
|
||||
- Docker Server 26.1.3
|
||||
- Fastlane 2.227.1
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- Git-ftp 1.6.0
|
||||
- Haveged 1.9.14
|
||||
- Heroku 10.7.0
|
||||
- Heroku 10.6.1
|
||||
- jq 1.6
|
||||
- Kind 0.27.0
|
||||
- Kubectl 1.33.0
|
||||
- Kubectl 1.32.3
|
||||
- Kustomize 5.6.0
|
||||
- Leiningen 2.11.2
|
||||
- MediaInfo 21.09
|
||||
@@ -96,35 +95,35 @@ to accomplish this.
|
||||
- Minikube 1.34.0
|
||||
- n 10.1.0
|
||||
- Newman 6.2.1
|
||||
- nvm 0.40.3
|
||||
- nvm 0.40.2
|
||||
- OpenSSL 3.0.2-0ubuntu1.19
|
||||
- Packer 1.12.0
|
||||
- Parcel 2.14.4
|
||||
- Podman 3.4.4
|
||||
- Pulumi 3.169.0
|
||||
- Pulumi 3.163.0
|
||||
- R 4.5.0
|
||||
- Skopeo 1.4.1
|
||||
- Sphinx Open Source Search Server 2.2.11
|
||||
- SVN 1.14.1
|
||||
- Terraform 1.11.4
|
||||
- yamllint 1.37.1
|
||||
- yq 4.45.4
|
||||
- yamllint 1.37.0
|
||||
- yq 4.45.1
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.12.1
|
||||
|
||||
### CLI Tools
|
||||
- Alibaba Cloud CLI 3.0.275
|
||||
- AWS CLI 2.27.12
|
||||
- Alibaba Cloud CLI 3.0.271
|
||||
- AWS CLI 2.26.5
|
||||
- AWS CLI Session Manager Plugin 1.2.707.0
|
||||
- AWS SAM CLI 1.138.0
|
||||
- Azure CLI 2.72.0
|
||||
- AWS SAM CLI 1.137.1
|
||||
- Azure CLI 2.71.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- GitHub CLI 2.72.0
|
||||
- Google Cloud CLI 521.0.0
|
||||
- Netlify CLI 21.2.1
|
||||
- OpenShift CLI 4.18.12
|
||||
- ORAS CLI 1.2.3
|
||||
- Vercel CLI 41.7.4
|
||||
- GitHub CLI 2.70.0
|
||||
- Google Cloud CLI 518.0.0
|
||||
- Netlify CLI 20.0.2
|
||||
- OpenShift CLI 4.18.9
|
||||
- ORAS CLI 1.2.2
|
||||
- Vercel CLI 41.6.1
|
||||
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
@@ -137,7 +136,7 @@ to accomplish this.
|
||||
### PHP Tools
|
||||
- PHP: 8.1.2
|
||||
- Composer 2.8.8
|
||||
- PHPUnit 8.5.42
|
||||
- PHPUnit 8.5.41
|
||||
```
|
||||
Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
```
|
||||
@@ -152,7 +151,7 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
- Cargo 1.86.0
|
||||
- Rust 1.86.0
|
||||
- Rustdoc 1.86.0
|
||||
- Rustup 1.28.2
|
||||
- Rustup 1.28.1
|
||||
|
||||
#### Packages
|
||||
- Bindgen 0.71.1
|
||||
@@ -163,12 +162,12 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
- Rustfmt 1.8.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 136.0.7103.92
|
||||
- ChromeDriver 136.0.7103.92
|
||||
- Chromium 136.0.7103.0
|
||||
- Microsoft Edge 136.0.3240.64
|
||||
- Microsoft Edge WebDriver 136.0.3240.64
|
||||
- Selenium server 4.32.0
|
||||
- Google Chrome 135.0.7049.95
|
||||
- ChromeDriver 135.0.7049.95
|
||||
- Chromium 135.0.7049.0
|
||||
- Microsoft Edge 135.0.3179.85
|
||||
- Microsoft Edge WebDriver 135.0.3179.85
|
||||
- Selenium server 4.31.0
|
||||
- Mozilla Firefox 136.0.4
|
||||
- Geckodriver 0.36.0
|
||||
|
||||
@@ -188,7 +187,7 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
- sqlite3 3.37.2
|
||||
|
||||
#### PostgreSQL
|
||||
- PostgreSQL 14.18
|
||||
- PostgreSQL 14.17
|
||||
```
|
||||
User: postgres
|
||||
PostgreSQL service is disabled by default.
|
||||
@@ -196,7 +195,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
```
|
||||
|
||||
#### MySQL
|
||||
- MySQL 8.0.42-0ubuntu0.22.04.1
|
||||
- MySQL 8.0.41-0ubuntu0.22.04.1
|
||||
```
|
||||
User: root
|
||||
Password: root
|
||||
@@ -213,12 +212,12 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
#### Go
|
||||
- 1.21.13
|
||||
- 1.22.12
|
||||
- 1.23.9
|
||||
- 1.23.8
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.1
|
||||
- 22.15.0
|
||||
- 20.19.0
|
||||
- 22.14.0
|
||||
|
||||
#### Python
|
||||
- 3.8.18
|
||||
@@ -245,7 +244,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
#### PowerShell Modules
|
||||
- Az: 12.1.0
|
||||
- MarkdownPS: 1.10
|
||||
- Microsoft.Graph: 2.28.0
|
||||
- Microsoft.Graph: 2.27.0
|
||||
- Pester: 5.7.1
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
|
||||
@@ -286,16 +285,16 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| alpine:3.18 | sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f | 2025-02-14 |
|
||||
| alpine:3.19 | sha256:e5d0aea7f7d2954678a9a6269ca2d06e06591881161961ea59e974dff3f12377 | 2025-02-14 |
|
||||
| debian:10 | sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225 | 2024-06-13 |
|
||||
| debian:11 | sha256:2a7f95bcf104c8410bf4d3b13c52f6e0e4334bb2edf8d80c7f9881e49447effe | 2025-04-28 |
|
||||
| moby/buildkit:latest | sha256:87afb62ed6a762bb65b85d53819f3b341fb74a36d1fc0a1153a64f367637bfda | 2025-04-29 |
|
||||
| node:18 | sha256:867be01f97d45cb7d89a8ef0b328d23e8207412ebec4564441ed8cabc8cc4ecd | 2025-03-27 |
|
||||
| debian:11 | sha256:aa5332dbbec7ff8cdf7dfb8b467c6ac2d55419104af1e49b6f1c22b996da391b | 2025-04-07 |
|
||||
| moby/buildkit:latest | sha256:fc06fa7d79ada15bbcbf8fce2b8f937dc6b7841ce76ba0bf2f071ec29e8f5ff6 | 2025-04-15 |
|
||||
| node:18 | sha256:df9fa4e0e39c9b97e30240b5bb1d99bdb861573a82002b2c52ac7d6b8d6d773e | 2025-03-27 |
|
||||
| node:18-alpine | sha256:8d6421d663b4c28fd3ebc498332f249011d118945588d0a35cb9bc4b8ca09d9e | 2025-03-27 |
|
||||
| node:20 | sha256:6f076db82169a365abca591093bdf020f9e8827a8add8ea3826556c290b340c0 | 2025-04-22 |
|
||||
| node:20-alpine | sha256:c628bdc7ebc7f95b1b23249a445eb415ce68ae9def8b68364b35ee15e3065b0f | 2025-04-22 |
|
||||
| node:22 | sha256:a1f1274dadd49738bcd4cf552af43354bb781a7e9e3bc984cfeedc55aba2ddd8 | 2025-04-23 |
|
||||
| node:22-alpine | sha256:ad1aedbcc1b0575074a91ac146d6956476c1f9985994810e4ee02efd932a68fd | 2025-04-23 |
|
||||
| node:20 | sha256:a5fb035ac1dff34a4ecaea85f90f7321185695d3fd22c12ba12f4535a4647cc5 | 2025-03-13 |
|
||||
| node:20-alpine | sha256:8bda036ddd59ea51a23bc1a1035d3b5c614e72c01366d989f4120e8adca196d4 | 2025-03-13 |
|
||||
| node:22 | sha256:e5ddf893cc6aeab0e5126e4edae35aa43893e2836d1d246140167ccc2616f5d7 | 2025-02-13 |
|
||||
| node:22-alpine | sha256:9bef0ef1e268f60627da9ba7d7605e8831d5b56ad07487d24d1aa386336d1944 | 2025-02-13 |
|
||||
| ubuntu:20.04 | sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214 | 2025-04-08 |
|
||||
| ubuntu:22.04 | sha256:67cadaff1dca187079fce41360d5a7eb6f7dcd3745e53c79ad5efd8563118240 | 2025-04-28 |
|
||||
| ubuntu:22.04 | sha256:d80997daaa3811b175119350d84305e1ec9129e1799bba0bd1e3120da3ff52c3 | 2025-04-07 |
|
||||
|
||||
### Installed apt packages
|
||||
| Name | Version |
|
||||
@@ -356,7 +355,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| mercurial | 6.1.1-1ubuntu1 |
|
||||
| net-tools | 1.60+git20181103.0eebece-1ubuntu5 |
|
||||
| netcat | 1.218-4ubuntu1 |
|
||||
| openssh-client | 1:8.9p1-3ubuntu0.13 |
|
||||
| openssh-client | 1:8.9p1-3ubuntu0.11 |
|
||||
| p7zip-full | 16.02+dfsg-8 |
|
||||
| p7zip-rar | 16.02-3build1 |
|
||||
| parallel | 20210822+ds-2 |
|
||||
@@ -371,7 +370,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| shellcheck | 0.8.0-2 |
|
||||
| sphinxsearch | 2.2.11-8 |
|
||||
| sqlite3 | 3.37.2-2ubuntu0.3 |
|
||||
| ssh | 1:8.9p1-3ubuntu0.13 |
|
||||
| ssh | 1:8.9p1-3ubuntu0.11 |
|
||||
| sshpass | 1.09-1 |
|
||||
| subversion | 1.14.1-3ubuntu0.22.04.1 |
|
||||
| sudo | 1.9.9-1ubuntu2.4 |
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Ubuntu] Go version 1.21 will be removed from the images on 2025-06-13 and updated to the latest version 1.24 ,setting it as the default.](https://github.com/actions/runner-images/issues/12176) |
|
||||
| [[Ubuntu 22.04 and Windows 2022] Default Nodejs version will be set to 20 on 2025-06-02](https://github.com/actions/runner-images/issues/12143) |
|
||||
| [[Windows, Ubuntu] Python 3.8.x will be removed from 2025-06-06](https://github.com/actions/runner-images/issues/12034) |
|
||||
| [[Ubuntu] Breaking change : Docker Engine Version 26.* will be updated to Docker Engine Version 28* from 2025-05-09](https://github.com/actions/runner-images/issues/11766) |
|
||||
***
|
||||
# Ubuntu 24.04
|
||||
- OS Version: 24.04.2 LTS
|
||||
- Kernel Version: 6.11.0-1014-azure
|
||||
- Image Version: 20250511.1.0
|
||||
- Kernel Version: 6.11.0-1012-azure
|
||||
- Image Version: 20250420.1.0
|
||||
- Systemd version: 255.4-1ubuntu8.6
|
||||
|
||||
## Installed Software
|
||||
@@ -22,7 +21,7 @@
|
||||
- GNU Fortran: 12.3.0, 13.3.0, 14.2.0
|
||||
- Julia 1.11.5
|
||||
- Kotlin 2.1.10-release-473
|
||||
- Node.js 20.19.1
|
||||
- Node.js 20.19.0
|
||||
- Perl 5.38.2
|
||||
- Python 3.12.3
|
||||
- Ruby 3.2.3
|
||||
@@ -31,14 +30,14 @@
|
||||
### Package Management
|
||||
- cpan 1.64
|
||||
- Helm 3.17.3
|
||||
- Homebrew 4.5.2
|
||||
- Miniconda 25.3.1
|
||||
- Homebrew 4.4.31
|
||||
- Miniconda 25.1.1
|
||||
- Npm 10.8.2
|
||||
- Pip 24.0
|
||||
- Pip3 24.0
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.4.20
|
||||
- Vcpkg (build from commit ca846b2127)
|
||||
- Vcpkg (build from commit 0d5cae1530)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -57,59 +56,59 @@ to accomplish this.
|
||||
|
||||
### Project Management
|
||||
- Ant 1.10.14
|
||||
- Gradle 8.14
|
||||
- Gradle 8.13
|
||||
- Lerna 8.2.2
|
||||
- Maven 3.9.9
|
||||
|
||||
### Tools
|
||||
- Ansible 2.18.5
|
||||
- AzCopy 10.29.0 - available by `azcopy` and `azcopy10` aliases
|
||||
- Ansible 2.18.4
|
||||
- AzCopy 10.28.1 - available by `azcopy` and `azcopy10` aliases
|
||||
- Bazel 8.2.1
|
||||
- Bazelisk 1.26.0
|
||||
- Bicep 0.35.1
|
||||
- Bicep 0.34.44
|
||||
- Buildah 1.33.7
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.21.2
|
||||
- CodeQL Action Bundle 2.21.0
|
||||
- Docker Amazon ECR Credential Helper 0.9.1
|
||||
- Docker Compose v2 2.35.1
|
||||
- Docker Compose v2 2.27.1
|
||||
- Docker-Buildx 0.23.0
|
||||
- Docker Client 28.0.4
|
||||
- Docker Server 28.0.4
|
||||
- Fastlane 2.227.2
|
||||
- Docker Client 26.1.3
|
||||
- Docker Server 26.1.3
|
||||
- Fastlane 2.227.1
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- Git-ftp 1.6.0
|
||||
- Haveged 1.9.14
|
||||
- jq 1.7
|
||||
- Kind 0.27.0
|
||||
- Kubectl 1.33.0
|
||||
- Kubectl 1.32.3
|
||||
- Kustomize 5.6.0
|
||||
- MediaInfo 24.01
|
||||
- Mercurial 6.7.2
|
||||
- Minikube 1.34.0
|
||||
- n 10.1.0
|
||||
- Newman 6.2.1
|
||||
- nvm 0.40.3
|
||||
- nvm 0.40.2
|
||||
- OpenSSL 3.0.13-0ubuntu3.5
|
||||
- Packer 1.12.0
|
||||
- Parcel 2.14.4
|
||||
- Podman 4.9.3
|
||||
- Pulumi 3.169.0
|
||||
- Pulumi 3.163.0
|
||||
- Skopeo 1.13.3
|
||||
- Sphinx Open Source Search Server 2.2.11
|
||||
- yamllint 1.37.1
|
||||
- yq 4.45.4
|
||||
- yamllint 1.37.0
|
||||
- yq 4.45.1
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.12.1
|
||||
|
||||
### CLI Tools
|
||||
- AWS CLI 2.27.12
|
||||
- AWS CLI 2.26.5
|
||||
- AWS CLI Session Manager Plugin 1.2.707.0
|
||||
- AWS SAM CLI 1.138.0
|
||||
- Azure CLI 2.72.0
|
||||
- AWS SAM CLI 1.137.1
|
||||
- Azure CLI 2.71.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- GitHub CLI 2.72.0
|
||||
- Google Cloud CLI 521.0.0
|
||||
- GitHub CLI 2.70.0
|
||||
- Google Cloud CLI 518.0.0
|
||||
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
@@ -122,7 +121,7 @@ to accomplish this.
|
||||
### PHP Tools
|
||||
- PHP: 8.3.6
|
||||
- Composer 2.8.8
|
||||
- PHPUnit 8.5.42
|
||||
- PHPUnit 8.5.41
|
||||
```
|
||||
Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
```
|
||||
@@ -137,19 +136,19 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
- Cargo 1.86.0
|
||||
- Rust 1.86.0
|
||||
- Rustdoc 1.86.0
|
||||
- Rustup 1.28.2
|
||||
- Rustup 1.28.1
|
||||
|
||||
#### Packages
|
||||
- Rustfmt 1.8.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 136.0.7103.92
|
||||
- ChromeDriver 136.0.7103.92
|
||||
- Chromium 136.0.7103.0
|
||||
- Microsoft Edge 136.0.3240.64
|
||||
- Microsoft Edge WebDriver 136.0.3240.64
|
||||
- Selenium server 4.32.0
|
||||
- Mozilla Firefox 138.0.1
|
||||
- Google Chrome 135.0.7049.95
|
||||
- ChromeDriver 135.0.7049.95
|
||||
- Chromium 135.0.7049.0
|
||||
- Microsoft Edge 135.0.3179.85
|
||||
- Microsoft Edge WebDriver 135.0.3179.85
|
||||
- Selenium server 4.31.0
|
||||
- Mozilla Firefox 136.0.4
|
||||
- Geckodriver 0.36.0
|
||||
|
||||
#### Environment variables
|
||||
@@ -168,7 +167,7 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
- sqlite3 3.45.1
|
||||
|
||||
#### PostgreSQL
|
||||
- PostgreSQL 16.9
|
||||
- PostgreSQL 16.8
|
||||
```
|
||||
User: postgres
|
||||
PostgreSQL service is disabled by default.
|
||||
@@ -176,7 +175,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
```
|
||||
|
||||
#### MySQL
|
||||
- MySQL 8.0.42-0ubuntu0.24.04.1
|
||||
- MySQL 8.0.41-0ubuntu0.24.04.1
|
||||
```
|
||||
User: root
|
||||
Password: root
|
||||
@@ -189,12 +188,12 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
#### Go
|
||||
- 1.21.13
|
||||
- 1.22.12
|
||||
- 1.23.9
|
||||
- 1.23.8
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.1
|
||||
- 22.15.0
|
||||
- 20.19.0
|
||||
- 22.14.0
|
||||
|
||||
#### Python
|
||||
- 3.9.22
|
||||
@@ -216,7 +215,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 12.1.0
|
||||
- Microsoft.Graph: 2.28.0
|
||||
- Microsoft.Graph: 2.27.0
|
||||
- Pester: 5.7.1
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
|
||||
@@ -291,7 +290,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| mercurial | 6.7.2-1ubuntu2.2 |
|
||||
| net-tools | 2.10-0.1ubuntu4 |
|
||||
| netcat | 1.226-1ubuntu2 |
|
||||
| openssh-client | 1:9.6p1-3ubuntu13.11 |
|
||||
| openssh-client | 1:9.6p1-3ubuntu13.9 |
|
||||
| p7zip-full | 16.02+transitional.1 |
|
||||
| p7zip-rar | 16.02+transitional.1 |
|
||||
| parallel | 20231122+ds-1 |
|
||||
@@ -305,7 +304,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| shellcheck | 0.9.0-1 |
|
||||
| sphinxsearch | 2.2.11-8build1 |
|
||||
| sqlite3 | 3.45.1-1ubuntu2.1 |
|
||||
| ssh | 1:9.6p1-3ubuntu13.11 |
|
||||
| ssh | 1:9.6p1-3ubuntu13.9 |
|
||||
| sshpass | 1.09-1 |
|
||||
| sudo | 1.9.15p5-3ubuntu5 |
|
||||
| swig | 4.2.0-2ubuntu1 |
|
||||
|
||||
@@ -59,18 +59,9 @@ ln -s $HELPER_SCRIPTS/invoke-tests.sh /usr/local/bin/invoke_tests
|
||||
# Disable motd updates metadata
|
||||
sed -i 's/ENABLED=1/ENABLED=0/g' /etc/default/motd-news
|
||||
|
||||
# Remove fwupd if installed. We're running on VMs in Azure and the fwupd package is not needed.
|
||||
# Leaving it enable means periodic refreshes show in network traffic and firewall logs
|
||||
# Check if fwupd-refresh.timer exists in systemd
|
||||
if systemctl list-unit-files fwupd-refresh.timer &>/dev/null; then
|
||||
echo "Masking fwupd-refresh.timer..."
|
||||
systemctl mask fwupd-refresh.timer
|
||||
fi
|
||||
|
||||
# This is a legacy check, leaving for earlier versions of Ubuntu
|
||||
# If fwupd config still exists, disable the motd updates
|
||||
if [[ -f "/etc/fwupd/daemon.conf" ]]; then
|
||||
sed -i 's/UpdateMotd=true/UpdateMotd=false/g' /etc/fwupd/daemon.conf
|
||||
systemctl mask fwupd-refresh.timer
|
||||
fi
|
||||
|
||||
# Disable to load providers
|
||||
|
||||
@@ -6,10 +6,3 @@ Describe "Disk free space" -Skip:(-not [String]::IsNullOrEmpty($env:AGENT_NAME)
|
||||
$freeSpace | Should -BeGreaterOrEqual 17GB
|
||||
}
|
||||
}
|
||||
|
||||
Describe "fwupd removed" {
|
||||
It "Is not present on box" {
|
||||
$systemctlOutput = & systemctl list-unit-files fwupd-refresh.timer
|
||||
$systemctlOutput | Should -Match "masked"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
locals {
|
||||
managed_image_name = var.managed_image_name != "" ? var.managed_image_name : "packer-${var.image_os}-${var.image_version}"
|
||||
}
|
||||
|
||||
variable "allowed_inbound_ip_addresses" {
|
||||
type = list(string)
|
||||
default = []
|
||||
@@ -10,7 +14,7 @@ variable "azure_tags" {
|
||||
|
||||
variable "build_resource_group_name" {
|
||||
type = string
|
||||
default = "${env("BUILD_RG_NAME")}"
|
||||
default = "${env("BUILD_RESOURCE_GROUP_NAME")}"
|
||||
}
|
||||
|
||||
variable "client_cert_path" {
|
||||
@@ -77,7 +81,7 @@ variable "install_password" {
|
||||
|
||||
variable "location" {
|
||||
type = string
|
||||
default = ""
|
||||
default = "${env("ARM_RESOURCE_LOCATION")}"
|
||||
}
|
||||
|
||||
variable "managed_image_name" {
|
||||
@@ -130,76 +134,20 @@ variable "vm_size" {
|
||||
default = "Standard_D4s_v4"
|
||||
}
|
||||
|
||||
variable "image_offer" {
|
||||
type = string
|
||||
default = "0001-com-ubuntu-server-jammy"
|
||||
}
|
||||
|
||||
variable "image_publisher" {
|
||||
type = string
|
||||
default = "canonical"
|
||||
}
|
||||
|
||||
variable "image_sku" {
|
||||
type = string
|
||||
default = "22_04-lts"
|
||||
}
|
||||
|
||||
variable "gallery_name" {
|
||||
type = string
|
||||
default = "${env("GALLERY_NAME")}"
|
||||
}
|
||||
|
||||
variable "gallery_resource_group_name" {
|
||||
type = string
|
||||
default = "${env("GALLERY_RG_NAME")}"
|
||||
}
|
||||
|
||||
variable "gallery_image_name" {
|
||||
type = string
|
||||
default = "${env("GALLERY_IMAGE_NAME")}"
|
||||
}
|
||||
|
||||
variable "gallery_image_version" {
|
||||
type = string
|
||||
default = "${env("GALLERY_IMAGE_VERSION")}"
|
||||
}
|
||||
|
||||
variable "gallery_storage_account_type" {
|
||||
type = string
|
||||
default = "${env("GALLERY_STORAGE_ACCOUNT_TYPE")}"
|
||||
}
|
||||
|
||||
variable "use_azure_cli_auth" {
|
||||
type = bool
|
||||
default = false
|
||||
}
|
||||
|
||||
variable "os_disk_size_gb" {
|
||||
type = number
|
||||
default = 75
|
||||
}
|
||||
|
||||
variable "image_os_type" {
|
||||
type = string
|
||||
default = "Linux"
|
||||
}
|
||||
|
||||
source "azure-arm" "build_image" {
|
||||
allowed_inbound_ip_addresses = "${var.allowed_inbound_ip_addresses}"
|
||||
build_resource_group_name = "${var.build_resource_group_name}"
|
||||
client_cert_path = "${var.client_cert_path}"
|
||||
client_id = "${var.client_id}"
|
||||
client_secret = "${var.client_secret}"
|
||||
use_azure_cli_auth = var.use_azure_cli_auth
|
||||
image_offer = "${var.image_offer}"
|
||||
image_publisher = "${var.image_publisher}"
|
||||
image_sku = "${var.image_sku}"
|
||||
image_offer = "0001-com-ubuntu-server-jammy"
|
||||
image_publisher = "canonical"
|
||||
image_sku = "22_04-lts"
|
||||
location = "${var.location}"
|
||||
managed_image_name = "${var.managed_image_name}"
|
||||
managed_image_name = "${local.managed_image_name}"
|
||||
managed_image_resource_group_name = "${var.managed_image_resource_group_name}"
|
||||
os_disk_size_gb = var.os_disk_size_gb
|
||||
os_type = var.image_os_type
|
||||
os_disk_size_gb = "75"
|
||||
os_type = "Linux"
|
||||
private_virtual_network_with_public_ip = "${var.private_virtual_network_with_public_ip}"
|
||||
subscription_id = "${var.subscription_id}"
|
||||
temp_resource_group_name = "${var.temp_resource_group_name}"
|
||||
@@ -209,15 +157,6 @@ source "azure-arm" "build_image" {
|
||||
virtual_network_subnet_name = "${var.virtual_network_subnet_name}"
|
||||
vm_size = "${var.vm_size}"
|
||||
|
||||
shared_image_gallery_destination {
|
||||
subscription = var.subscription_id
|
||||
gallery_name = var.gallery_name
|
||||
resource_group = var.gallery_resource_group_name
|
||||
image_name = var.gallery_image_name
|
||||
image_version = var.gallery_image_version
|
||||
storage_account_type = var.gallery_storage_account_type
|
||||
}
|
||||
|
||||
dynamic "azure_tag" {
|
||||
for_each = var.azure_tags
|
||||
content {
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
locals {
|
||||
managed_image_name = var.managed_image_name != "" ? var.managed_image_name : "packer-${var.image_os}-${var.image_version}"
|
||||
}
|
||||
|
||||
variable "allowed_inbound_ip_addresses" {
|
||||
type = list(string)
|
||||
default = []
|
||||
@@ -10,7 +14,7 @@ variable "azure_tags" {
|
||||
|
||||
variable "build_resource_group_name" {
|
||||
type = string
|
||||
default = "${env("BUILD_RG_NAME")}"
|
||||
default = "${env("BUILD_RESOURCE_GROUP_NAME")}"
|
||||
}
|
||||
|
||||
variable "client_cert_path" {
|
||||
@@ -77,7 +81,7 @@ variable "install_password" {
|
||||
|
||||
variable "location" {
|
||||
type = string
|
||||
default = ""
|
||||
default = "${env("ARM_RESOURCE_LOCATION")}"
|
||||
}
|
||||
|
||||
variable "managed_image_name" {
|
||||
@@ -130,76 +134,20 @@ variable "vm_size" {
|
||||
default = "Standard_D4s_v4"
|
||||
}
|
||||
|
||||
variable "image_offer" {
|
||||
type = string
|
||||
default = "ubuntu-24_04-lts"
|
||||
}
|
||||
|
||||
variable "image_publisher" {
|
||||
type = string
|
||||
default = "canonical"
|
||||
}
|
||||
|
||||
variable "image_sku" {
|
||||
type = string
|
||||
default = "server-gen1"
|
||||
}
|
||||
|
||||
variable "gallery_name" {
|
||||
type = string
|
||||
default = "${env("GALLERY_NAME")}"
|
||||
}
|
||||
|
||||
variable "gallery_resource_group_name" {
|
||||
type = string
|
||||
default = "${env("GALLERY_RG_NAME")}"
|
||||
}
|
||||
|
||||
variable "gallery_image_name" {
|
||||
type = string
|
||||
default = "${env("GALLERY_IMAGE_NAME")}"
|
||||
}
|
||||
|
||||
variable "gallery_image_version" {
|
||||
type = string
|
||||
default = "${env("GALLERY_IMAGE_VERSION")}"
|
||||
}
|
||||
|
||||
variable "gallery_storage_account_type" {
|
||||
type = string
|
||||
default = "${env("GALLERY_STORAGE_ACCOUNT_TYPE")}"
|
||||
}
|
||||
|
||||
variable "use_azure_cli_auth" {
|
||||
type = bool
|
||||
default = false
|
||||
}
|
||||
|
||||
variable "os_disk_size_gb" {
|
||||
type = number
|
||||
default = 75
|
||||
}
|
||||
|
||||
variable "image_os_type" {
|
||||
type = string
|
||||
default = "Linux"
|
||||
}
|
||||
|
||||
source "azure-arm" "build_image" {
|
||||
allowed_inbound_ip_addresses = "${var.allowed_inbound_ip_addresses}"
|
||||
build_resource_group_name = "${var.build_resource_group_name}"
|
||||
client_cert_path = "${var.client_cert_path}"
|
||||
client_id = "${var.client_id}"
|
||||
client_secret = "${var.client_secret}"
|
||||
use_azure_cli_auth = var.use_azure_cli_auth
|
||||
image_offer = "${var.image_offer}"
|
||||
image_publisher = "${var.image_publisher}"
|
||||
image_sku = "${var.image_sku}"
|
||||
image_offer = "ubuntu-24_04-lts"
|
||||
image_publisher = "canonical"
|
||||
image_sku = "server-gen1"
|
||||
location = "${var.location}"
|
||||
managed_image_name = "${var.managed_image_name}"
|
||||
managed_image_name = "${local.managed_image_name}"
|
||||
managed_image_resource_group_name = "${var.managed_image_resource_group_name}"
|
||||
os_disk_size_gb = var.os_disk_size_gb
|
||||
os_type = var.image_os_type
|
||||
os_disk_size_gb = "75"
|
||||
os_type = "Linux"
|
||||
private_virtual_network_with_public_ip = "${var.private_virtual_network_with_public_ip}"
|
||||
subscription_id = "${var.subscription_id}"
|
||||
temp_resource_group_name = "${var.temp_resource_group_name}"
|
||||
@@ -209,15 +157,6 @@ source "azure-arm" "build_image" {
|
||||
virtual_network_subnet_name = "${var.virtual_network_subnet_name}"
|
||||
vm_size = "${var.vm_size}"
|
||||
|
||||
shared_image_gallery_destination {
|
||||
subscription = var.subscription_id
|
||||
gallery_name = var.gallery_name
|
||||
resource_group = var.gallery_resource_group_name
|
||||
image_name = var.gallery_image_name
|
||||
image_version = var.gallery_image_version
|
||||
storage_account_type = var.gallery_storage_account_type
|
||||
}
|
||||
|
||||
dynamic "azure_tag" {
|
||||
for_each = var.azure_tags
|
||||
content {
|
||||
|
||||
@@ -236,11 +236,11 @@
|
||||
},
|
||||
{
|
||||
"package": "docker-ce-cli",
|
||||
"version": "28.0.4"
|
||||
"version": "26.1.3"
|
||||
},
|
||||
{
|
||||
"package": "docker-ce",
|
||||
"version": "28.0.4"
|
||||
"version": "26.1.3"
|
||||
}
|
||||
],
|
||||
"plugins": [
|
||||
@@ -251,7 +251,7 @@
|
||||
},
|
||||
{
|
||||
"plugin": "compose",
|
||||
"version": "2.35.1",
|
||||
"version": "2.27.1",
|
||||
"asset": "linux-x86_64"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -195,11 +195,11 @@
|
||||
},
|
||||
{
|
||||
"package": "docker-ce-cli",
|
||||
"version": "28.0.4"
|
||||
"version": "26.1.3"
|
||||
},
|
||||
{
|
||||
"package": "docker-ce",
|
||||
"version": "28.0.4"
|
||||
"version": "26.1.3"
|
||||
}
|
||||
],
|
||||
"plugins": [
|
||||
@@ -210,7 +210,7 @@
|
||||
},
|
||||
{
|
||||
"plugin": "compose",
|
||||
"version": "2.36.0",
|
||||
"version": "2.27.1",
|
||||
"asset": "linux-x86_64"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,15 +1,16 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Ubuntu 22.04 and Windows 2022] Default Nodejs version will be set to 20 on 2025-06-02](https://github.com/actions/runner-images/issues/12143) |
|
||||
| [The Windows 2019 Actions runner image will begin deprecation on 2025-06-01 and will be fully unsupported by 2025-06-30](https://github.com/actions/runner-images/issues/12045) |
|
||||
| [[Windows, Ubuntu] Python 3.8.x will be removed from 2025-06-06](https://github.com/actions/runner-images/issues/12034) |
|
||||
| [[Windows 19 and 22] Ruby version 3.0 will be removed from Windows images on 2025-06-06](https://github.com/actions/runner-images/issues/12033) |
|
||||
| [[Windows-2025] LLVM will be updated to version 20 on 2025-06-06](https://github.com/actions/runner-images/issues/12001) |
|
||||
| [[Windows] Go version 1.20 and 1.21 will be removed from the images on 2025-05-09 and 1.24 will be set as default.](https://github.com/actions/runner-images/issues/11711) |
|
||||
| [[Windows 19 and 22] Node.js version 16 will be removed from Windows images on 2025-05-09](https://github.com/actions/runner-images/issues/11710) |
|
||||
| [Windows Server 2025 is now available](https://github.com/actions/runner-images/issues/11228) |
|
||||
***
|
||||
# Windows Server 2019
|
||||
- OS Version: 10.0.17763 Build 7240
|
||||
- Image Version: 20250511.1.0
|
||||
- Image Version: 20250420.1.0
|
||||
|
||||
## Windows features
|
||||
- Windows Subsystem for Linux (WSLv1): Enabled
|
||||
@@ -18,27 +19,27 @@
|
||||
|
||||
### Language and Runtime
|
||||
- Bash 5.2.37(1)-release
|
||||
- Go 1.24.3
|
||||
- Go 1.21.13
|
||||
- Julia 1.10.5
|
||||
- Kotlin 2.1.10
|
||||
- LLVM 18.1.8
|
||||
- Node 18.20.8
|
||||
- Perl 5.32.1
|
||||
- PHP 8.4.7
|
||||
- PHP 8.4.6
|
||||
- Python 3.9.13
|
||||
- Ruby 3.0.7p220
|
||||
|
||||
### Package Management
|
||||
- Chocolatey 2.4.3
|
||||
- Composer 2.8.8
|
||||
- Helm 3.17.3
|
||||
- Miniconda 25.3.1 (pre-installed on the image but not added to PATH)
|
||||
- Helm 3.17.2
|
||||
- Miniconda 25.1.1 (pre-installed on the image but not added to PATH)
|
||||
- NPM 10.8.2
|
||||
- NuGet 6.13.2.1
|
||||
- pip 25.1.1 (python 3.9)
|
||||
- pip 25.0.1 (python 3.9)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.2.33
|
||||
- Vcpkg (build from commit ca846b2127)
|
||||
- Vcpkg (build from commit 0d5cae1530)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -49,32 +50,32 @@
|
||||
|
||||
### Project Management
|
||||
- Ant 1.10.15
|
||||
- Gradle 8.14
|
||||
- Gradle 8.13
|
||||
- Maven 3.9.9
|
||||
- sbt 1.10.11
|
||||
|
||||
### Tools
|
||||
- 7zip 24.09
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.29.0
|
||||
- azcopy 10.28.1
|
||||
- Bazel 8.2.1
|
||||
- Bazelisk 1.26.0
|
||||
- Bicep 0.35.1
|
||||
- Bicep 0.34.44
|
||||
- Cabal 3.14.2.0
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.21.2
|
||||
- CodeQL Action Bundle 2.21.0
|
||||
- Docker 27.5.1
|
||||
- Docker Compose v2 2.32.2
|
||||
- Docker-wincred 0.9.3
|
||||
- ghc 9.12.2
|
||||
- Git 2.49.0.windows.1
|
||||
- Git LFS 3.6.1
|
||||
- Google Cloud CLI 521.0.0
|
||||
- Google Cloud CLI 518.0.0
|
||||
- ImageMagick 7.1.1-47
|
||||
- InnoSetup 6.4.0
|
||||
- jq 1.7.1
|
||||
- Kind 0.27.0
|
||||
- Kubectl 1.33.0
|
||||
- Kubectl 1.32.3
|
||||
- Mercurial 5.0
|
||||
- gcc 8.1.0
|
||||
- gdb 8.1
|
||||
@@ -84,7 +85,7 @@
|
||||
- OpenSSL 1.1.1w
|
||||
- Packer 1.12.0
|
||||
- Parcel 2.14.4
|
||||
- Pulumi 3.167.0
|
||||
- Pulumi 3.163.0
|
||||
- R 4.4.2
|
||||
- Service Fabric SDK 10.1.2493.9590
|
||||
- Stack 3.5.1
|
||||
@@ -93,25 +94,25 @@
|
||||
- VSWhere 3.1.7
|
||||
- WinAppDriver 1.2.2009.02003
|
||||
- WiX Toolset 3.14.1.8722
|
||||
- yamllint 1.37.1
|
||||
- yamllint 1.37.0
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.12.1
|
||||
|
||||
### CLI Tools
|
||||
- Alibaba Cloud CLI 3.0.275
|
||||
- AWS CLI 2.27.12
|
||||
- AWS SAM CLI 1.138.0
|
||||
- Alibaba Cloud CLI 3.0.270
|
||||
- AWS CLI 2.26.5
|
||||
- AWS SAM CLI 1.137.1
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.72.0
|
||||
- Azure CLI 2.71.0
|
||||
- Azure DevOps CLI extension 1.0.1
|
||||
- Cloud Foundry CLI 8.13.0
|
||||
- GitHub CLI 2.72.0
|
||||
- GitHub CLI 2.70.0
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.86.0
|
||||
- Rust 1.86.0
|
||||
- Rustdoc 1.86.0
|
||||
- Rustup 1.28.2
|
||||
- Rustup 1.28.1
|
||||
|
||||
#### Packages
|
||||
- bindgen 0.71.1
|
||||
@@ -122,14 +123,14 @@
|
||||
- Rustfmt 1.8.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 136.0.7103.93
|
||||
- Chrome Driver 136.0.7103.92
|
||||
- Microsoft Edge 136.0.3240.64
|
||||
- Microsoft Edge Driver 136.0.3240.64
|
||||
- Mozilla Firefox 138.0.1
|
||||
- Google Chrome 135.0.7049.96
|
||||
- Chrome Driver 135.0.7049.95
|
||||
- Microsoft Edge 135.0.3179.85
|
||||
- Microsoft Edge Driver 135.0.3179.85
|
||||
- Mozilla Firefox 137.0.2
|
||||
- Gecko Driver 0.36.0
|
||||
- IE Driver 4.14.0.0
|
||||
- Selenium server 4.32.0
|
||||
- Selenium server 4.31.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -170,14 +171,16 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
### Cached Tools
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.13
|
||||
- 1.22.12
|
||||
- 1.23.9
|
||||
- 1.24.3
|
||||
- 1.23.8
|
||||
|
||||
#### Node.js
|
||||
- 16.20.2
|
||||
- 18.20.8
|
||||
- 20.19.1
|
||||
- 22.15.0
|
||||
- 20.19.0
|
||||
- 22.14.0
|
||||
|
||||
#### Python
|
||||
- 3.8.10
|
||||
@@ -207,7 +210,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Property | Value |
|
||||
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| ServiceName | postgresql-x64-14 |
|
||||
| Version | 14.18 |
|
||||
| Version | 14.17 |
|
||||
| ServiceStatus | Stopped |
|
||||
| ServiceStartType | Disabled |
|
||||
| EnvironmentVariables | PGBIN=C:\Program Files\PostgreSQL\14\bin <br> PGDATA=C:\Program Files\PostgreSQL\14\data <br> PGROOT=C:\Program Files\PostgreSQL\14 |
|
||||
@@ -221,7 +224,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| 5.0.31.0 | MongoDB | Stopped | Disabled |
|
||||
|
||||
### Database tools
|
||||
- Azure CosmosDb Emulator 2.14.22.0
|
||||
- Azure CosmosDb Emulator 2.14.21.0
|
||||
- DacFx 170.0.94.3
|
||||
- MySQL 5.7.44.0
|
||||
- SQL OLEDB Driver 18.7.4.0
|
||||
@@ -510,10 +513,10 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Powershell Modules
|
||||
- Az: 12.1.0
|
||||
- AWSPowershell: 4.1.817
|
||||
- AWSPowershell: 4.1.802
|
||||
- DockerMsftProvider: 1.0.0.8
|
||||
- MarkdownPS: 1.10
|
||||
- Microsoft.Graph: 2.28.0
|
||||
- Microsoft.Graph: 2.27.0
|
||||
- Pester: 3.4.0, 5.7.1
|
||||
- PowerShellGet: 1.0.0.1, 2.2.5
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
@@ -525,7 +528,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 8.0 |
|
||||
| Android Emulator | 35.5.10 |
|
||||
| Android Emulator | 35.4.9 |
|
||||
| Android SDK Build-tools | 36.0.0<br>35.0.0 35.0.1<br>34.0.0<br>33.0.0 33.0.1 33.0.2 33.0.3<br>32.0.0<br>31.0.0<br>30.0.2 |
|
||||
| Android SDK Platforms | android-36 (rev 2)<br>android-35-ext15 (rev 1)<br>android-35-ext14 (rev 1)<br>android-35 (rev 2)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (rev 1)<br>android-34-ext11 (rev 1)<br>android-34-ext10 (rev 1)<br>android-34 (rev 3)<br>android-33-ext5 (rev 1)<br>android-33-ext4 (rev 1)<br>android-33 (rev 3)<br>android-32 (rev 1)<br>android-31 (rev 1)<br>android-30 (rev 3) |
|
||||
| Android SDK Platform-Tools | 35.0.2 |
|
||||
@@ -549,9 +552,9 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
### Cached Docker images
|
||||
| Repository:Tag | Digest | Created |
|
||||
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------ | ---------- |
|
||||
| mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2019 | sha256:d84580a8ec93e53ada9d4694c4c90c678514687bbe7e3b97c6d4ce7663940d24 | 2025-04-25 |
|
||||
| mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2019 | sha256:15e7497e9d0fb2767fdd865fbc783e3b4672e190ab95b295bca892379b3c420f | 2025-04-25 |
|
||||
| mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019 | sha256:feb36dfb2388364fa7844664b5102cf76c189169ef6599b517228d3b82e7b398 | 2025-04-25 |
|
||||
| mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2019 | sha256:a0f5d5659b412dc02824afdeed10402e3124ac0b8689978d4e42fec04aa9c2cd | 2025-04-10 |
|
||||
| mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2019 | sha256:4150b99b26bf15d9555bb8be3d928976e0e7270b903cfc8808a92c172dd15fba | 2025-04-10 |
|
||||
| mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019 | sha256:a6204a95fe233aeccb685ff72daa94de473d20ba406370b6b6c920dd5235f4c3 | 2025-04-10 |
|
||||
| mcr.microsoft.com/windows/nanoserver:1809 | sha256:a728b60718df567cf9b8981be370ad3824b4d60018f33664f0e2477844abc440 | 2025-04-15 |
|
||||
| mcr.microsoft.com/windows/servercore:ltsc2019 | sha256:ea7b7af45052c49ca9157bd5ae9418f26babce9144450ac0830e20c7fbdd5583 | 2025-04-15 |
|
||||
| mcr.microsoft.com/windows/servercore:ltsc2019 | sha256:e746e5d5ef9beff2c723aba94e33ceb4311a35076f44ceafa6eba34ed0b86aff | 2025-03-05 |
|
||||
|
||||
|
||||
@@ -1,15 +1,16 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Ubuntu 22.04 and Windows 2022] Default Nodejs version will be set to 20 on 2025-06-02](https://github.com/actions/runner-images/issues/12143) |
|
||||
| [The Windows 2019 Actions runner image will begin deprecation on 2025-06-01 and will be fully unsupported by 2025-06-30](https://github.com/actions/runner-images/issues/12045) |
|
||||
| [[Windows, Ubuntu] Python 3.8.x will be removed from 2025-06-06](https://github.com/actions/runner-images/issues/12034) |
|
||||
| [[Windows 19 and 22] Ruby version 3.0 will be removed from Windows images on 2025-06-06](https://github.com/actions/runner-images/issues/12033) |
|
||||
| [[Windows-2025] LLVM will be updated to version 20 on 2025-06-06](https://github.com/actions/runner-images/issues/12001) |
|
||||
| [[Windows] Go version 1.20 and 1.21 will be removed from the images on 2025-05-09 and 1.24 will be set as default.](https://github.com/actions/runner-images/issues/11711) |
|
||||
| [[Windows 19 and 22] Node.js version 16 will be removed from Windows images on 2025-05-09](https://github.com/actions/runner-images/issues/11710) |
|
||||
| [Windows Server 2025 is now available](https://github.com/actions/runner-images/issues/11228) |
|
||||
***
|
||||
# Windows Server 2022
|
||||
- OS Version: 10.0.20348 Build 3561
|
||||
- Image Version: 20250511.1.0
|
||||
- Image Version: 20250420.1.0
|
||||
|
||||
## Windows features
|
||||
- Windows Subsystem for Linux (WSLv1): Enabled
|
||||
@@ -18,27 +19,27 @@
|
||||
|
||||
### Language and Runtime
|
||||
- Bash 5.2.37(1)-release
|
||||
- Go 1.24.3
|
||||
- Go 1.21.13
|
||||
- Julia 1.10.5
|
||||
- Kotlin 2.1.10
|
||||
- LLVM 18.1.8
|
||||
- Node 18.20.8
|
||||
- Perl 5.32.1
|
||||
- PHP 8.4.7
|
||||
- PHP 8.4.6
|
||||
- Python 3.9.13
|
||||
- Ruby 3.0.7p220
|
||||
|
||||
### Package Management
|
||||
- Chocolatey 2.4.3
|
||||
- Composer 2.8.8
|
||||
- Helm 3.17.3
|
||||
- Miniconda 25.3.1 (pre-installed on the image but not added to PATH)
|
||||
- Helm 3.17.2
|
||||
- Miniconda 25.1.1 (pre-installed on the image but not added to PATH)
|
||||
- NPM 10.8.2
|
||||
- NuGet 6.13.2.1
|
||||
- pip 25.1.1 (python 3.9)
|
||||
- pip 25.0.1 (python 3.9)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.2.33
|
||||
- Vcpkg (build from commit ca846b2127)
|
||||
- Vcpkg (build from commit 0d5cae1530)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -49,20 +50,20 @@
|
||||
|
||||
### Project Management
|
||||
- Ant 1.10.15
|
||||
- Gradle 8.14
|
||||
- Gradle 8.13
|
||||
- Maven 3.9.9
|
||||
- sbt 1.10.11
|
||||
|
||||
### Tools
|
||||
- 7zip 24.09
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.29.0
|
||||
- azcopy 10.28.1
|
||||
- Bazel 8.2.1
|
||||
- Bazelisk 1.26.0
|
||||
- Bicep 0.35.1
|
||||
- Bicep 0.34.44
|
||||
- Cabal 3.14.2.0
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.21.2
|
||||
- CodeQL Action Bundle 2.21.0
|
||||
- Docker 27.5.1
|
||||
- Docker Compose v2 2.32.2
|
||||
- Docker-wincred 0.9.3
|
||||
@@ -73,7 +74,7 @@
|
||||
- InnoSetup 6.4.0
|
||||
- jq 1.7.1
|
||||
- Kind 0.27.0
|
||||
- Kubectl 1.33.0
|
||||
- Kubectl 1.32.3
|
||||
- Mercurial 5.0
|
||||
- gcc 12.2.0
|
||||
- gdb 11.2
|
||||
@@ -82,7 +83,7 @@
|
||||
- NSIS 3.10
|
||||
- OpenSSL 1.1.1w
|
||||
- Packer 1.12.0
|
||||
- Pulumi 3.167.0
|
||||
- Pulumi 3.163.0
|
||||
- R 4.4.2
|
||||
- Service Fabric SDK 10.1.2493.9590
|
||||
- Stack 3.5.1
|
||||
@@ -91,24 +92,24 @@
|
||||
- VSWhere 3.1.7
|
||||
- WinAppDriver 1.2.2009.02003
|
||||
- WiX Toolset 3.14.1.8722
|
||||
- yamllint 1.37.1
|
||||
- yamllint 1.37.0
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.12.1
|
||||
|
||||
### CLI Tools
|
||||
- Alibaba Cloud CLI 3.0.275
|
||||
- AWS CLI 2.27.12
|
||||
- AWS SAM CLI 1.138.0
|
||||
- Alibaba Cloud CLI 3.0.270
|
||||
- AWS CLI 2.26.5
|
||||
- AWS SAM CLI 1.137.1
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.72.0
|
||||
- Azure CLI 2.71.0
|
||||
- Azure DevOps CLI extension 1.0.1
|
||||
- GitHub CLI 2.72.0
|
||||
- GitHub CLI 2.70.0
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.86.0
|
||||
- Rust 1.86.0
|
||||
- Rustdoc 1.86.0
|
||||
- Rustup 1.28.2
|
||||
- Rustup 1.28.1
|
||||
|
||||
#### Packages
|
||||
- bindgen 0.71.1
|
||||
@@ -119,14 +120,14 @@
|
||||
- Rustfmt 1.8.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 136.0.7103.93
|
||||
- Chrome Driver 136.0.7103.92
|
||||
- Microsoft Edge 136.0.3240.64
|
||||
- Microsoft Edge Driver 136.0.3240.64
|
||||
- Mozilla Firefox 138.0.1
|
||||
- Google Chrome 135.0.7049.96
|
||||
- Chrome Driver 135.0.7049.95
|
||||
- Microsoft Edge 135.0.3179.85
|
||||
- Microsoft Edge Driver 135.0.3179.85
|
||||
- Mozilla Firefox 137.0.2
|
||||
- Gecko Driver 0.36.0
|
||||
- IE Driver 4.14.0.0
|
||||
- Selenium server 4.32.0
|
||||
- Selenium server 4.31.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -164,14 +165,16 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
### Cached Tools
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.13
|
||||
- 1.22.12
|
||||
- 1.23.9
|
||||
- 1.24.3
|
||||
- 1.23.8
|
||||
|
||||
#### Node.js
|
||||
- 16.20.2
|
||||
- 18.20.8
|
||||
- 20.19.1
|
||||
- 22.15.0
|
||||
- 20.19.0
|
||||
- 22.14.0
|
||||
|
||||
#### Python
|
||||
- 3.8.10
|
||||
@@ -200,7 +203,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Property | Value |
|
||||
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| ServiceName | postgresql-x64-14 |
|
||||
| Version | 14.18 |
|
||||
| Version | 14.17 |
|
||||
| ServiceStatus | Stopped |
|
||||
| ServiceStartType | Disabled |
|
||||
| EnvironmentVariables | PGBIN=C:\Program Files\PostgreSQL\14\bin <br> PGDATA=C:\Program Files\PostgreSQL\14\data <br> PGROOT=C:\Program Files\PostgreSQL\14 |
|
||||
@@ -214,7 +217,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| 5.0.31.0 | MongoDB | Stopped | Disabled |
|
||||
|
||||
### Database tools
|
||||
- Azure CosmosDb Emulator 2.14.22.0
|
||||
- Azure CosmosDb Emulator 2.14.21.0
|
||||
- DacFx 170.0.94.3
|
||||
- MySQL 8.0.42.0
|
||||
- SQL OLEDB Driver 18.7.4.0
|
||||
@@ -506,10 +509,10 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Powershell Modules
|
||||
- Az: 12.4.0
|
||||
- AWSPowershell: 4.1.817
|
||||
- AWSPowershell: 4.1.802
|
||||
- DockerMsftProvider: 1.0.0.8
|
||||
- MarkdownPS: 1.10
|
||||
- Microsoft.Graph: 2.28.0
|
||||
- Microsoft.Graph: 2.27.0
|
||||
- Pester: 3.4.0, 5.7.1
|
||||
- PowerShellGet: 1.0.0.1, 2.2.5
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
@@ -521,7 +524,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 8.0 |
|
||||
| Android Emulator | 35.5.10 |
|
||||
| Android Emulator | 35.4.9 |
|
||||
| Android SDK Build-tools | 36.0.0<br>35.0.0 35.0.1<br>34.0.0<br>33.0.0 33.0.1 33.0.2 33.0.3<br>32.0.0<br>31.0.0 |
|
||||
| Android SDK Platforms | android-36 (rev 2)<br>android-35-ext15 (rev 1)<br>android-35-ext14 (rev 1)<br>android-35 (rev 2)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (rev 1)<br>android-34-ext11 (rev 1)<br>android-34-ext10 (rev 1)<br>android-34 (rev 3)<br>android-33-ext5 (rev 1)<br>android-33-ext4 (rev 1)<br>android-33 (rev 3)<br>android-32 (rev 1)<br>android-31 (rev 1) |
|
||||
| Android SDK Platform-Tools | 35.0.2 |
|
||||
@@ -544,9 +547,9 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
### Cached Docker images
|
||||
| Repository:Tag | Digest | Created |
|
||||
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------ | ---------- |
|
||||
| mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2022 | sha256:e5e37e4db5f44210a0385c8e0d933858c9f0d2fdf1a9caf6e8591b3ecfe3b345 | 2025-04-25 |
|
||||
| mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2022 | sha256:9b8a9e04962234e0737f2fc52d99db8d029e82cda0c495b75c0f9a75a895781b | 2025-04-25 |
|
||||
| mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2022 | sha256:b04d00f0df9b8d85dab8a59a2f525a47e0726bb41cb5d7c23e46a4d8d816fdd8 | 2025-04-25 |
|
||||
| mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2022 | sha256:141da358f6c2378a0a0c1da8f1fc6a0ae4e407bda99cae81ef7ac0bbe17991aa | 2025-04-10 |
|
||||
| mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2022 | sha256:877e7d1c2f8d89f4a8fc6532286b83f6c6aa8cc980ffade6ad5dcf3cdbe85c2a | 2025-04-10 |
|
||||
| mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2022 | sha256:b824b671877b331774dda7adf061733e888194724eac4da67f56847ce7a175e8 | 2025-04-10 |
|
||||
| mcr.microsoft.com/windows/nanoserver:ltsc2022 | sha256:93a3cb1763e5e01bb4121a86f0dd364d1740f9ca1071f496532637873e40969e | 2025-04-16 |
|
||||
| mcr.microsoft.com/windows/servercore:ltsc2022 | sha256:478a07c20826b51e632b0d9a17003b329d873f8f20aec7052e21281fd4e9fbd8 | 2025-04-16 |
|
||||
| mcr.microsoft.com/windows/servercore:ltsc2022 | sha256:b1e1bd182c21723af77037208115bdc387dcecbab3802ed243d572a76ac50853 | 2025-03-06 |
|
||||
|
||||
|
||||
@@ -1,15 +1,16 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Ubuntu 22.04 and Windows 2022] Default Nodejs version will be set to 20 on 2025-06-02](https://github.com/actions/runner-images/issues/12143) |
|
||||
| [The Windows 2019 Actions runner image will begin deprecation on 2025-06-01 and will be fully unsupported by 2025-06-30](https://github.com/actions/runner-images/issues/12045) |
|
||||
| [[Windows, Ubuntu] Python 3.8.x will be removed from 2025-06-06](https://github.com/actions/runner-images/issues/12034) |
|
||||
| [[Windows 19 and 22] Ruby version 3.0 will be removed from Windows images on 2025-06-06](https://github.com/actions/runner-images/issues/12033) |
|
||||
| [[Windows-2025] LLVM will be updated to version 20 on 2025-06-06](https://github.com/actions/runner-images/issues/12001) |
|
||||
| [[Windows] Go version 1.20 and 1.21 will be removed from the images on 2025-05-09 and 1.24 will be set as default.](https://github.com/actions/runner-images/issues/11711) |
|
||||
| [[Windows 19 and 22] Node.js version 16 will be removed from Windows images on 2025-05-09](https://github.com/actions/runner-images/issues/11710) |
|
||||
| [Windows Server 2025 is now available](https://github.com/actions/runner-images/issues/11228) |
|
||||
***
|
||||
# Windows Server 2025
|
||||
- OS Version: 10.0.26100 Build 3775
|
||||
- Image Version: 20250511.1.0
|
||||
- Image Version: 20250420.1.0
|
||||
|
||||
## Windows features
|
||||
- Windows Subsystem for Linux (WSLv1): Enabled
|
||||
@@ -19,27 +20,27 @@
|
||||
|
||||
### Language and Runtime
|
||||
- Bash 5.2.37(1)-release
|
||||
- Go 1.24.3
|
||||
- Go 1.23.8
|
||||
- Julia 1.10.5
|
||||
- Kotlin 2.1.10
|
||||
- LLVM 19.1.7
|
||||
- Node 22.15.0
|
||||
- Node 22.14.0
|
||||
- Perl 5.40.0
|
||||
- PHP 8.4.7
|
||||
- PHP 8.4.6
|
||||
- Python 3.9.13
|
||||
- Ruby 3.3.8
|
||||
|
||||
### Package Management
|
||||
- Chocolatey 2.4.3
|
||||
- Composer 2.8.8
|
||||
- Helm 3.17.3
|
||||
- Miniconda 25.3.1 (pre-installed on the image but not added to PATH)
|
||||
- Helm 3.17.2
|
||||
- Miniconda 25.1.1 (pre-installed on the image but not added to PATH)
|
||||
- NPM 10.9.2
|
||||
- NuGet 6.13.2.1
|
||||
- pip 25.1.1 (python 3.9)
|
||||
- pip 25.0.1 (python 3.9)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.5.22
|
||||
- Vcpkg (build from commit ca846b2127)
|
||||
- Vcpkg (build from commit 0d5cae1530)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -50,20 +51,20 @@
|
||||
|
||||
### Project Management
|
||||
- Ant 1.10.15
|
||||
- Gradle 8.14
|
||||
- Gradle 8.13
|
||||
- Maven 3.9.9
|
||||
- sbt 1.10.11
|
||||
|
||||
### Tools
|
||||
- 7zip 24.09
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.29.0
|
||||
- azcopy 10.28.1
|
||||
- Bazel 8.2.1
|
||||
- Bazelisk 1.26.0
|
||||
- Bicep 0.35.1
|
||||
- Bicep 0.34.44
|
||||
- Cabal 3.14.2.0
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.21.2
|
||||
- CodeQL Action Bundle 2.21.0
|
||||
- Docker 27.5.1
|
||||
- Docker Compose v2 2.32.2
|
||||
- Docker-wincred 0.9.3
|
||||
@@ -73,14 +74,14 @@
|
||||
- ImageMagick 7.1.1-47
|
||||
- jq 1.7.1
|
||||
- Kind 0.27.0
|
||||
- Kubectl 1.33.0
|
||||
- Kubectl 1.32.3
|
||||
- gcc 14.2.0
|
||||
- gdb 16.2
|
||||
- GNU Binutils 2.44
|
||||
- Newman 6.2.1
|
||||
- OpenSSL 3.4.1
|
||||
- Packer 1.12.0
|
||||
- Pulumi 3.167.0
|
||||
- Pulumi 3.163.0
|
||||
- R 4.4.2
|
||||
- Service Fabric SDK 10.1.2493.9590
|
||||
- Stack 3.5.1
|
||||
@@ -88,37 +89,37 @@
|
||||
- VSWhere 3.1.7
|
||||
- WinAppDriver 1.2.2009.02003
|
||||
- WiX Toolset 3.14.1.8722
|
||||
- yamllint 1.37.1
|
||||
- yamllint 1.37.0
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.12.1
|
||||
|
||||
### CLI Tools
|
||||
- AWS CLI 2.27.12
|
||||
- AWS SAM CLI 1.138.0
|
||||
- AWS CLI 2.26.5
|
||||
- AWS SAM CLI 1.137.1
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.72.0
|
||||
- Azure CLI 2.71.0
|
||||
- Azure DevOps CLI extension 1.0.1
|
||||
- GitHub CLI 2.72.0
|
||||
- GitHub CLI 2.70.0
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.86.0
|
||||
- Rust 1.86.0
|
||||
- Rustdoc 1.86.0
|
||||
- Rustup 1.28.2
|
||||
- Rustup 1.28.1
|
||||
|
||||
#### Packages
|
||||
- Clippy 0.1.86
|
||||
- Rustfmt 1.8.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 136.0.7103.93
|
||||
- Chrome Driver 136.0.7103.92
|
||||
- Microsoft Edge 136.0.3240.64
|
||||
- Microsoft Edge Driver 136.0.3240.64
|
||||
- Mozilla Firefox 138.0.1
|
||||
- Google Chrome 135.0.7049.96
|
||||
- Chrome Driver 135.0.7049.95
|
||||
- Microsoft Edge 135.0.3179.85
|
||||
- Microsoft Edge Driver 135.0.3179.85
|
||||
- Mozilla Firefox 137.0.2
|
||||
- Gecko Driver 0.36.0
|
||||
- IE Driver 4.14.0.0
|
||||
- Selenium server 4.32.0
|
||||
- Selenium server 4.31.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -156,14 +157,14 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
### Cached Tools
|
||||
|
||||
#### Go
|
||||
- 1.21.13
|
||||
- 1.22.12
|
||||
- 1.23.9
|
||||
- 1.24.3
|
||||
- 1.23.8
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.1
|
||||
- 22.15.0
|
||||
- 20.19.0
|
||||
- 22.14.0
|
||||
|
||||
#### Python
|
||||
- 3.9.13
|
||||
@@ -187,7 +188,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Property | Value |
|
||||
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| ServiceName | postgresql-x64-17 |
|
||||
| Version | 17.5 |
|
||||
| Version | 17.4 |
|
||||
| ServiceStatus | Stopped |
|
||||
| ServiceStartType | Disabled |
|
||||
| EnvironmentVariables | PGBIN=C:\Program Files\PostgreSQL\17\bin <br> PGDATA=C:\Program Files\PostgreSQL\17\data <br> PGROOT=C:\Program Files\PostgreSQL\17 |
|
||||
@@ -201,12 +202,12 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| 7.0.19.0 | MongoDB | Stopped | Disabled |
|
||||
|
||||
### Database tools
|
||||
- Azure CosmosDb Emulator 2.14.22.0
|
||||
- Azure CosmosDb Emulator 2.14.21.0
|
||||
- DacFx 170.0.94.3
|
||||
- MySQL 8.0.42.0
|
||||
- SQL OLEDB Driver 18.7.4.0
|
||||
- SQLPS 1.0
|
||||
- MongoDB Shell (mongosh) 2.5.1
|
||||
- MongoDB Shell (mongosh) 2.5.0
|
||||
|
||||
### Web Servers
|
||||
| Name | Version | ConfigFile | ServiceName | ServiceStatus | ListenPort |
|
||||
@@ -482,10 +483,10 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Powershell Modules
|
||||
- Az: 12.4.0
|
||||
- AWSPowershell: 4.1.817
|
||||
- AWSPowershell: 4.1.802
|
||||
- DockerMsftProvider: 1.0.0.8
|
||||
- MarkdownPS: 1.10
|
||||
- Microsoft.Graph: 2.28.0
|
||||
- Microsoft.Graph: 2.27.0
|
||||
- Pester: 3.4.0, 5.7.1
|
||||
- PowerShellGet: 1.0.0.1, 2.2.5
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
@@ -497,7 +498,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 16.0 |
|
||||
| Android Emulator | 35.5.10 |
|
||||
| Android Emulator | 35.4.9 |
|
||||
| Android SDK Build-tools | 36.0.0<br>35.0.0 35.0.1<br>34.0.0 |
|
||||
| Android SDK Platforms | android-36 (rev 2)<br>android-35-ext15 (rev 1)<br>android-35-ext14 (rev 1)<br>android-35 (rev 2)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (rev 1)<br>android-34-ext11 (rev 1)<br>android-34-ext10 (rev 1)<br>android-34 (rev 3) |
|
||||
| Android SDK Platform-Tools | 35.0.2 |
|
||||
|
||||
@@ -15,7 +15,7 @@ New-Item -ItemType 'Directory' -Path $azureCliExtensionPath | Out-Null
|
||||
|
||||
Install-Binary -Type MSI `
|
||||
-Url 'https://aka.ms/installazurecliwindowsx64' `
|
||||
-ExpectedSignature '245D262748012A4FE6CE8BA6C951A4C4AFBC3E5D'
|
||||
-ExpectedSignature '8F985BE8FD256085C90A95D3C74580511A1DB975'
|
||||
|
||||
Update-Environment
|
||||
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
|
||||
Install-Binary -Type MSI `
|
||||
-Url "https://aka.ms/cosmosdb-emulator" `
|
||||
-ExpectedSHA256Sum "E2BEB2B242FEE3C1DD444C748C1ED1DC0120566ADC0A7BC612EB8EFB8D416089"
|
||||
-ExpectedSHA256Sum "7BAFEE9F90272C01F7924A1D8E62EE0954F555E229C7166B815253E526E666C4"
|
||||
|
||||
Invoke-PesterTests -TestFile "Tools" -TestName "Azure Cosmos DB Emulator"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
locals {
|
||||
managed_image_name = var.managed_image_name != "" ? var.managed_image_name : "packer-${var.image_os}-${var.image_version}"
|
||||
}
|
||||
|
||||
variable "agent_tools_directory" {
|
||||
type = string
|
||||
default = "C:\\hostedtoolcache\\windows"
|
||||
@@ -15,7 +19,7 @@ variable "azure_tags" {
|
||||
|
||||
variable "build_resource_group_name" {
|
||||
type = string
|
||||
default = "${env("BUILD_RG_NAME")}"
|
||||
default = "${env("BUILD_RESOURCE_GROUP_NAME")}"
|
||||
}
|
||||
|
||||
variable "client_cert_path" {
|
||||
@@ -77,7 +81,7 @@ variable "install_user" {
|
||||
|
||||
variable "location" {
|
||||
type = string
|
||||
default = ""
|
||||
default = "${env("ARM_RESOURCE_LOCATION")}"
|
||||
}
|
||||
|
||||
variable "managed_image_name" {
|
||||
@@ -140,89 +144,23 @@ variable "vm_size" {
|
||||
default = "Standard_F8s_v2"
|
||||
}
|
||||
|
||||
variable "image_offer" {
|
||||
type = string
|
||||
default = "WindowsServer"
|
||||
}
|
||||
|
||||
variable "image_publisher" {
|
||||
type = string
|
||||
default = "MicrosoftWindowsServer"
|
||||
}
|
||||
|
||||
variable "image_sku" {
|
||||
type = string
|
||||
default = "2019-Datacenter"
|
||||
}
|
||||
|
||||
variable "gallery_name" {
|
||||
type = string
|
||||
default = "${env("GALLERY_NAME")}"
|
||||
}
|
||||
|
||||
variable "gallery_resource_group_name" {
|
||||
type = string
|
||||
default = "${env("GALLERY_RG_NAME")}"
|
||||
}
|
||||
|
||||
variable "gallery_image_name" {
|
||||
type = string
|
||||
default = "${env("GALLERY_IMAGE_NAME")}"
|
||||
}
|
||||
|
||||
variable "gallery_image_version" {
|
||||
type = string
|
||||
default = "${env("GALLERY_IMAGE_VERSION")}"
|
||||
}
|
||||
|
||||
variable "gallery_storage_account_type" {
|
||||
type = string
|
||||
default = "${env("GALLERY_STORAGE_ACCOUNT_TYPE")}"
|
||||
}
|
||||
|
||||
variable "build_key_vault_name" {
|
||||
type = string
|
||||
default = "${env("BUILD_KEY_VAULT_NAME")}"
|
||||
}
|
||||
|
||||
variable "build_key_vault_secret_name" {
|
||||
type = string
|
||||
default = "${env("BUILD_KEY_VAULT_SECRET_NAME")}"
|
||||
}
|
||||
|
||||
variable "use_azure_cli_auth" {
|
||||
type = bool
|
||||
default = false
|
||||
}
|
||||
|
||||
variable "os_disk_size_gb" {
|
||||
type = number
|
||||
default = 256
|
||||
}
|
||||
|
||||
variable "image_os_type" {
|
||||
type = string
|
||||
default = "Windows"
|
||||
}
|
||||
|
||||
source "azure-arm" "image" {
|
||||
allowed_inbound_ip_addresses = "${var.allowed_inbound_ip_addresses}"
|
||||
build_resource_group_name = "${var.build_resource_group_name}"
|
||||
client_cert_path = "${var.client_cert_path}"
|
||||
client_id = "${var.client_id}"
|
||||
client_secret = "${var.client_secret}"
|
||||
use_azure_cli_auth = var.use_azure_cli_auth
|
||||
communicator = "winrm"
|
||||
image_offer = "${var.image_offer}"
|
||||
image_publisher = "${var.image_publisher}"
|
||||
image_sku = "${var.image_sku}"
|
||||
image_offer = "WindowsServer"
|
||||
image_publisher = "MicrosoftWindowsServer"
|
||||
image_sku = "2019-Datacenter"
|
||||
location = "${var.location}"
|
||||
managed_image_name = "${var.managed_image_name}"
|
||||
managed_image_name = "${local.managed_image_name}"
|
||||
managed_image_resource_group_name = "${var.managed_image_resource_group_name}"
|
||||
managed_image_storage_account_type = "${var.managed_image_storage_account_type}"
|
||||
object_id = "${var.object_id}"
|
||||
os_disk_size_gb = var.os_disk_size_gb
|
||||
os_type = var.image_os_type
|
||||
os_disk_size_gb = "256"
|
||||
os_type = "Windows"
|
||||
private_virtual_network_with_public_ip = "${var.private_virtual_network_with_public_ip}"
|
||||
subscription_id = "${var.subscription_id}"
|
||||
temp_resource_group_name = "${var.temp_resource_group_name}"
|
||||
@@ -234,18 +172,6 @@ source "azure-arm" "image" {
|
||||
winrm_insecure = "true"
|
||||
winrm_use_ssl = "true"
|
||||
winrm_username = "packer"
|
||||
winrm_expiration_time = "1440h"
|
||||
build_key_vault_name = var.build_key_vault_name
|
||||
build_key_vault_secret_name = var.build_key_vault_secret_name
|
||||
|
||||
shared_image_gallery_destination {
|
||||
subscription = var.subscription_id
|
||||
gallery_name = var.gallery_name
|
||||
resource_group = var.gallery_resource_group_name
|
||||
image_name = var.gallery_image_name
|
||||
image_version = var.gallery_image_version
|
||||
storage_account_type = var.gallery_storage_account_type
|
||||
}
|
||||
|
||||
dynamic "azure_tag" {
|
||||
for_each = var.azure_tags
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
locals {
|
||||
managed_image_name = var.managed_image_name != "" ? var.managed_image_name : "packer-${var.image_os}-${var.image_version}"
|
||||
}
|
||||
|
||||
variable "agent_tools_directory" {
|
||||
type = string
|
||||
default = "C:\\hostedtoolcache\\windows"
|
||||
@@ -15,7 +19,7 @@ variable "azure_tags" {
|
||||
|
||||
variable "build_resource_group_name" {
|
||||
type = string
|
||||
default = "${env("BUILD_RG_NAME")}"
|
||||
default = "${env("BUILD_RESOURCE_GROUP_NAME")}"
|
||||
}
|
||||
|
||||
variable "client_cert_path" {
|
||||
@@ -77,7 +81,7 @@ variable "install_user" {
|
||||
|
||||
variable "location" {
|
||||
type = string
|
||||
default = ""
|
||||
default = "${env("ARM_RESOURCE_LOCATION")}"
|
||||
}
|
||||
|
||||
variable "managed_image_name" {
|
||||
@@ -140,89 +144,23 @@ variable "vm_size" {
|
||||
default = "Standard_F8s_v2"
|
||||
}
|
||||
|
||||
variable "image_offer" {
|
||||
type = string
|
||||
default = "WindowsServer"
|
||||
}
|
||||
|
||||
variable "image_publisher" {
|
||||
type = string
|
||||
default = "MicrosoftWindowsServer"
|
||||
}
|
||||
|
||||
variable "image_sku" {
|
||||
type = string
|
||||
default = "2022-Datacenter"
|
||||
}
|
||||
|
||||
variable "gallery_name" {
|
||||
type = string
|
||||
default = "${env("GALLERY_NAME")}"
|
||||
}
|
||||
|
||||
variable "gallery_resource_group_name" {
|
||||
type = string
|
||||
default = "${env("GALLERY_RG_NAME")}"
|
||||
}
|
||||
|
||||
variable "gallery_image_name" {
|
||||
type = string
|
||||
default = "${env("GALLERY_IMAGE_NAME")}"
|
||||
}
|
||||
|
||||
variable "gallery_image_version" {
|
||||
type = string
|
||||
default = "${env("GALLERY_IMAGE_VERSION")}"
|
||||
}
|
||||
|
||||
variable "gallery_storage_account_type" {
|
||||
type = string
|
||||
default = "${env("GALLERY_STORAGE_ACCOUNT_TYPE")}"
|
||||
}
|
||||
|
||||
variable "build_key_vault_name" {
|
||||
type = string
|
||||
default = "${env("BUILD_KEY_VAULT_NAME")}"
|
||||
}
|
||||
|
||||
variable "build_key_vault_secret_name" {
|
||||
type = string
|
||||
default = "${env("BUILD_KEY_VAULT_SECRET_NAME")}"
|
||||
}
|
||||
|
||||
variable "use_azure_cli_auth" {
|
||||
type = bool
|
||||
default = false
|
||||
}
|
||||
|
||||
variable "os_disk_size_gb" {
|
||||
type = number
|
||||
default = 256
|
||||
}
|
||||
|
||||
variable "image_os_type" {
|
||||
type = string
|
||||
default = "Windows"
|
||||
}
|
||||
|
||||
source "azure-arm" "image" {
|
||||
allowed_inbound_ip_addresses = "${var.allowed_inbound_ip_addresses}"
|
||||
build_resource_group_name = "${var.build_resource_group_name}"
|
||||
client_cert_path = "${var.client_cert_path}"
|
||||
client_id = "${var.client_id}"
|
||||
client_secret = "${var.client_secret}"
|
||||
use_azure_cli_auth = var.use_azure_cli_auth
|
||||
communicator = "winrm"
|
||||
image_offer = "${var.image_offer}"
|
||||
image_publisher = "${var.image_publisher}"
|
||||
image_sku = "${var.image_sku}"
|
||||
image_offer = "WindowsServer"
|
||||
image_publisher = "MicrosoftWindowsServer"
|
||||
image_sku = "2022-Datacenter"
|
||||
location = "${var.location}"
|
||||
managed_image_name = "${var.managed_image_name}"
|
||||
managed_image_name = "${local.managed_image_name}"
|
||||
managed_image_resource_group_name = "${var.managed_image_resource_group_name}"
|
||||
managed_image_storage_account_type = "${var.managed_image_storage_account_type}"
|
||||
object_id = "${var.object_id}"
|
||||
os_disk_size_gb = var.os_disk_size_gb
|
||||
os_type = var.image_os_type
|
||||
os_disk_size_gb = "256"
|
||||
os_type = "Windows"
|
||||
private_virtual_network_with_public_ip = "${var.private_virtual_network_with_public_ip}"
|
||||
subscription_id = "${var.subscription_id}"
|
||||
temp_resource_group_name = "${var.temp_resource_group_name}"
|
||||
@@ -234,18 +172,6 @@ source "azure-arm" "image" {
|
||||
winrm_insecure = "true"
|
||||
winrm_use_ssl = "true"
|
||||
winrm_username = "packer"
|
||||
winrm_expiration_time = "1440h"
|
||||
build_key_vault_name = var.build_key_vault_name
|
||||
build_key_vault_secret_name = var.build_key_vault_secret_name
|
||||
|
||||
shared_image_gallery_destination {
|
||||
subscription = var.subscription_id
|
||||
gallery_name = var.gallery_name
|
||||
resource_group = var.gallery_resource_group_name
|
||||
image_name = var.gallery_image_name
|
||||
image_version = var.gallery_image_version
|
||||
storage_account_type = var.gallery_storage_account_type
|
||||
}
|
||||
|
||||
dynamic "azure_tag" {
|
||||
for_each = var.azure_tags
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
locals {
|
||||
managed_image_name = var.managed_image_name != "" ? var.managed_image_name : "packer-${var.image_os}-${var.image_version}"
|
||||
}
|
||||
|
||||
variable "agent_tools_directory" {
|
||||
type = string
|
||||
default = "C:\\hostedtoolcache\\windows"
|
||||
@@ -15,7 +19,7 @@ variable "azure_tags" {
|
||||
|
||||
variable "build_resource_group_name" {
|
||||
type = string
|
||||
default = "${env("BUILD_RG_NAME")}"
|
||||
default = "${env("BUILD_RESOURCE_GROUP_NAME")}"
|
||||
}
|
||||
|
||||
variable "client_cert_path" {
|
||||
@@ -77,7 +81,7 @@ variable "install_user" {
|
||||
|
||||
variable "location" {
|
||||
type = string
|
||||
default = ""
|
||||
default = "${env("ARM_RESOURCE_LOCATION")}"
|
||||
}
|
||||
|
||||
variable "managed_image_name" {
|
||||
@@ -140,89 +144,23 @@ variable "vm_size" {
|
||||
default = "Standard_F8s_v2"
|
||||
}
|
||||
|
||||
variable "image_offer" {
|
||||
type = string
|
||||
default = "WindowsServer"
|
||||
}
|
||||
|
||||
variable "image_publisher" {
|
||||
type = string
|
||||
default = "MicrosoftWindowsServer"
|
||||
}
|
||||
|
||||
variable "image_sku" {
|
||||
type = string
|
||||
default = "2025-Datacenter"
|
||||
}
|
||||
|
||||
variable "gallery_name" {
|
||||
type = string
|
||||
default = "${env("GALLERY_NAME")}"
|
||||
}
|
||||
|
||||
variable "gallery_resource_group_name" {
|
||||
type = string
|
||||
default = "${env("GALLERY_RG_NAME")}"
|
||||
}
|
||||
|
||||
variable "gallery_image_name" {
|
||||
type = string
|
||||
default = "${env("GALLERY_IMAGE_NAME")}"
|
||||
}
|
||||
|
||||
variable "gallery_image_version" {
|
||||
type = string
|
||||
default = "${env("GALLERY_IMAGE_VERSION")}"
|
||||
}
|
||||
|
||||
variable "gallery_storage_account_type" {
|
||||
type = string
|
||||
default = "${env("GALLERY_STORAGE_ACCOUNT_TYPE")}"
|
||||
}
|
||||
|
||||
variable "build_key_vault_name" {
|
||||
type = string
|
||||
default = "${env("BUILD_KEY_VAULT_NAME")}"
|
||||
}
|
||||
|
||||
variable "build_key_vault_secret_name" {
|
||||
type = string
|
||||
default = "${env("BUILD_KEY_VAULT_SECRET_NAME")}"
|
||||
}
|
||||
|
||||
variable "use_azure_cli_auth" {
|
||||
type = bool
|
||||
default = false
|
||||
}
|
||||
|
||||
variable "os_disk_size_gb" {
|
||||
type = number
|
||||
default = 150
|
||||
}
|
||||
|
||||
variable "image_os_type" {
|
||||
type = string
|
||||
default = "Windows"
|
||||
}
|
||||
|
||||
source "azure-arm" "image" {
|
||||
allowed_inbound_ip_addresses = "${var.allowed_inbound_ip_addresses}"
|
||||
build_resource_group_name = "${var.build_resource_group_name}"
|
||||
client_cert_path = "${var.client_cert_path}"
|
||||
client_id = "${var.client_id}"
|
||||
client_secret = "${var.client_secret}"
|
||||
use_azure_cli_auth = var.use_azure_cli_auth
|
||||
communicator = "winrm"
|
||||
image_offer = "${var.image_offer}"
|
||||
image_publisher = "${var.image_publisher}"
|
||||
image_sku = "${var.image_sku}"
|
||||
image_offer = "WindowsServer"
|
||||
image_publisher = "MicrosoftWindowsServer"
|
||||
image_sku = "2025-Datacenter"
|
||||
location = "${var.location}"
|
||||
managed_image_name = "${var.managed_image_name}"
|
||||
managed_image_name = "${local.managed_image_name}"
|
||||
managed_image_resource_group_name = "${var.managed_image_resource_group_name}"
|
||||
managed_image_storage_account_type = "${var.managed_image_storage_account_type}"
|
||||
object_id = "${var.object_id}"
|
||||
os_disk_size_gb = var.os_disk_size_gb
|
||||
os_type = var.image_os_type
|
||||
os_disk_size_gb = "150"
|
||||
os_type = "Windows"
|
||||
private_virtual_network_with_public_ip = "${var.private_virtual_network_with_public_ip}"
|
||||
subscription_id = "${var.subscription_id}"
|
||||
temp_resource_group_name = "${var.temp_resource_group_name}"
|
||||
@@ -234,18 +172,6 @@ source "azure-arm" "image" {
|
||||
winrm_insecure = "true"
|
||||
winrm_use_ssl = "true"
|
||||
winrm_username = "packer"
|
||||
winrm_expiration_time = "1440h"
|
||||
build_key_vault_name = var.build_key_vault_name
|
||||
build_key_vault_secret_name = var.build_key_vault_secret_name
|
||||
|
||||
shared_image_gallery_destination {
|
||||
subscription = var.subscription_id
|
||||
gallery_name = var.gallery_name
|
||||
resource_group = var.gallery_resource_group_name
|
||||
image_name = var.gallery_image_name
|
||||
image_version = var.gallery_image_version
|
||||
storage_account_type = var.gallery_storage_account_type
|
||||
}
|
||||
|
||||
dynamic "azure_tag" {
|
||||
for_each = var.azure_tags
|
||||
|
||||
@@ -60,6 +60,7 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"16.*",
|
||||
"18.*",
|
||||
"20.*",
|
||||
"22.*"
|
||||
@@ -71,11 +72,12 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"1.20.*",
|
||||
"1.21.*",
|
||||
"1.22.*",
|
||||
"1.23.*",
|
||||
"1.24.*"
|
||||
"1.23.*"
|
||||
],
|
||||
"default": "1.24.*"
|
||||
"default": "1.21.*"
|
||||
}
|
||||
],
|
||||
"powershellModules": [
|
||||
|
||||
@@ -59,6 +59,7 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"16.*",
|
||||
"18.*",
|
||||
"20.*",
|
||||
"22.*"
|
||||
@@ -70,11 +71,12 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"1.20.*",
|
||||
"1.21.*",
|
||||
"1.22.*",
|
||||
"1.23.*",
|
||||
"1.24.*"
|
||||
"1.23.*"
|
||||
],
|
||||
"default": "1.24.*"
|
||||
"default": "1.21.*"
|
||||
}
|
||||
],
|
||||
"powershellModules": [
|
||||
|
||||
@@ -51,11 +51,11 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"1.21.*",
|
||||
"1.22.*",
|
||||
"1.23.*",
|
||||
"1.24.*"
|
||||
"1.23.*"
|
||||
],
|
||||
"default": "1.24.*"
|
||||
"default": "1.23.*"
|
||||
}
|
||||
],
|
||||
"powershellModules": [
|
||||
|
||||
Reference in New Issue
Block a user