Compare commits

..
26 changed files with 550 additions and 514 deletions
+1 -3
View File
@@ -10,8 +10,7 @@ param(
[String] [Parameter (Mandatory=$true)] $TenantId,
[String] [Parameter (Mandatory=$false)] $VirtualNetworkName,
[String] [Parameter (Mandatory=$false)] $VirtualNetworkRG,
[String] [Parameter (Mandatory=$false)] $VirtualNetworkSubnet,
[String] [Parameter (Mandatory=$false)] $AllowedInboundIpAddresses = "[]"
[String] [Parameter (Mandatory=$false)] $VirtualNetworkSubnet
)
if (-not (Test-Path $TemplatePath))
@@ -55,7 +54,6 @@ packer build -var "client_id=$ClientId" `
-var "virtual_network_name=$VirtualNetworkName" `
-var "virtual_network_resource_group_name=$VirtualNetworkRG" `
-var "virtual_network_subnet_name=$VirtualNetworkSubnet" `
-var "allowed_inbound_ip_addresses=$($AllowedInboundIpAddresses)" `
-color=false `
$TemplatePath `
| Where-Object {
+22 -21
View File
@@ -2,11 +2,12 @@
|-|
| [[macOS] GCC 11 will be removed from all macOS images on August 12](https://github.com/actions/runner-images/issues/10213) |
| [[macOS] Default Xcode on macOS 14 Sonoma will be set to Xcode 15.4 on July, 22](https://github.com/actions/runner-images/issues/10121) |
| [[macOS] Default Xcode on macOS 13 Ventura will be set to Xcode 15.2 on July, 15](https://github.com/actions/runner-images/issues/10120) |
***
# macOS 12
- OS Version: macOS 12.7.5 (21H1222)
- Kernel Version: Darwin 21.6.0
- Image Version: 20240721.1
- Image Version: 20240714.2
## Installed Software
@@ -39,19 +40,19 @@
- Ruby 3.0.7p220
### Package Management
- Bundler 2.5.16
- Bundler 2.5.15
- Carthage 0.39.1
- CocoaPods 1.15.2
- Composer 2.7.7
- Homebrew 4.3.10
- Homebrew 4.3.9
- Miniconda 24.5.0
- NPM 10.7.0
- NuGet 6.3.1.1
- Pip 20.3.4 (python 2.7)
- Pip3 24.1.2 (python 3.12)
- Pipx 1.6.0
- RubyGems 3.5.16
- Vcpkg 2024 (build from commit 821100d96)
- RubyGems 3.5.15
- Vcpkg 2024 (build from commit 7aeffc910)
- Yarn 1.22.22
#### Environment variables
@@ -76,11 +77,11 @@
- Curl 8.8.0
- Git 2.45.2
- Git LFS 3.5.1
- GitHub CLI 2.53.0
- GitHub CLI 2.52.0
- GNU Tar 1.35 - available by 'gtar' alias
- GNU Wget 1.24.5
- gpg (GnuPG) 2.4.5
- ImageMagick 7.1.1-35
- ImageMagick 7.1.1-34
- jq 1.7.1
- mongo 5.0.28
- mongod 5.0.28
@@ -99,16 +100,16 @@
### Tools
- App Center CLI 3.0.1
- AWS CLI 2.17.14
- AWS CLI 2.17.13
- AWS SAM CLI 1.120.0
- AWS Session Manager CLI 1.2.650.0
- Azure CLI 2.62.0
- Azure CLI (azure-devops) 1.0.1
- Bicep CLI 0.29.45
- Bicep CLI 0.28.1
- Cabal 3.10.3.0
- Cmake 3.30.1
- Cmake 3.30.0
- CodeQL Action Bundle 2.18.0
- Colima 0.6.10
- Colima 0.6.9
- Fastlane 2.221.1
- GHC 9.10.1
- GHCup 0.1.30.0
@@ -127,14 +128,14 @@
### Browsers
- Safari 17.5 (17618.2.12.111.5)
- SafariDriver 17.5 (17618.2.12.111.5)
- Google Chrome 126.0.6478.183
- Google Chrome for Testing 126.0.6478.182
- ChromeDriver 126.0.6478.182
- Microsoft Edge 126.0.2592.113
- Google Chrome 126.0.6478.127
- Google Chrome for Testing 126.0.6478.126
- ChromeDriver 126.0.6478.126
- Microsoft Edge 126.0.2592.102
- Microsoft Edge WebDriver 126.0.2592.102
- Mozilla Firefox 128.0
- geckodriver 0.34.0
- Selenium server 4.23.0
- Selenium server 4.22.0
#### Environment variables
| Name | Value |
@@ -146,10 +147,10 @@
### Java
| Version | Environment Variable |
| ------------------- | -------------------- |
| 8.0.422+5 (default) | JAVA_HOME_8_X64 |
| 11.0.24+8 | JAVA_HOME_11_X64 |
| 17.0.12+7 | JAVA_HOME_17_X64 |
| 21.0.4+7.0 | JAVA_HOME_21_X64 |
| 8.0.412+8 (default) | JAVA_HOME_8_X64 |
| 11.0.23+9 | JAVA_HOME_11_X64 |
| 17.0.11+9 | JAVA_HOME_17_X64 |
| 21.0.3+9.0 | JAVA_HOME_21_X64 |
### Cached Tools
@@ -208,7 +209,7 @@
### Web Servers
| Name | Version | ConfigFile | ServiceStatus | ListenPort |
| ----- | ------- | ------------------------------- | ------------- | ---------- |
| httpd | 2.4.62 | /usr/local/etc/httpd/httpd.conf | none | 80 |
| httpd | 2.4.61 | /usr/local/etc/httpd/httpd.conf | none | 80 |
| nginx | 1.27.0 | /usr/local/etc/nginx/nginx.conf | none | 80 |
### Xamarin
+36 -34
View File
@@ -1,11 +1,13 @@
| Announcements |
|-|
| [[macOS] GCC 11 will be removed from all macOS images on August 12](https://github.com/actions/runner-images/issues/10213) |
| [[macOS] Default Xcode on macOS 14 Sonoma will be set to Xcode 15.4 on July, 22](https://github.com/actions/runner-images/issues/10121) |
| [[macOS] Default Xcode on macOS 13 Ventura will be set to Xcode 15.2 on July, 15](https://github.com/actions/runner-images/issues/10120) |
***
# macOS 13
- OS Version: macOS 13.6.7 (22G720)
- Kernel Version: Darwin 22.6.0
- Image Version: 20240728.2
- Image Version: 20240714.1
## Installed Software
@@ -31,17 +33,17 @@
- Ruby 3.0.7p220
### Package Management
- Bundler 2.5.16
- Bundler 2.5.15
- Carthage 0.39.1
- CocoaPods 1.15.2
- Composer 2.7.7
- Homebrew 4.3.10
- Homebrew 4.3.9
- NPM 10.7.0
- NuGet 6.3.1.1
- Pip3 24.2 (python 3.12)
- Pip3 24.1.2 (python 3.12)
- Pipx 1.6.0
- RubyGems 3.5.16
- Vcpkg 2024 (build from commit cacf59943)
- RubyGems 3.5.15
- Vcpkg 2024 (build from commit 7aeffc910)
- Yarn 1.22.22
### Project Management
@@ -56,10 +58,10 @@
- bazel 7.2.1
- bazelisk 1.20.0
- bsdtar 3.5.3 - available by 'tar' alias
- Curl 8.9.0
- Curl 8.8.0
- Git 2.45.2
- Git LFS 3.5.1
- GitHub CLI 2.53.0
- GitHub CLI 2.52.0
- GNU Tar 1.35 - available by 'gtar' alias
- GNU Wget 1.24.5
- gpg (GnuPG) 2.4.5
@@ -71,17 +73,17 @@
- zstd 1.5.6
### Tools
- AWS CLI 2.17.18
- AWS CLI 2.17.13
- AWS SAM CLI 1.120.0
- AWS Session Manager CLI 1.2.650.0
- Azure CLI 2.62.0
- Azure CLI (azure-devops) 1.0.1
- Bicep CLI 0.29.47
- Cmake 3.30.1
- CodeQL Action Bundle 2.18.1
- Fastlane 2.222.0
- SwiftFormat 0.54.3
- Xcbeautify 2.5.0
- Bicep CLI 0.28.1
- Cmake 3.30.0
- CodeQL Action Bundle 2.18.0
- Fastlane 2.221.1
- SwiftFormat 0.54.1
- Xcbeautify 2.4.1
- Xcode Command Line Tools 14.3.1.0.1.1683849156
- Xcodes 1.5.0
@@ -91,14 +93,14 @@
### Browsers
- Safari 17.5 (18618.2.12.111.5)
- SafariDriver 17.5 (18618.2.12.111.5)
- Google Chrome 127.0.6533.73
- Google Chrome for Testing 127.0.6533.72
- ChromeDriver 127.0.6533.72
- Microsoft Edge 127.0.2651.74
- Microsoft Edge WebDriver 127.0.2651.78
- Mozilla Firefox 128.0.3
- Google Chrome 126.0.6478.127
- Google Chrome for Testing 126.0.6478.126
- ChromeDriver 126.0.6478.126
- Microsoft Edge 126.0.2592.102
- Microsoft Edge WebDriver 126.0.2592.102
- Mozilla Firefox 128.0
- geckodriver 0.34.0
- Selenium server 4.23.0
- Selenium server 4.22.0
#### Environment variables
| Name | Value |
@@ -110,10 +112,10 @@
### Java
| Version | Environment Variable |
| ------------------- | -------------------- |
| 8.0.422+5.1 | JAVA_HOME_8_X64 |
| 11.0.24+8 | JAVA_HOME_11_X64 |
| 17.0.12+7 (default) | JAVA_HOME_17_X64 |
| 21.0.4+7.0 | JAVA_HOME_21_X64 |
| 8.0.412+8 | JAVA_HOME_8_X64 |
| 11.0.23+9 | JAVA_HOME_11_X64 |
| 17.0.11+9 (default) | JAVA_HOME_17_X64 |
| 21.0.3+9.0 | JAVA_HOME_21_X64 |
### Cached Tools
@@ -138,7 +140,7 @@
#### Node.js
- 16.20.2
- 18.20.4
- 20.16.0
- 20.15.1
#### Go
- 1.20.14
@@ -146,17 +148,17 @@
- 1.22.5
### Rust Tools
- Cargo 1.80.0
- Rust 1.80.0
- Rustdoc 1.80.0
- Cargo 1.79.0
- Rust 1.79.0
- Rustdoc 1.79.0
- Rustup 1.27.1
#### Packages
- Clippy 0.1.80
- Clippy 0.1.79
- Rustfmt 1.7.0-stable
### PowerShell Tools
- PowerShell 7.4.4
- PowerShell 7.4.3
#### PowerShell Modules
- Az: 12.1.0
@@ -207,11 +209,11 @@
| Simulator - watchOS 9.4 | watchsimulator9.4 | 14.3.1 |
| Simulator - watchOS 10.0 | watchsimulator10.0 | 15.0.1 |
| Simulator - watchOS 10.2 | watchsimulator10.2 | 15.1, 15.2 |
| Simulator - visionOS 1.0 | xrsimulator1.0 | 15.2 |
| 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 |
+32 -31
View File
@@ -1,11 +1,12 @@
| Announcements |
|-|
| [[macOS] GCC 11 will be removed from all macOS images on August 12](https://github.com/actions/runner-images/issues/10213) |
| [[macOS] Default Xcode on macOS 14 Sonoma will be set to Xcode 15.4 on July, 22](https://github.com/actions/runner-images/issues/10121) |
***
# macOS 13
- OS Version: macOS 13.6.8 (22G820)
- OS Version: macOS 13.6.7 (22G720)
- Kernel Version: Darwin 22.6.0
- Image Version: 20240804.1
- Image Version: 20240721.1
## Installed Software
@@ -24,21 +25,21 @@
- GNU Fortran 14 (Homebrew GCC 14.1.0_2) - available by `gfortran-14` alias
- Kotlin 2.0.0-release-341
- Mono 6.12.0.188
- Node.js 20.16.0
- Node.js 20.15.1
- Perl 5.38.2
- Python3 3.12.4
- Ruby 3.0.7p220
### Package Management
- Bundler 2.5.17
- Bundler 2.5.16
- Carthage 0.39.1
- CocoaPods 1.15.2
- Homebrew 4.3.12
- NPM 10.8.1
- Homebrew 4.3.10
- NPM 10.7.0
- NuGet 6.3.1.1
- Pip3 24.0 (python 3.12)
- Pipx 1.6.0
- RubyGems 3.5.17
- RubyGems 3.5.16
- Yarn 1.22.22
### Project Management
@@ -49,14 +50,14 @@
### Utilities
- 7-Zip 17.05
- aria2 1.37.0
- azcopy 10.26.0
- azcopy 10.25.1
- bazel 7.2.1
- bazelisk 1.20.0
- bsdtar 3.5.3 - available by 'tar' alias
- Curl 8.7.1
- Git 2.46.0
- Curl 8.4.0
- Git 2.45.2
- Git LFS 3.5.1
- GitHub CLI 2.54.0
- GitHub CLI 2.53.0
- GNU Tar 1.35 - available by 'gtar' alias
- GNU Wget 1.24.5
- gpg (GnuPG) 2.4.5
@@ -68,28 +69,28 @@
- zstd 1.5.6
### Tools
- AWS CLI 2.17.22
- AWS SAM CLI 1.121.0
- AWS CLI 2.17.14
- AWS SAM CLI 1.120.0
- AWS Session Manager CLI 1.2.650.0
- Azure CLI 2.62.0
- Azure CLI (azure-devops) 1.0.1
- Bicep CLI 0.29.47
- Cmake 3.30.2
- CodeQL Action Bundle 2.18.1
- Fastlane 2.222.0
- SwiftFormat 0.54.3
- Xcbeautify 2.7.0
- Bicep CLI 0.29.45
- Cmake 3.30.1
- CodeQL Action Bundle 2.18.0
- Fastlane 2.221.1
- SwiftFormat 0.54.1
- Xcbeautify 2.4.1
- Xcode Command Line Tools 14.3.1.0.1.1683849156
- Xcodes 1.5.0
### Linters
### Browsers
- Safari 17.6 (18618.3.11.11.7)
- SafariDriver 17.6 (18618.3.11.11.7)
- Google Chrome 127.0.6533.89
- Google Chrome for Testing 127.0.6533.88
- ChromeDriver 127.0.6533.88
- Safari 17.5 (18618.2.12.111.5)
- SafariDriver 17.5 (18618.2.12.111.5)
- Google Chrome 126.0.6478.183
- Google Chrome for Testing 126.0.6478.182
- ChromeDriver 126.0.6478.182
- Selenium server 4.23.0
#### Environment variables
@@ -117,7 +118,7 @@
#### Node.js
- 16.20.1
- 18.20.4
- 20.16.0
- 20.15.1
#### Go
- 1.20.14
@@ -125,17 +126,17 @@
- 1.22.5
### Rust Tools
- Cargo 1.80.0
- Rust 1.80.0
- Rustdoc 1.80.0
- Cargo 1.79.0
- Rust 1.79.0
- Rustdoc 1.79.0
- Rustup 1.27.1
#### Packages
- Clippy 0.1.80
- Clippy 0.1.79
- Rustfmt 1.7.0-stable
### PowerShell Tools
- PowerShell 7.4.4
- PowerShell 7.4.3
#### PowerShell Modules
- Az: 12.1.0
@@ -189,8 +190,8 @@
| Simulator - visionOS 1.0 | xrsimulator1.0 | 15.2 |
| visionOS 1.0 | xros1.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 |
+45 -43
View File
@@ -1,11 +1,13 @@
| Announcements |
|-|
| [[macOS] GCC 11 will be removed from all macOS images on August 12](https://github.com/actions/runner-images/issues/10213) |
| [[macOS] Default Xcode on macOS 14 Sonoma will be set to Xcode 15.4 on July, 22](https://github.com/actions/runner-images/issues/10121) |
| [[macOS] Default Xcode on macOS 13 Ventura will be set to Xcode 15.2 on July, 15](https://github.com/actions/runner-images/issues/10120) |
***
# macOS 14
- OS Version: macOS 14.5 (23F79)
- Kernel Version: Darwin 23.5.0
- Image Version: 20240728.1
- Image Version: 20240714.2
## Installed Software
@@ -31,16 +33,16 @@
- Ruby 3.0.7p220
### Package Management
- Bundler 2.5.16
- Bundler 2.5.15
- Carthage 0.39.1
- CocoaPods 1.15.2
- Composer 2.7.7
- Homebrew 4.3.10
- Homebrew 4.3.9
- NPM 10.7.0
- NuGet 6.3.1.1
- Pip3 24.2 (python 3.12)
- Pip3 24.1.2 (python 3.12)
- Pipx 1.6.0
- RubyGems 3.5.16
- RubyGems 3.5.15
- Yarn 1.22.22
### Project Management
@@ -55,10 +57,10 @@
- bazel 7.2.1
- bazelisk 1.20.0
- bsdtar 3.5.3 - available by 'tar' alias
- Curl 8.9.0
- Curl 8.8.0
- Git 2.45.2
- Git LFS 3.5.1
- GitHub CLI 2.53.0
- GitHub CLI 2.52.0
- GNU Tar 1.35 - available by 'gtar' alias
- GNU Wget 1.24.5
- gpg (GnuPG) 2.4.5
@@ -70,17 +72,17 @@
- zstd 1.5.6
### Tools
- AWS CLI 2.17.18
- AWS CLI 2.17.13
- AWS SAM CLI 1.120.0
- AWS Session Manager CLI 1.2.650.0
- Azure CLI 2.62.0
- Azure CLI (azure-devops) 1.0.1
- Bicep CLI 0.29.47
- Cmake 3.30.1
- CodeQL Action Bundle 2.18.1
- Fastlane 2.222.0
- SwiftFormat 0.54.2
- Xcbeautify 2.5.0
- Bicep CLI 0.28.1
- Cmake 3.30.0
- CodeQL Action Bundle 2.18.0
- Fastlane 2.221.1
- SwiftFormat 0.54.1
- Xcbeautify 2.4.1
- Xcode Command Line Tools 15.3.0.0.1.1708646388
- Xcodes 1.5.0
@@ -90,14 +92,14 @@
### Browsers
- Safari 17.5 (19618.2.12.11.6)
- SafariDriver 17.5 (19618.2.12.11.6)
- Google Chrome 127.0.6533.73
- Google Chrome for Testing 127.0.6533.72
- ChromeDriver 127.0.6533.72
- Microsoft Edge 127.0.2651.74
- Microsoft Edge WebDriver 127.0.2651.78
- Mozilla Firefox 128.0.3
- Google Chrome 126.0.6478.127
- Google Chrome for Testing 126.0.6478.126
- ChromeDriver 126.0.6478.126
- Microsoft Edge 126.0.2592.102
- Microsoft Edge WebDriver 126.0.2592.102
- Mozilla Firefox 128.0
- geckodriver 0.34.0
- Selenium server 4.23.0
- Selenium server 4.22.0
#### Environment variables
| Name | Value |
@@ -109,10 +111,10 @@
### Java
| Version | Environment Variable |
| -------------------- | -------------------- |
| 8.0.422+5.1 | JAVA_HOME_8_X64 |
| 11.0.24+8 | JAVA_HOME_11_X64 |
| 17.0.12+7 | JAVA_HOME_17_X64 |
| 21.0.4+7.0 (default) | JAVA_HOME_21_X64 |
| 8.0.412+8 | JAVA_HOME_8_X64 |
| 11.0.23+9 | JAVA_HOME_11_X64 |
| 17.0.11+9 | JAVA_HOME_17_X64 |
| 21.0.3+9.0 (default) | JAVA_HOME_21_X64 |
### Cached Tools
@@ -128,7 +130,7 @@
#### Node.js
- 18.20.4
- 20.16.0
- 20.15.1
#### Go
- 1.20.14
@@ -136,17 +138,17 @@
- 1.22.5
### Rust Tools
- Cargo 1.80.0
- Rust 1.80.0
- Rustdoc 1.80.0
- Cargo 1.79.0
- Rust 1.79.0
- Rustdoc 1.79.0
- Rustup 1.27.1
#### Packages
- Clippy 0.1.80
- Clippy 0.1.79
- Rustfmt 1.7.0-stable
### PowerShell Tools
- PowerShell 7.4.4
- PowerShell 7.4.3
#### PowerShell Modules
- Az: 12.1.0
@@ -154,15 +156,15 @@
- PSScriptAnalyzer: 1.22.0
### Xcode
| Version | Build | Path |
| -------------- | -------- | --------------------------------- |
| 16.0 (beta) | 16A5211f | /Applications/Xcode_16_beta_4.app |
| 15.4 (default) | 15F31d | /Applications/Xcode_15.4.app |
| 15.3 | 15E204a | /Applications/Xcode_15.3.app |
| 15.2 | 15C500b | /Applications/Xcode_15.2.app |
| 15.1 | 15C65 | /Applications/Xcode_15.1.app |
| 15.0.1 | 15A507 | /Applications/Xcode_15.0.1.app |
| 14.3.1 | 14E300c | /Applications/Xcode_14.3.1.app |
| Version | Build | Path |
| ---------------- | -------- | ------------------------------ |
| 16.0 (beta) | 16A5171r | /Applications/Xcode_16.0.app |
| 15.4 | 15F31d | /Applications/Xcode_15.4.app |
| 15.3 | 15E204a | /Applications/Xcode_15.3.app |
| 15.2 | 15C500b | /Applications/Xcode_15.2.app |
| 15.1 | 15C65 | /Applications/Xcode_15.1.app |
| 15.0.1 (default) | 15A507 | /Applications/Xcode_15.0.1.app |
| 14.3.1 | 14E300c | /Applications/Xcode_14.3.1.app |
#### Installed SDKs
| SDK | SDK Name | Xcode Version |
@@ -211,15 +213,15 @@
| Simulator - watchOS 11.0 | watchsimulator11.0 | 16.0 |
| visionOS 1.0 | xros1.0 | 15.2 |
| Simulator - visionOS 1.0 | xrsimulator1.0 | 15.2 |
| visionOS 1.1 | xros1.1 | 15.3 |
| Simulator - visionOS 1.1 | xrsimulator1.1 | 15.3 |
| Simulator - visionOS 1.2 | xrsimulator1.2 | 15.4 |
| visionOS 1.1 | xros1.1 | 15.3 |
| visionOS 1.2 | xros1.2 | 15.4 |
| Simulator - visionOS 1.2 | xrsimulator1.2 | 15.4 |
| visionOS 2.0 | xros2.0 | 16.0 |
| Simulator - visionOS 2.0 | xrsimulator2.0 | 16.0 |
| 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.4 | driverkit22.4 | 14.3.1 |
| DriverKit 23.0 | driverkit23.0 | 15.0.1 |
| DriverKit 23.2 | driverkit23.2 | 15.1, 15.2 |
+40 -38
View File
@@ -1,11 +1,13 @@
| Announcements |
|-|
| [[macOS] GCC 11 will be removed from all macOS images on August 12](https://github.com/actions/runner-images/issues/10213) |
| [[macOS] Default Xcode on macOS 14 Sonoma will be set to Xcode 15.4 on July, 22](https://github.com/actions/runner-images/issues/10121) |
| [[macOS] Default Xcode on macOS 13 Ventura will be set to Xcode 15.2 on July, 15](https://github.com/actions/runner-images/issues/10120) |
***
# macOS 14
- OS Version: macOS 14.5 (23F79)
- Kernel Version: Darwin 23.5.0
- Image Version: 20240728.1
- Image Version: 20240714.2
## Installed Software
@@ -30,15 +32,15 @@
- Ruby 3.0.7p220
### Package Management
- Bundler 2.5.16
- Bundler 2.5.15
- Carthage 0.39.1
- CocoaPods 1.15.2
- Homebrew 4.3.10
- Homebrew 4.3.9
- NPM 10.7.0
- NuGet 6.3.1.1
- Pip3 24.0 (python 3.12)
- Pipx 1.6.0
- RubyGems 3.5.16
- RubyGems 3.5.15
- Yarn 1.22.22
### Project Management
@@ -56,7 +58,7 @@
- Curl 8.6.0
- Git 2.45.2
- Git LFS 3.5.1
- GitHub CLI 2.53.0
- GitHub CLI 2.52.0
- GNU Tar 1.35 - available by 'gtar' alias
- GNU Wget 1.24.5
- gpg (GnuPG) 2.4.5
@@ -68,17 +70,17 @@
- zstd 1.5.6
### Tools
- AWS CLI 2.17.18
- AWS CLI 2.17.13
- AWS SAM CLI 1.120.0
- AWS Session Manager CLI 1.2.650.0
- Azure CLI 2.62.0
- Azure CLI (azure-devops) 1.0.1
- Bicep CLI 0.29.47
- Cmake 3.30.1
- CodeQL Action Bundle 2.18.1
- Fastlane 2.222.0
- SwiftFormat 0.54.2
- Xcbeautify 2.5.0
- Bicep CLI 0.28.1
- Cmake 3.30.0
- CodeQL Action Bundle 2.18.0
- Fastlane 2.221.1
- SwiftFormat 0.54.1
- Xcbeautify 2.4.1
- Xcode Command Line Tools 15.3.0.0.1.1708646388
- Xcodes 1.5.0
@@ -87,10 +89,10 @@
### Browsers
- Safari 17.5 (19618.2.12.11.6)
- SafariDriver 17.5 (19618.2.12.11.6)
- Google Chrome 127.0.6533.73
- Google Chrome for Testing 127.0.6533.72
- ChromeDriver 127.0.6533.72
- Selenium server 4.23.0
- Google Chrome 126.0.6478.127
- Google Chrome for Testing 126.0.6478.126
- ChromeDriver 126.0.6478.126
- Selenium server 4.22.0
#### Environment variables
| Name | Value |
@@ -102,9 +104,9 @@
### Java
| Version | Environment Variable |
| -------------------- | -------------------- |
| 11.0.24+8 | JAVA_HOME_11_arm64 |
| 17.0.12+7 | JAVA_HOME_17_arm64 |
| 21.0.4+7.0 (default) | JAVA_HOME_21_arm64 |
| 11.0.23+9 | JAVA_HOME_11_arm64 |
| 17.0.11+9 | JAVA_HOME_17_arm64 |
| 21.0.3+9.0 (default) | JAVA_HOME_21_arm64 |
### Cached Tools
@@ -116,7 +118,7 @@
#### Node.js
- 18.20.4
- 20.16.0
- 20.15.1
#### Go
- 1.20.14
@@ -124,17 +126,17 @@
- 1.22.5
### Rust Tools
- Cargo 1.80.0
- Rust 1.80.0
- Rustdoc 1.80.0
- Cargo 1.79.0
- Rust 1.79.0
- Rustdoc 1.79.0
- Rustup 1.27.1
#### Packages
- Clippy 0.1.80
- Clippy 0.1.79
- Rustfmt 1.7.0-stable
### PowerShell Tools
- PowerShell 7.4.4
- PowerShell 7.4.3
#### PowerShell Modules
- Az: 12.1.0
@@ -142,15 +144,15 @@
- PSScriptAnalyzer: 1.22.0
### Xcode
| Version | Build | Path |
| -------------- | -------- | --------------------------------- |
| 16.0 (beta) | 16A5211f | /Applications/Xcode_16_beta_4.app |
| 15.4 (default) | 15F31d | /Applications/Xcode_15.4.app |
| 15.3 | 15E204a | /Applications/Xcode_15.3.app |
| 15.2 | 15C500b | /Applications/Xcode_15.2.app |
| 15.1 | 15C65 | /Applications/Xcode_15.1.app |
| 15.0.1 | 15A507 | /Applications/Xcode_15.0.1.app |
| 14.3.1 | 14E300c | /Applications/Xcode_14.3.1.app |
| Version | Build | Path |
| ---------------- | -------- | ------------------------------ |
| 16.0 (beta) | 16A5171r | /Applications/Xcode_16.0.app |
| 15.4 | 15F31d | /Applications/Xcode_15.4.app |
| 15.3 | 15E204a | /Applications/Xcode_15.3.app |
| 15.2 | 15C500b | /Applications/Xcode_15.2.app |
| 15.1 | 15C65 | /Applications/Xcode_15.1.app |
| 15.0.1 (default) | 15A507 | /Applications/Xcode_15.0.1.app |
| 14.3.1 | 14E300c | /Applications/Xcode_14.3.1.app |
#### Installed SDKs
| SDK | SDK Name | Xcode Version |
@@ -197,17 +199,17 @@
| Simulator - watchOS 10.4 | watchsimulator10.4 | 15.3 |
| Simulator - watchOS 10.5 | watchsimulator10.5 | 15.4 |
| Simulator - watchOS 11.0 | watchsimulator11.0 | 16.0 |
| Simulator - visionOS 1.0 | xrsimulator1.0 | 15.2 |
| visionOS 1.0 | xros1.0 | 15.2 |
| Simulator - visionOS 1.0 | xrsimulator1.0 | 15.2 |
| visionOS 1.1 | xros1.1 | 15.3 |
| Simulator - visionOS 1.1 | xrsimulator1.1 | 15.3 |
| visionOS 1.2 | xros1.2 | 15.4 |
| Simulator - visionOS 1.2 | xrsimulator1.2 | 15.4 |
| Simulator - visionOS 2.0 | xrsimulator2.0 | 16.0 |
| visionOS 1.2 | xros1.2 | 15.4 |
| visionOS 2.0 | xros2.0 | 16.0 |
| Simulator - visionOS 2.0 | xrsimulator2.0 | 16.0 |
| 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.4 | driverkit22.4 | 14.3.1 |
| DriverKit 23.0 | driverkit23.0 | 15.0.1 |
| DriverKit 23.2 | driverkit23.2 | 15.1, 15.2 |
+2 -2
View File
@@ -3,7 +3,7 @@
"default": "15.4",
"x64": {
"versions": [
{ "link": "16_beta_4", "version": "16.0.0-Beta.4+16A5211f", "symlinks": ["16.0"], "install_runtimes": "false", "sha256": "4270cd8021b2f7f512ce91bfc4423b25bccab36cdab21834709d798c8daade72"},
{ "link": "16_beta_2", "version": "16.0.0-Beta.2+16A5171r", "symlinks": ["16.0"], "install_runtimes": "false", "sha256": "86b4fd563d80c997887d37a528f69161f82987932b5ebe6119ad5dd548352ad3"},
{ "link": "15.4", "version": "15.4.0+15F31d", "install_runtimes": "true", "sha256": "82d3d61804ff3f4c7c82085e91dc701037ddaa770e542848b2477e22f4e8aa7a"},
{ "link": "15.3", "version": "15.3.0+15E204a", "install_runtimes": "true", "sha256": "f13f6a2e2df432c3008e394640b8549a18c285acd7fd148d6c4bac8c3a5af234"},
{ "link": "15.2", "version": "15.2.0+15C500b", "install_runtimes": "true", "sha256": "04E93680C6DDBEC84666531BE412DE778AFC8EAC6AB2037F4C2BE7290818B59B"},
@@ -14,7 +14,7 @@
},
"arm64":{
"versions": [
{ "link": "16_beta_4", "version": "16.0.0-Beta.4+16A5211f", "symlinks": ["16.0"], "install_runtimes": "true", "sha256": "4270cd8021b2f7f512ce91bfc4423b25bccab36cdab21834709d798c8daade72"},
{ "link": "16_beta_2", "version": "16.0.0-Beta.2+16A5171r", "symlinks": ["16.0"], "install_runtimes": "true", "sha256": "86b4fd563d80c997887d37a528f69161f82987932b5ebe6119ad5dd548352ad3"},
{ "link": "15.4", "version": "15.4.0+15F31d", "install_runtimes": "true", "sha256": "82d3d61804ff3f4c7c82085e91dc701037ddaa770e542848b2477e22f4e8aa7a"},
{ "link": "15.3", "version": "15.3.0+15E204a", "install_runtimes": "true", "sha256": "f13f6a2e2df432c3008e394640b8549a18c285acd7fd148d6c4bac8c3a5af234"},
{ "link": "15.2", "version": "15.2.0+15C500b", "install_runtimes": "true", "sha256": "04E93680C6DDBEC84666531BE412DE778AFC8EAC6AB2037F4C2BE7290818B59B"},
+63 -63
View File
@@ -1,13 +1,12 @@
| Announcements |
|-|
| [[All OSes] Android NDK versions <=25 will be removed from images on August 19](https://github.com/actions/runner-images/issues/10342) |
| [Ubuntu 24.04 is now available](https://github.com/actions/runner-images/issues/9848) |
| [[Ubuntu, Windows] Docker Compose v1 will be removed from images on July, 29](https://github.com/actions/runner-images/issues/9692) |
***
# Ubuntu 20.04
- OS Version: 20.04.6 LTS
- Kernel Version: 5.15.0-1068-azure
- Image Version: 20240730.2.0
- Kernel Version: 5.15.0-1067-azure
- Image Version: 20240714.1.0
- Systemd version: 245.4-4ubuntu3.23
## Installed Software
@@ -35,7 +34,7 @@
### Package Management
- cpan 1.64
- Helm 3.15.3
- Homebrew 4.3.12
- Homebrew 4.3.9
- Miniconda 24.5.0
- Npm 10.7.0
- NuGet 6.6.1.2
@@ -43,7 +42,7 @@
- Pip3 20.0.2
- Pipx 1.6.0
- RubyGems 3.1.2
- Vcpkg (build from commit 136a0d8b8)
- Vcpkg (build from commit 7aeffc910)
- Yarn 1.22.22
#### Environment variables
@@ -63,7 +62,7 @@ to accomplish this.
### Project Management
- Ant 1.10.7
- Gradle 8.9
- Lerna 8.1.7
- Lerna 8.1.6
- Maven 3.8.8
- Sbt 1.10.1
@@ -73,26 +72,27 @@ to accomplish this.
- AzCopy 10.25.1 - available by `azcopy` and `azcopy10` aliases
- Bazel 7.2.1
- Bazelisk 1.19.0
- Bicep 0.29.47
- Bicep 0.28.1
- Buildah 1.22.3
- CMake 3.30.1
- CodeQL Action Bundle 2.18.1
- CMake 3.30.0
- CodeQL Action Bundle 2.18.0
- Docker Amazon ECR Credential Helper 0.8.0
- Docker Compose v1 1.29.2
- Docker Compose v2 2.27.1
- Docker-Buildx 0.16.2
- Docker-Buildx 0.16.0
- Docker Client 26.1.3
- Docker Server 26.1.3
- Fastlane 2.222.0
- Git 2.46.0
- Fastlane 2.221.1
- Git 2.45.2
- Git LFS 3.5.1
- Git-ftp 1.6.0
- Haveged 1.9.1
- Heroku 9.0.0
- Heroku 8.11.5
- HHVM (HipHop VM) 4.172.1
- jq 1.6
- Kind 0.23.0
- Kubectl 1.30.3
- Kustomize 5.4.3
- Kubectl 1.30.2
- Kustomize 5.4.2
- Leiningen 2.11.2
- MediaInfo 19.09
- Mercurial 5.3.1
@@ -101,41 +101,41 @@ to accomplish this.
- Newman 6.1.3
- nvm 0.39.7
- OpenSSL 1.1.1f-1ubuntu2.22
- Packer 1.11.2
- Packer 1.11.1
- Parcel 2.12.0
- PhantomJS 2.1.1 2.1.1
- Podman 3.4.2
- Pulumi 3.127.0
- Pulumi 3.124.0
- R 4.4.1
- Skopeo 1.5.0
- Sphinx Open Source Search Server 2.2.11
- SVN 1.13.0
- Terraform 1.9.3
- Terraform 1.9.2
- yamllint 1.35.1
- yq 4.44.2
- zstd 1.5.6
### CLI Tools
- Alibaba Cloud CLI 3.0.174
- AWS CLI 2.17.19
- AWS CLI 2.17.13
- AWS CLI Session Manager Plugin 1.2.650.0
- AWS SAM CLI 1.121.0
- AWS SAM CLI 1.120.0
- Azure CLI 2.62.0
- Azure CLI (azure-devops) 1.0.1
- GitHub CLI 2.53.0
- Google Cloud CLI 486.0.0
- Netlify CLI 17.33.4
- GitHub CLI 2.52.0
- Google Cloud CLI 483.0.0
- Netlify CLI 17.33.3
- OpenShift CLI 4.15.19
- ORAS CLI 1.2.0
- Vercel CLI 35.2.1
- Vercel CLI 34.3.1
### Java
| Version | Environment Variable |
| ------------------- | -------------------- |
| 8.0.422+5 | JAVA_HOME_8_X64 |
| 11.0.24+8 (default) | JAVA_HOME_11_X64 |
| 17.0.12+7 | JAVA_HOME_17_X64 |
| 21.0.4+7 | JAVA_HOME_21_X64 |
| 8.0.412+8 | JAVA_HOME_8_X64 |
| 11.0.23+9 (default) | JAVA_HOME_11_X64 |
| 17.0.11+9 | JAVA_HOME_17_X64 |
| 21.0.3+9 | JAVA_HOME_21_X64 |
### PHP Tools
- PHP: 7.4.33, 8.0.30, 8.1.29, 8.2.21, 8.3.9
@@ -149,29 +149,29 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
- Cabal 3.12.1.0
- GHC 9.10.1
- GHCup 0.1.30.0
- Stack 3.1.1
- Stack 2.15.7
### Rust Tools
- Cargo 1.80.0
- Rust 1.80.0
- Rustdoc 1.80.0
- Cargo 1.79.0
- Rust 1.79.0
- Rustdoc 1.79.0
- Rustup 1.27.1
#### Packages
- Bindgen 0.69.4
- Cargo audit 0.20.0
- Cargo clippy 0.1.80
- Cargo clippy 0.1.79
- Cargo outdated 0.15.0
- Cbindgen 0.26.0
- Rustfmt 1.7.0
### Browsers and Drivers
- Google Chrome 127.0.6533.72
- ChromeDriver 127.0.6533.72
- Chromium 127.0.6533.0
- Microsoft Edge 127.0.2651.74
- Microsoft Edge WebDriver 127.0.2651.72
- Selenium server 4.23.0
- Google Chrome 126.0.6478.126
- ChromeDriver 126.0.6478.126
- Chromium 126.0.6478.0
- Microsoft Edge 126.0.2592.102
- Microsoft Edge WebDriver 126.0.2592.102
- Selenium server 4.22.0
- Mozilla Firefox 128.0
- Geckodriver 0.34.0
@@ -188,7 +188,7 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
- nbgv 3.6.139+a9e8765620
### Databases
- MongoDB 5.0.28
- MongoDB 5.0.27
- sqlite3 3.31.1
#### PostgreSQL
@@ -222,7 +222,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
#### Node.js
- 16.20.2
- 18.20.4
- 20.16.0
- 20.15.1
#### Python
- 3.7.17
@@ -243,15 +243,15 @@ Use the following command as a part of your job to start the service: 'sudo syst
#### Ruby
- 3.0.7
- 3.1.6
- 3.2.5
- 3.2.4
### PowerShell Tools
- PowerShell 7.4.4
- PowerShell 7.4.3
#### PowerShell Modules
- Az: 11.3.1
- MarkdownPS: 1.10
- Microsoft.Graph: 2.21.0
- Microsoft.Graph: 2.20.0
- Pester: 5.6.1
- PSScriptAnalyzer: 1.22.0
@@ -272,35 +272,35 @@ Use the following command as a part of your job to start the service: 'sudo syst
| CMake | 3.10.2<br>3.18.1<br>3.22.1 |
| Google Play services | 49 |
| Google Repository | 58 |
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264<br>27.0.12077973 (default) |
| NDK | 24.0.8215888<br>25.2.9519653 (default)<br>26.3.11579264 |
#### Environment variables
| Name | Value |
| ----------------------- | -------------------------------------------- |
| ANDROID_HOME | /usr/local/lib/android/sdk |
| ANDROID_NDK | /usr/local/lib/android/sdk/ndk/27.0.12077973 |
| ANDROID_NDK_HOME | /usr/local/lib/android/sdk/ndk/27.0.12077973 |
| ANDROID_NDK_LATEST_HOME | /usr/local/lib/android/sdk/ndk/27.0.12077973 |
| ANDROID_NDK_ROOT | /usr/local/lib/android/sdk/ndk/27.0.12077973 |
| ANDROID_NDK | /usr/local/lib/android/sdk/ndk/25.2.9519653 |
| ANDROID_NDK_HOME | /usr/local/lib/android/sdk/ndk/25.2.9519653 |
| ANDROID_NDK_LATEST_HOME | /usr/local/lib/android/sdk/ndk/26.3.11579264 |
| ANDROID_NDK_ROOT | /usr/local/lib/android/sdk/ndk/25.2.9519653 |
| 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:ef813b2faa3dd1a37f9ef6ca98347b72cd0f55e4ab29fb90946f1b853bf032d9 | 2024-07-22 |
| alpine:3.18 | sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 | 2024-07-22 |
| alpine:3.19 | sha256:95c16745f100f44cf9a0939fd3f357905f845f8b6fa7d0cde0e88c9764060185 | 2024-07-22 |
| alpine:3.17 | sha256:a6063e988bcd597b4f1f7cfd4ec38402b02edd0c79250f00c9e14dc1e94bebbc | 2024-06-20 |
| alpine:3.18 | sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d | 2024-06-20 |
| alpine:3.19 | sha256:af4785ccdbcd5cde71bfd5b93eabd34250b98651f19fe218c91de6c8d10e21c5 | 2024-06-20 |
| debian:10 | sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225 | 2024-06-13 |
| debian:11 | sha256:7aef2e7d061743fdb57973dac3ddbceb0b0912746ca7e0ee7535016c38286561 | 2024-07-23 |
| debian:11 | sha256:b6b4a479a3bc1b8dfda5544f00b72aafb230bb835a43974a147b220c38df882e | 2024-07-02 |
| debian:9 | sha256:c5c5200ff1e9c73ffbf188b4a67eb1c91531b644856b4aefe86a58d2f0cb05be | 2022-06-23 |
| moby/buildkit:latest | sha256:0a5641c72659aa246458914fedcf941892aa15b8a49a79a0e8f3a4cc8246d5f9 | 2024-07-25 |
| moby/buildkit:latest | sha256:33fe47b4c06972ac6720a7ee34d6fdea3b61972f81bcc9b1f73e46ed2a090fa1 | 2024-07-11 |
| node:16 | sha256:f77a1aef2da8d83e45ec990f45df50f1a286c5fe8bbfb8c6e4246c6389705c0b | 2023-09-07 |
| node:16-alpine | sha256:a1f9d027912b58a7c75be7716c97cfbc6d3099f3a97ed84aa490be9dee20e787 | 2023-08-10 |
| node:18 | sha256:11b742eda0142d9ea809fad8c506cbcadb2802c7d4b32e044e6b976691df36b1 | 2024-07-09 |
| node:18-alpine | sha256:17514b20acef0e79691285e7a59f3ae561f7a1702a9adc72a515aef23f326729 | 2024-07-09 |
| node:20 | sha256:1ae9ba874435551280e95c8a8e74adf8a48d72b564bf9dfe4718231f2144c88f | 2024-07-24 |
| node:20-alpine | sha256:eb8101caae9ac02229bd64c024919fe3d4504ff7f329da79ca60a04db08cef52 | 2024-07-24 |
| node:18 | sha256:aabbaf118c7c0a6e9a3bda69bd2a94b0f6c4150bf80c501ef1c87ffcb5687365 | 2024-07-09 |
| node:18-alpine | sha256:1edb14175eeb14a14a3abe059339cbd97a0bbb76b6a210d2bb395d63fa4bc4ef | 2024-07-09 |
| node:20 | sha256:786005cf39792f7046bcd66491056c26d2dbcc669c072d1a1e4ef4fcdddd26eb | 2024-07-09 |
| node:20-alpine | sha256:34b7aa411056c85dbf71d240d26516949b3f72b318d796c26b57caaa1df5639a | 2024-07-09 |
| ubuntu:20.04 | sha256:0b897358ff6624825fb50d20ffb605ab0eaea77ced0adb8c6a4b756513dec6fc | 2024-06-03 |
### Installed apt packages
@@ -317,7 +317,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
| coreutils | 8.30-3ubuntu2 |
| curl | 7.68.0-1ubuntu2.22 |
| dbus | 1.12.16-2ubuntu2.3 |
| dnsutils | 1:9.18.28-0ubuntu0.20.04.1 |
| dnsutils | 1:9.16.48-0ubuntu0.20.04.1 |
| dpkg | 1.19.7ubuntu3.2 |
| dpkg-dev | 1.19.7ubuntu3.2 |
| fakeroot | 1.24-1 |
@@ -330,7 +330,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
| gcc | 4:9.3.0-1ubuntu2 |
| gnupg2 | 2.2.19-3ubuntu2.2 |
| haveged | 1.9.1-6ubuntu1 |
| imagemagick | 8:6.9.10.23+dfsg-2.1ubuntu11.10 |
| imagemagick | 8:6.9.10.23+dfsg-2.1ubuntu11.9 |
| iproute2 | 5.5.0-1ubuntu1 |
| iputils-ping | 3:20190709-3ubuntu1 |
| jq | 1.6-1ubuntu0.20.04.1 |
@@ -342,10 +342,10 @@ Use the following command as a part of your job to start the service: 'sudo syst
| 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 |
| libgtk-3-0 | 3.24.20-0ubuntu1.1 |
| 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 |
| libmagickcore-dev | 8:6.9.10.23+dfsg-2.1ubuntu11.9 |
| libmagickwand-dev | 8:6.9.10.23+dfsg-2.1ubuntu11.9 |
| libsecret-1-dev | 0.20.4-0ubuntu1 |
| libsqlite3-dev | 3.31.1-4ubuntu0.6 |
| libtool | 2.4.6-14 |
+66 -66
View File
@@ -1,13 +1,12 @@
| Announcements |
|-|
| [[All OSes] Android NDK versions <=25 will be removed from images on August 19](https://github.com/actions/runner-images/issues/10342) |
| [Ubuntu 24.04 is now available](https://github.com/actions/runner-images/issues/9848) |
| [[Ubuntu, Windows] Docker Compose v1 will be removed from images on July, 29](https://github.com/actions/runner-images/issues/9692) |
***
# Ubuntu 22.04
- OS Version: 22.04.4 LTS
- Kernel Version: 6.5.0-1025-azure
- Image Version: 20240730.2.0
- Kernel Version: 6.5.0-1023-azure
- Image Version: 20240714.1.0
- Systemd version: 249.11-0ubuntu3.12
## Installed Software
@@ -33,7 +32,7 @@
### Package Management
- cpan 1.64
- Helm 3.15.3
- Homebrew 4.3.12
- Homebrew 4.3.9
- Miniconda 24.5.0
- Npm 10.7.0
- NuGet 6.6.1.2
@@ -41,7 +40,7 @@
- Pip3 22.0.2
- Pipx 1.6.0
- RubyGems 3.3.5
- Vcpkg (build from commit 136a0d8b8)
- Vcpkg (build from commit 7aeffc910)
- Yarn 1.22.22
#### Environment variables
@@ -61,35 +60,36 @@ to accomplish this.
### Project Management
- Ant 1.10.12
- Gradle 8.9
- Lerna 8.1.7
- Lerna 8.1.6
- Maven 3.8.8
- Sbt 1.10.1
### Tools
- Ansible 2.17.2
- Ansible 2.17.1
- apt-fast 1.10.0
- AzCopy 10.25.1 - available by `azcopy` and `azcopy10` aliases
- Bazel 7.2.1
- Bazelisk 1.19.0
- Bicep 0.29.47
- Bicep 0.28.1
- Buildah 1.23.1
- CMake 3.30.1
- CodeQL Action Bundle 2.18.1
- CMake 3.30.0
- CodeQL Action Bundle 2.18.0
- Docker Amazon ECR Credential Helper 0.8.0
- Docker Compose v1 1.29.2
- Docker Compose v2 2.27.1
- Docker-Buildx 0.16.2
- Docker-Buildx 0.16.0
- Docker Client 26.1.3
- Docker Server 26.1.3
- Fastlane 2.222.0
- Git 2.46.0
- Fastlane 2.221.1
- Git 2.45.2
- Git LFS 3.5.1
- Git-ftp 1.6.0
- Haveged 1.9.14
- Heroku 9.0.0
- Heroku 8.11.5
- jq 1.6
- Kind 0.23.0
- Kubectl 1.30.3
- Kustomize 5.4.3
- Kubectl 1.30.2
- Kustomize 5.4.2
- Leiningen 2.11.2
- MediaInfo 21.09
- Mercurial 6.1.1
@@ -98,40 +98,40 @@ to accomplish this.
- Newman 6.1.3
- nvm 0.39.7
- OpenSSL 3.0.2-0ubuntu1.16
- Packer 1.11.2
- Packer 1.11.1
- Parcel 2.12.0
- Podman 3.4.4
- Pulumi 3.127.0
- Pulumi 3.124.0
- R 4.4.1
- Skopeo 1.4.1
- Sphinx Open Source Search Server 2.2.11
- SVN 1.14.1
- Terraform 1.9.3
- Terraform 1.9.2
- yamllint 1.35.1
- yq 4.44.2
- zstd 1.5.6
### CLI Tools
- Alibaba Cloud CLI 3.0.216
- AWS CLI 2.17.19
- Alibaba Cloud CLI 3.0.213
- AWS CLI 2.17.13
- AWS CLI Session Manager Plugin 1.2.650.0
- AWS SAM CLI 1.121.0
- AWS SAM CLI 1.120.0
- Azure CLI 2.62.0
- Azure CLI (azure-devops) 1.0.1
- GitHub CLI 2.53.0
- Google Cloud CLI 486.0.0
- Netlify CLI 17.33.4
- OpenShift CLI 4.16.4
- GitHub CLI 2.52.0
- Google Cloud CLI 483.0.0
- Netlify CLI 17.33.3
- OpenShift CLI 4.16.2
- ORAS CLI 1.2.0
- Vercel CLI 35.2.1
- Vercel CLI 34.3.1
### Java
| Version | Environment Variable |
| ------------------- | -------------------- |
| 8.0.422+5 | JAVA_HOME_8_X64 |
| 11.0.24+8 (default) | JAVA_HOME_11_X64 |
| 17.0.12+7 | JAVA_HOME_17_X64 |
| 21.0.4+7 | JAVA_HOME_21_X64 |
| 8.0.412+8 | JAVA_HOME_8_X64 |
| 11.0.23+9 (default) | JAVA_HOME_11_X64 |
| 17.0.11+9 | JAVA_HOME_17_X64 |
| 21.0.3+9 | JAVA_HOME_21_X64 |
### PHP Tools
- PHP: 8.1.2
@@ -145,30 +145,30 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
- Cabal 3.12.1.0
- GHC 9.10.1
- GHCup 0.1.30.0
- Stack 3.1.1
- Stack 2.15.7
### Rust Tools
- Cargo 1.80.0
- Rust 1.80.0
- Rustdoc 1.80.0
- Cargo 1.79.0
- Rust 1.79.0
- Rustdoc 1.79.0
- Rustup 1.27.1
#### Packages
- Bindgen 0.69.4
- Cargo audit 0.20.0
- Cargo clippy 0.1.80
- Cargo clippy 0.1.79
- Cargo outdated 0.15.0
- Cbindgen 0.26.0
- Rustfmt 1.7.0
### Browsers and Drivers
- Google Chrome 127.0.6533.72
- ChromeDriver 127.0.6533.72
- Chromium 127.0.6533.0
- Microsoft Edge 127.0.2651.74
- Microsoft Edge WebDriver 127.0.2651.72
- Selenium server 4.23.0
- Mozilla Firefox 128.0.3
- Google Chrome 126.0.6478.126
- ChromeDriver 126.0.6478.126
- Chromium 126.0.6478.0
- Microsoft Edge 126.0.2592.102
- Microsoft Edge WebDriver 126.0.2592.102
- Selenium server 4.22.0
- Mozilla Firefox 128.0
- Geckodriver 0.34.0
#### Environment variables
@@ -217,7 +217,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
#### Node.js
- 16.20.2
- 18.20.4
- 20.16.0
- 20.15.1
#### Python
- 3.7.17
@@ -235,15 +235,15 @@ Use the following command as a part of your job to start the service: 'sudo syst
#### Ruby
- 3.1.6
- 3.2.5
- 3.2.4
### PowerShell Tools
- PowerShell 7.4.4
- PowerShell 7.4.3
#### PowerShell Modules
- Az: 11.3.1
- MarkdownPS: 1.10
- Microsoft.Graph: 2.21.0
- Microsoft.Graph: 2.20.0
- Pester: 5.6.1
- PSScriptAnalyzer: 1.22.0
@@ -263,34 +263,34 @@ Use the following command as a part of your job to start the service: 'sudo syst
| CMake | 3.10.2<br>3.18.1<br>3.22.1 |
| Google Play services | 49 |
| Google Repository | 58 |
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264<br>27.0.12077973 (default) |
| NDK | 24.0.8215888<br>25.2.9519653 (default)<br>26.3.11579264 |
#### Environment variables
| Name | Value |
| ----------------------- | -------------------------------------------- |
| ANDROID_HOME | /usr/local/lib/android/sdk |
| ANDROID_NDK | /usr/local/lib/android/sdk/ndk/27.0.12077973 |
| ANDROID_NDK_HOME | /usr/local/lib/android/sdk/ndk/27.0.12077973 |
| ANDROID_NDK_LATEST_HOME | /usr/local/lib/android/sdk/ndk/27.0.12077973 |
| ANDROID_NDK_ROOT | /usr/local/lib/android/sdk/ndk/27.0.12077973 |
| ANDROID_NDK | /usr/local/lib/android/sdk/ndk/25.2.9519653 |
| ANDROID_NDK_HOME | /usr/local/lib/android/sdk/ndk/25.2.9519653 |
| ANDROID_NDK_LATEST_HOME | /usr/local/lib/android/sdk/ndk/26.3.11579264 |
| ANDROID_NDK_ROOT | /usr/local/lib/android/sdk/ndk/25.2.9519653 |
| 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:ef813b2faa3dd1a37f9ef6ca98347b72cd0f55e4ab29fb90946f1b853bf032d9 | 2024-07-22 |
| alpine:3.18 | sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 | 2024-07-22 |
| alpine:3.19 | sha256:95c16745f100f44cf9a0939fd3f357905f845f8b6fa7d0cde0e88c9764060185 | 2024-07-22 |
| alpine:3.17 | sha256:a6063e988bcd597b4f1f7cfd4ec38402b02edd0c79250f00c9e14dc1e94bebbc | 2024-06-20 |
| alpine:3.18 | sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d | 2024-06-20 |
| alpine:3.19 | sha256:af4785ccdbcd5cde71bfd5b93eabd34250b98651f19fe218c91de6c8d10e21c5 | 2024-06-20 |
| debian:10 | sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225 | 2024-06-13 |
| debian:11 | sha256:7aef2e7d061743fdb57973dac3ddbceb0b0912746ca7e0ee7535016c38286561 | 2024-07-23 |
| moby/buildkit:latest | sha256:0a5641c72659aa246458914fedcf941892aa15b8a49a79a0e8f3a4cc8246d5f9 | 2024-07-25 |
| debian:11 | sha256:b6b4a479a3bc1b8dfda5544f00b72aafb230bb835a43974a147b220c38df882e | 2024-07-02 |
| moby/buildkit:latest | sha256:33fe47b4c06972ac6720a7ee34d6fdea3b61972f81bcc9b1f73e46ed2a090fa1 | 2024-07-11 |
| node:16 | sha256:f77a1aef2da8d83e45ec990f45df50f1a286c5fe8bbfb8c6e4246c6389705c0b | 2023-09-07 |
| node:16-alpine | sha256:a1f9d027912b58a7c75be7716c97cfbc6d3099f3a97ed84aa490be9dee20e787 | 2023-08-10 |
| node:18 | sha256:11b742eda0142d9ea809fad8c506cbcadb2802c7d4b32e044e6b976691df36b1 | 2024-07-09 |
| node:18-alpine | sha256:17514b20acef0e79691285e7a59f3ae561f7a1702a9adc72a515aef23f326729 | 2024-07-09 |
| node:20 | sha256:1ae9ba874435551280e95c8a8e74adf8a48d72b564bf9dfe4718231f2144c88f | 2024-07-24 |
| node:20-alpine | sha256:eb8101caae9ac02229bd64c024919fe3d4504ff7f329da79ca60a04db08cef52 | 2024-07-24 |
| node:18 | sha256:aabbaf118c7c0a6e9a3bda69bd2a94b0f6c4150bf80c501ef1c87ffcb5687365 | 2024-07-09 |
| node:18-alpine | sha256:1edb14175eeb14a14a3abe059339cbd97a0bbb76b6a210d2bb395d63fa4bc4ef | 2024-07-09 |
| node:20 | sha256:786005cf39792f7046bcd66491056c26d2dbcc669c072d1a1e4ef4fcdddd26eb | 2024-07-09 |
| node:20-alpine | sha256:34b7aa411056c85dbf71d240d26516949b3f72b318d796c26b57caaa1df5639a | 2024-07-09 |
| ubuntu:20.04 | sha256:0b897358ff6624825fb50d20ffb605ab0eaea77ced0adb8c6a4b756513dec6fc | 2024-06-03 |
| ubuntu:22.04 | sha256:340d9b015b194dc6e2a13938944e0d016e57b9679963fdeb9ce021daac430221 | 2024-06-27 |
@@ -308,7 +308,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
| coreutils | 8.32-4.1ubuntu1.2 |
| curl | 7.81.0-1ubuntu1.16 |
| dbus | 1.12.20-2ubuntu4.1 |
| dnsutils | 1:9.18.28-0ubuntu0.22.04.1 |
| dnsutils | 1:9.18.24-0ubuntu0.22.04.1 |
| dpkg | 1.21.1ubuntu2.3 |
| dpkg-dev | 1.21.1ubuntu2.3 |
| fakeroot | 1.28-1ubuntu1 |
@@ -321,7 +321,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
| gcc | 4:11.2.0-1ubuntu1 |
| gnupg2 | 2.2.27-3ubuntu2.1 |
| haveged | 1.9.14-1ubuntu1 |
| imagemagick | 8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5 |
| imagemagick | 8:6.9.11.60+dfsg-1.3ubuntu0.22.04.3 |
| iproute2 | 5.15.0-1ubuntu2 |
| iputils-ping | 3:20211215-1 |
| jq | 1.6-2.1ubuntu3 |
@@ -333,10 +333,10 @@ Use the following command as a part of your job to start the service: 'sudo syst
| libgbm-dev | 23.2.1-1ubuntu3.1\~22.04.2 |
| libgconf-2-4 | 3.2.6-7ubuntu2 |
| libgsl-dev | 2.7.1+dfsg-3 |
| libgtk-3-0 | 3.24.33-1ubuntu2.2 |
| libgtk-3-0 | 3.24.33-1ubuntu2.1 |
| libmagic-dev | 1:5.41-3ubuntu0.1 |
| libmagickcore-dev | 8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5 |
| libmagickwand-dev | 8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5 |
| libmagickcore-dev | 8:6.9.11.60+dfsg-1.3ubuntu0.22.04.3 |
| libmagickwand-dev | 8:6.9.11.60+dfsg-1.3ubuntu0.22.04.3 |
| libsecret-1-dev | 0.20.5-2 |
| libsqlite3-dev | 3.37.2-2ubuntu0.3 |
| libssl-dev | 3.0.2-0ubuntu1.16 |
+112 -113
View File
@@ -1,14 +1,13 @@
| Announcements |
|-|
| [[All OSes] Android NDK versions <=25 will be removed from images on August 19](https://github.com/actions/runner-images/issues/10342) |
| [Ubuntu 24.04 is now available](https://github.com/actions/runner-images/issues/9848) |
| [[Ubuntu, Windows] Docker Compose v1 will be removed from images on July, 29](https://github.com/actions/runner-images/issues/9692) |
***
# Ubuntu 24.04 LTS
- OS Version: 24.04 LTS
- Kernel Version: 6.8.0-1010-azure
- Image Version: 20240730.3.0
- Systemd version: 255.4-1ubuntu8.2
- Kernel Version: 6.8.0-1009-azure
- Image Version: 20240714.1.0
- Systemd version: 255.4-1ubuntu8.1
## Installed Software
@@ -21,7 +20,7 @@
- GNU C++: 12.3.0, 13.2.0, 14.0.1
- GNU Fortran: 12.3.0, 13.2.0, 14.0.1
- Julia 1.10.4
- Node.js 20.16.0
- Node.js 20.15.1
- Perl 5.38.2
- Python 3.12.3
- Ruby 3.2.3
@@ -29,14 +28,14 @@
### Package Management
- cpan 1.64
- Helm 3.15.3
- Homebrew 4.3.12
- Homebrew 4.3.9
- Miniconda 24.5.0
- Npm 10.8.1
- Npm 10.7.0
- Pip 24.0
- Pip3 24.0
- Pipx 1.4.3
- RubyGems 3.4.20
- Vcpkg (build from commit 136a0d8b8)
- Vcpkg (build from commit 7aeffc910)
- Yarn 1.22.22
#### Environment variables
@@ -56,32 +55,32 @@ to accomplish this.
### Project Management
- Ant 1.10.14
- Gradle 8.9
- Lerna 8.1.7
- Lerna 8.1.6
- Maven 3.8.8
### Tools
- Ansible 2.17.2
- Ansible 2.17.1
- AzCopy 10.25.1 - available by `azcopy` and `azcopy10` aliases
- Bazel 7.2.1
- Bazelisk 1.19.0
- Bicep 0.29.47
- Bicep 0.28.1
- Buildah 1.33.7
- CMake 3.30.1
- CodeQL Action Bundle 2.18.1
- CMake 3.30.0
- CodeQL Action Bundle 2.18.0
- Docker Amazon ECR Credential Helper 0.8.0
- Docker Compose v2 2.27.1
- Docker-Buildx 0.16.2
- Docker-Buildx 0.16.0
- Docker Client 26.1.3
- Docker Server 26.1.3
- Fastlane 2.222.0
- Git 2.46.0
- Fastlane 2.221.1
- Git 2.45.2
- Git LFS 3.5.1
- Git-ftp 1.6.0
- Haveged 1.9.14
- jq 1.7
- Kind 0.23.0
- Kubectl 1.30.3
- Kustomize 5.4.3
- Kubectl 1.30.2
- Kustomize 5.4.2
- MediaInfo 24.01
- Mercurial 6.7.2
- Minikube 1.33.1
@@ -90,7 +89,7 @@ to accomplish this.
- OpenSSL 3.0.13-0ubuntu3.1
- Parcel 2.12.0
- Podman 4.9.3
- Pulumi 3.127.0
- Pulumi 3.124.0
- Skopeo 1.13.3
- Sphinx Open Source Search Server 2.2.11
- yamllint 1.35.1
@@ -98,20 +97,20 @@ to accomplish this.
- zstd 1.5.6
### CLI Tools
- AWS CLI 2.17.19
- AWS CLI 2.17.13
- AWS CLI Session Manager Plugin 1.2.650.0
- AWS SAM CLI 1.121.0
- AWS SAM CLI 1.120.0
- Azure CLI 2.62.0
- Azure CLI (azure-devops) 1.0.1
- GitHub CLI 2.53.0
- GitHub CLI 2.52.0
### Java
| Version | Environment Variable |
| ------------------- | -------------------- |
| 8.0.422+5 | JAVA_HOME_8_X64 |
| 11.0.24+8 | JAVA_HOME_11_X64 |
| 17.0.12+7 (default) | JAVA_HOME_17_X64 |
| 21.0.4+7 | JAVA_HOME_21_X64 |
| 8.0.412+8 | JAVA_HOME_8_X64 |
| 11.0.23+9 | JAVA_HOME_11_X64 |
| 17.0.11+9 (default) | JAVA_HOME_17_X64 |
| 21.0.3+9 | JAVA_HOME_21_X64 |
### PHP Tools
- PHP: 8.3.6
@@ -125,22 +124,22 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
- Cabal 3.12.1.0
- GHC 9.10.1
- GHCup 0.1.30.0
- Stack 3.1.1
- Stack 2.15.7
### Rust Tools
- Cargo 1.80.0
- Rust 1.80.0
- Rustdoc 1.80.0
- Cargo 1.79.0
- Rust 1.79.0
- Rustdoc 1.79.0
- Rustup 1.27.1
#### Packages
- Rustfmt 1.7.0
### Browsers and Drivers
- Google Chrome 127.0.6533.72
- ChromeDriver 127.0.6533.72
- Chromium 127.0.6533.0
- Selenium server 4.23.0
- Google Chrome 126.0.6478.126
- ChromeDriver 126.0.6478.126
- Chromium 126.0.6478.0
- Selenium server 4.22.0
#### Environment variables
| Name | Value |
@@ -184,7 +183,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
#### Node.js
- 16.20.2
- 18.20.4
- 20.16.0
- 20.15.1
#### Python
- 3.9.19
@@ -201,7 +200,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
#### PowerShell Modules
- Az: 11.5.0
- Microsoft.Graph: 2.21.0
- Microsoft.Graph: 2.20.0
- Pester: 5.6.1
- PSScriptAnalyzer: 1.22.0
@@ -220,89 +219,89 @@ Use the following command as a part of your job to start the service: 'sudo syst
| Android Support Repository | 47.0.0 |
| Google Play services | 49 |
| Google Repository | 58 |
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264<br>27.0.12077973 (default) |
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264 (default) |
#### Environment variables
| Name | Value |
| ----------------------- | -------------------------------------------- |
| ANDROID_HOME | /usr/local/lib/android/sdk |
| ANDROID_NDK | /usr/local/lib/android/sdk/ndk/27.0.12077973 |
| ANDROID_NDK_HOME | /usr/local/lib/android/sdk/ndk/27.0.12077973 |
| ANDROID_NDK_LATEST_HOME | /usr/local/lib/android/sdk/ndk/27.0.12077973 |
| ANDROID_NDK_ROOT | /usr/local/lib/android/sdk/ndk/27.0.12077973 |
| ANDROID_NDK | /usr/local/lib/android/sdk/ndk/26.3.11579264 |
| ANDROID_NDK_HOME | /usr/local/lib/android/sdk/ndk/26.3.11579264 |
| ANDROID_NDK_LATEST_HOME | /usr/local/lib/android/sdk/ndk/26.3.11579264 |
| ANDROID_NDK_ROOT | /usr/local/lib/android/sdk/ndk/26.3.11579264 |
| ANDROID_SDK_ROOT | /usr/local/lib/android/sdk |
### Installed apt packages
| Name | Version |
| ---------------------- | -------------------------- |
| acl | 2.3.2-1build1 |
| aria2 | 1.37.0+debian-1build3 |
| autoconf | 2.71-3 |
| automake | 1:1.16.5-1.3ubuntu1 |
| binutils | 2.42-4ubuntu2 |
| bison | 2:3.8.2+dfsg-1build2 |
| brotli | 1.1.0-2build2 |
| bzip2 | 1.0.8-5.1 |
| coreutils | 9.4-3ubuntu6 |
| curl | 8.5.0-2ubuntu10.1 |
| dbus | 1.14.10-4ubuntu4 |
| dnsutils | 1:9.18.28-0ubuntu0.24.04.1 |
| dpkg | 1.22.6ubuntu6 |
| dpkg-dev | 1.22.6ubuntu6 |
| fakeroot | 1.33-1 |
| file | 1:5.45-3build1 |
| findutils | 4.9.0-5build1 |
| flex | 2.6.4-8.2build1 |
| fonts-noto-color-emoji | 2.042-1 |
| ftp | 20230507-2build3 |
| g++ | 4:13.2.0-7ubuntu1 |
| gcc | 4:13.2.0-7ubuntu1 |
| gnupg2 | 2.4.4-2ubuntu17 |
| haveged | 1.9.14-1ubuntu2 |
| iproute2 | 6.1.0-1ubuntu6 |
| iputils-ping | 3:20240117-1build1 |
| jq | 1.7.1-3build1 |
| libssl-dev | 3.0.13-0ubuntu3.1 |
| libtool | 2.4.7-7build1 |
| libyaml-dev | 0.2.5-1build1 |
| locales | 2.39-0ubuntu8.2 |
| lz4 | 1.9.4-1build1 |
| m4 | 1.4.19-4build1 |
| make | 4.3-4.1build2 |
| mediainfo | 24.01.1-1build2 |
| mercurial | 6.7.2-1ubuntu2 |
| net-tools | 2.10-0.1ubuntu4 |
| netcat | 1.226-1ubuntu2 |
| openssh-client | 1:9.6p1-3ubuntu13.4 |
| p7zip-full | 16.02+transitional.1 |
| p7zip-rar | 16.02+transitional.1 |
| parallel | 20231122+ds-1 |
| patchelf | 0.18.0-1.1build1 |
| pigz | 2.8-1 |
| pkg-config | 1.8.1-2build1 |
| pollinate | 4.33-3.1ubuntu1 |
| python-is-python3 | 3.11.4-1 |
| rpm | 4.18.2+dfsg-2.1build2 |
| rsync | 3.2.7-1ubuntu1 |
| shellcheck | 0.9.0-1 |
| sphinxsearch | 2.2.11-8build1 |
| sqlite3 | 3.45.1-1ubuntu2 |
| ssh | 1:9.6p1-3ubuntu13.4 |
| sshpass | 1.09-1 |
| sudo | 1.9.15p5-3ubuntu5 |
| swig | 4.2.0-2ubuntu1 |
| tar | 1.35+dfsg-3build1 |
| telnet | 0.17+2.5-3ubuntu4 |
| texinfo | 7.1-3build2 |
| time | 1.9-0.2build1 |
| tk | 8.6.14build1 |
| tree | 2.1.1-2ubuntu3 |
| tzdata | 2024a-3ubuntu1.1 |
| unzip | 6.0-28ubuntu4 |
| upx | 4.2.2-3 |
| wget | 1.21.4-1ubuntu4.1 |
| xvfb | 2:21.1.12-1ubuntu1 |
| xz-utils | 5.6.1+really5.4.5-1 |
| zip | 3.0-13build1 |
| zsync | 0.6.2-5build1 |
| Name | Version |
| ---------------------- | --------------------- |
| acl | 2.3.2-1build1 |
| aria2 | 1.37.0+debian-1build3 |
| autoconf | 2.71-3 |
| automake | 1:1.16.5-1.3ubuntu1 |
| binutils | 2.42-4ubuntu2 |
| bison | 2:3.8.2+dfsg-1build2 |
| brotli | 1.1.0-2build2 |
| bzip2 | 1.0.8-5.1 |
| coreutils | 9.4-3ubuntu6 |
| curl | 8.5.0-2ubuntu10.1 |
| dbus | 1.14.10-4ubuntu4 |
| dnsutils | 1:9.18.24-0ubuntu5 |
| dpkg | 1.22.6ubuntu6 |
| dpkg-dev | 1.22.6ubuntu6 |
| fakeroot | 1.33-1 |
| file | 1:5.45-3build1 |
| findutils | 4.9.0-5build1 |
| flex | 2.6.4-8.2build1 |
| fonts-noto-color-emoji | 2.042-1 |
| ftp | 20230507-2build3 |
| g++ | 4:13.2.0-7ubuntu1 |
| gcc | 4:13.2.0-7ubuntu1 |
| gnupg2 | 2.4.4-2ubuntu17 |
| haveged | 1.9.14-1ubuntu2 |
| iproute2 | 6.1.0-1ubuntu6 |
| iputils-ping | 3:20240117-1build1 |
| jq | 1.7.1-3build1 |
| libssl-dev | 3.0.13-0ubuntu3.1 |
| libtool | 2.4.7-7build1 |
| libyaml-dev | 0.2.5-1build1 |
| locales | 2.39-0ubuntu8.2 |
| lz4 | 1.9.4-1build1 |
| m4 | 1.4.19-4build1 |
| make | 4.3-4.1build2 |
| mediainfo | 24.01.1-1build2 |
| mercurial | 6.7.2-1ubuntu2 |
| net-tools | 2.10-0.1ubuntu4 |
| netcat | 1.226-1ubuntu2 |
| openssh-client | 1:9.6p1-3ubuntu13.4 |
| p7zip-full | 16.02+transitional.1 |
| p7zip-rar | 16.02+transitional.1 |
| parallel | 20231122+ds-1 |
| patchelf | 0.18.0-1.1build1 |
| pigz | 2.8-1 |
| pkg-config | 1.8.1-2build1 |
| pollinate | 4.33-3.1ubuntu1 |
| python-is-python3 | 3.11.4-1 |
| rpm | 4.18.2+dfsg-2.1build2 |
| rsync | 3.2.7-1ubuntu1 |
| shellcheck | 0.9.0-1 |
| sphinxsearch | 2.2.11-8build1 |
| sqlite3 | 3.45.1-1ubuntu2 |
| ssh | 1:9.6p1-3ubuntu13.4 |
| sshpass | 1.09-1 |
| sudo | 1.9.15p5-3ubuntu5 |
| swig | 4.2.0-2ubuntu1 |
| tar | 1.35+dfsg-3build1 |
| telnet | 0.17+2.5-3ubuntu4 |
| texinfo | 7.1-3build2 |
| time | 1.9-0.2build1 |
| tk | 8.6.14build1 |
| tree | 2.1.1-2ubuntu3 |
| tzdata | 2024a-3ubuntu1.1 |
| unzip | 6.0-28ubuntu4 |
| upx | 4.2.2-3 |
| wget | 1.21.4-1ubuntu4.1 |
| xvfb | 2:21.1.12-1ubuntu1 |
| xz-utils | 5.6.1+really5.4.5-1 |
| zip | 3.0-13build1 |
| zsync | 0.6.2-5build1 |
@@ -0,0 +1,21 @@
#!/bin/bash -e
################################################################################
## File: install-docker-compose.sh
## Desc: Install Docker Compose v1
## Supply chain security: Docker Compose v1 - checksum validation
################################################################################
# Source the helpers for use with the script
source $HELPER_SCRIPTS/install.sh
# Download docker-compose v1 from releases
binary_path=$(download_with_retry "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-Linux-x86_64")
# Supply chain security - Docker Compose v1
external_hash="f3f10cf3dbb8107e9ba2ea5f23c1d2159ff7321d16f0a23051d68d8e2547b323"
use_checksum_comparison "${binary_path}" "${external_hash}"
# Install docker-compose v1
install "${binary_path}" "/usr/local/bin/docker-compose"
invoke_tests "Tools" "Docker-compose v1"
+1 -1
View File
@@ -24,7 +24,7 @@ if is_ubuntu22; then
fi
if is_ubuntu20; then
cargo install bindgen-cli cbindgen cargo-audit cargo-outdated
cargo install --locked bindgen-cli cbindgen cargo-audit cargo-outdated
fi
# Cleanup Cargo cache
@@ -111,6 +111,9 @@ $tools.AddToolVersion("Buildah", $(Get-BuildahVersion))
$tools.AddToolVersion("CMake", $(Get-CMakeVersion))
$tools.AddToolVersion("CodeQL Action Bundle", $(Get-CodeQLBundleVersion))
$tools.AddToolVersion("Docker Amazon ECR Credential Helper", $(Get-DockerAmazonECRCredHelperVersion))
if ((Test-IsUbuntu20) -or (Test-IsUbuntu22)) {
$tools.AddToolVersion("Docker Compose v1", $(Get-DockerComposeV1Version))
}
$tools.AddToolVersion("Docker Compose v2", $(Get-DockerComposeV2Version))
$tools.AddToolVersion("Docker-Buildx", $(Get-DockerBuildxVersion))
$tools.AddToolVersion("Docker Client", $(Get-DockerClientVersion))
@@ -131,7 +131,7 @@ function Get-LernaVersion {
}
function Get-HomebrewVersion {
$result = Get-CommandResult "/home/linuxbrew/.linuxbrew/bin/brew --version"
$result = Get-CommandResult "/home/linuxbrew/.linuxbrew/bin/brew -v"
$result.Output -match "Homebrew (?<version>\d+\.\d+\.\d+)" | Out-Null
return $Matches.version
}
@@ -58,7 +58,10 @@ function Get-CMakeVersion {
return $cmakeVersion
}
function Get-DockerComposeV1Version {
$composeVersion = docker-compose -v | Get-StringPart -Part 2 | Get-StringPart -Part 0 -Delimiter ","
return $composeVersion
}
function Get-DockerComposeV2Version {
$composeVersion = docker compose version | Get-StringPart -Part 3 | Get-StringPart -Part 0 -Delimiter "v"
@@ -121,6 +121,12 @@ Describe "Docker images" {
}
}
Describe "Docker-compose v1" -Skip:((-not (Test-IsUbuntu20)) -and (-not (Test-IsUbuntu22))) {
It "docker-compose" {
"docker-compose --version"| Should -ReturnZeroExitCode
}
}
Describe "Ansible" {
It "Ansible" {
"ansible --version" | Should -ReturnZeroExitCode
+1 -1
View File
@@ -344,7 +344,7 @@ build {
provisioner "shell" {
environment_vars = ["HELPER_SCRIPTS=${var.helper_script_folder}", "INSTALLER_SCRIPT_FOLDER=${var.installer_script_folder}", "DOCKERHUB_LOGIN=${var.dockerhub_login}", "DOCKERHUB_PASSWORD=${var.dockerhub_password}"]
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
scripts = ["${path.root}/../scripts/build/install-docker.sh"]
scripts = ["${path.root}/../scripts/build/install-docker-compose.sh", "${path.root}/../scripts/build/install-docker.sh"]
}
provisioner "shell" {
+1 -1
View File
@@ -340,7 +340,7 @@ build {
provisioner "shell" {
environment_vars = ["HELPER_SCRIPTS=${var.helper_script_folder}", "INSTALLER_SCRIPT_FOLDER=${var.installer_script_folder}", "DOCKERHUB_LOGIN=${var.dockerhub_login}", "DOCKERHUB_PASSWORD=${var.dockerhub_password}"]
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
scripts = ["${path.root}/../scripts/build/install-docker.sh"]
scripts = ["${path.root}/../scripts/build/install-docker-compose.sh", "${path.root}/../scripts/build/install-docker.sh"]
}
provisioner "shell" {
+2 -2
View File
@@ -92,9 +92,9 @@
"cmake;3.22.1"
],
"ndk": {
"default": "27",
"default": "25",
"versions": [
"24", "25", "26", "27"
"24", "25", "26"
]
}
},
+2 -2
View File
@@ -89,9 +89,9 @@
"cmake;3.22.1"
],
"ndk": {
"default": "27",
"default": "25",
"versions": [
"24", "25", "26", "27"
"24", "25", "26"
]
}
},
+2 -2
View File
@@ -79,9 +79,9 @@
"additional_tools": [
],
"ndk": {
"default": "27",
"default": "26",
"versions": [
"24", "25", "26", "27"
"24", "25", "26"
]
}
},
+38 -39
View File
@@ -1,11 +1,10 @@
| Announcements |
|-|
| [[All OSes] Android NDK versions <=25 will be removed from images on August 19](https://github.com/actions/runner-images/issues/10342) |
| [[Ubuntu, Windows] Docker Compose v1 will be removed from images on July, 29](https://github.com/actions/runner-images/issues/9692) |
***
# Windows Server 2019
- OS Version: 10.0.17763 Build 6054
- Image Version: 20240730.1.0
- Image Version: 20240717.1.0
## Windows features
- Windows Subsystem for Linux (WSLv1): Enabled
@@ -34,7 +33,7 @@
- pip 24.0 (python 3.7)
- Pipx 1.2.1
- RubyGems 3.2.33
- Vcpkg (build from commit 136a0d8b8)
- Vcpkg (build from commit 1318ab14a)
- Yarn 1.22.22
#### Environment variables
@@ -55,19 +54,19 @@
- azcopy 10.25.1
- Bazel 7.2.1
- Bazelisk 1.19.0
- Bicep 0.29.47
- Bicep 0.28.1
- Cabal 3.12.1.0
- CMake 3.30.1
- CodeQL Action Bundle 2.18.1
- CMake 3.30.0
- CodeQL Action Bundle 2.18.0
- Docker 26.1.3
- Docker Compose v1 1.29.2
- Docker Compose v2 2.27.1
- Docker-wincred 0.8.2
- ghc 9.10.1
- Git 2.46.0.windows.1
- Git 2.45.2.windows.1
- Git LFS 3.5.1
- Google Cloud CLI 485.0.0
- ImageMagick 7.1.1-36
- Google Cloud CLI 484.0.0
- ImageMagick 7.1.1-35
- InnoSetup 6.3.3
- jq 1.7.1
- Kind 0.23.0
@@ -81,10 +80,10 @@
- OpenSSL 1.1.1w
- Packer 1.11.0
- Parcel 2.12.0
- Pulumi 3.127.0
- Pulumi 3.124.0
- R 4.4.1
- Service Fabric SDK 9.1.1436.9590
- Stack 3.1.1
- Stack 2.15.7
- Subversion (SVN) 1.14.2
- Swig 4.1.1
- VSWhere 3.1.7
@@ -94,8 +93,8 @@
- zstd 1.5.6
### CLI Tools
- Alibaba Cloud CLI 3.0.216
- AWS CLI 2.17.19
- Alibaba Cloud CLI 3.0.213
- AWS CLI 2.17.13
- AWS SAM CLI 1.120.0
- AWS Session Manager CLI 1.2.650.0
- Azure CLI 2.62.0
@@ -104,9 +103,9 @@
- GitHub CLI 2.53.0
### Rust Tools
- Cargo 1.80.0
- Rust 1.80.0
- Rustdoc 1.80.0
- Cargo 1.79.0
- Rust 1.79.0
- Rustdoc 1.79.0
- Rustup 1.27.1
#### Packages
@@ -114,18 +113,18 @@
- cargo-audit 0.20.0
- cargo-outdated 0.15.0
- cbindgen 0.26.0
- Clippy 0.1.80
- Clippy 0.1.79
- Rustfmt 1.7.0
### Browsers and Drivers
- Google Chrome 127.0.6533.73
- Chrome Driver 127.0.6533.72
- Microsoft Edge 127.0.2651.74
- Microsoft Edge Driver 127.0.2651.74
- Mozilla Firefox 128.0.3
- Google Chrome 126.0.6478.183
- Chrome Driver 126.0.6478.182
- Microsoft Edge 126.0.2592.102
- Microsoft Edge Driver 126.0.2592.102
- Mozilla Firefox 128.0
- Gecko Driver 0.34.0
- IE Driver 4.14.0.0
- Selenium server 4.23.0
- Selenium server 4.22.0
#### Environment variables
| Name | Value |
@@ -138,10 +137,10 @@
### Java
| Version | Environment Variable |
| ------------------- | -------------------- |
| 8.0.422+5 (default) | JAVA_HOME_8_X64 |
| 11.0.24+8 | JAVA_HOME_11_X64 |
| 17.0.12+7 | JAVA_HOME_17_X64 |
| 21.0.4+7.0 | JAVA_HOME_21_X64 |
| 8.0.412+8 (default) | JAVA_HOME_8_X64 |
| 11.0.23+9 | JAVA_HOME_11_X64 |
| 17.0.11+9 | JAVA_HOME_17_X64 |
| 21.0.3+9.0 | JAVA_HOME_21_X64 |
### Shells
| Name | Target |
@@ -173,7 +172,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
#### Node.js
- 16.20.2
- 18.20.4
- 20.16.0
- 20.15.1
#### Python
- 3.7.9
@@ -194,7 +193,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
#### Ruby
- 3.0.7
- 3.1.6
- 3.2.5
- 3.2.4
### Databases
@@ -501,7 +500,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
- nbgv 3.6.139+a9e8765620
### PowerShell Tools
- PowerShell 7.4.4
- PowerShell 7.4.3
#### Powershell Modules
- Az: 11.3.1
@@ -509,15 +508,15 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
- AzureRM: 2.1.0 (Default), 6.13.1
- Azure (Cached): 3.8.0.zip, 4.2.1.zip, 5.1.1.zip
- AzureRM (Cached): 3.8.0.zip, 4.2.1.zip, 5.1.1.zip, 6.7.0.zip
- AWSPowershell: 4.1.624
- AWSPowershell: 4.1.618
- DockerMsftProvider: 1.0.0.8
- MarkdownPS: 1.10
- Microsoft.Graph: 2.21.0
- Microsoft.Graph: 2.20.0
- Pester: 3.4.0, 5.6.1
- PowerShellGet: 1.0.0.1, 2.2.5
- PSScriptAnalyzer: 1.22.0
- PSWindowsUpdate: 2.2.1.5
- SqlServer: 22.2.0
- PSWindowsUpdate: 2.2.1.4
- SqlServer: 22.3.0
- VSSetup: 2.2.16
```
Azure PowerShell module 2.1.0 and AzureRM PowerShell module 2.1.0 are installed
@@ -538,16 +537,16 @@ All other versions are saved but not installed.
| Google APIs | addon-google_apis-google-21<br>addon-google_apis-google-22<br>addon-google_apis-google-23<br>addon-google_apis-google-24 |
| Google Play services | 49 |
| Google Repository | 58 |
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264<br>27.0.12077973 |
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264 |
#### Environment variables
| Name | Value |
| ----------------------- | ---------------------------------------- |
| ANDROID_HOME | C:\Android\android-sdk |
| ANDROID_NDK | C:\Android\android-sdk\ndk\27.0.12077973 |
| ANDROID_NDK_HOME | C:\Android\android-sdk\ndk\27.0.12077973 |
| ANDROID_NDK_LATEST_HOME | C:\Android\android-sdk\ndk\27.0.12077973 |
| ANDROID_NDK_ROOT | C:\Android\android-sdk\ndk\27.0.12077973 |
| ANDROID_NDK | C:\Android\android-sdk\ndk\25.2.9519653 |
| ANDROID_NDK_HOME | C:\Android\android-sdk\ndk\25.2.9519653 |
| ANDROID_NDK_LATEST_HOME | C:\Android\android-sdk\ndk\26.3.11579264 |
| ANDROID_NDK_ROOT | C:\Android\android-sdk\ndk\25.2.9519653 |
| ANDROID_SDK_ROOT | C:\Android\android-sdk |
### Cached Docker images
+41 -42
View File
@@ -1,11 +1,10 @@
| Announcements |
|-|
| [[All OSes] Android NDK versions <=25 will be removed from images on August 19](https://github.com/actions/runner-images/issues/10342) |
| [[Ubuntu, Windows] Docker Compose v1 will be removed from images on July, 29](https://github.com/actions/runner-images/issues/9692) |
***
# Windows Server 2022
- OS Version: 10.0.20348 Build 2582
- Image Version: 20240729.2.0
- Image Version: 20240714.1.0
## Windows features
- Windows Subsystem for Linux (WSLv1): Enabled
@@ -17,7 +16,7 @@
- Go 1.21.12
- Julia 1.10.4
- Kotlin 2.0.0
- LLVM 18.1.8
- LLVM 18.1.6
- Node 18.20.3
- Perl 5.32.1
- PHP 8.3.9
@@ -31,10 +30,10 @@
- Miniconda 24.5.0 (pre-installed on the image but not added to PATH)
- NPM 10.7.0
- NuGet 6.10.1.5
- pip 24.2 (python 3.9)
- pip 24.1.2 (python 3.9)
- Pipx 1.6.0
- RubyGems 3.2.33
- Vcpkg (build from commit cacf59943)
- Vcpkg (build from commit 7aeffc910)
- Yarn 1.22.22
#### Environment variables
@@ -55,10 +54,10 @@
- azcopy 10.25.1
- Bazel 7.2.1
- Bazelisk 1.19.0
- Bicep 0.29.47
- Bicep 0.28.1
- Cabal 3.12.1.0
- CMake 3.30.1
- CodeQL Action Bundle 2.18.1
- CMake 3.30.0
- CodeQL Action Bundle 2.18.0
- Docker 26.1.3
- Docker Compose v1 1.29.2
- Docker Compose v2 2.27.1
@@ -66,11 +65,11 @@
- ghc 9.10.1
- Git 2.45.2.windows.1
- Git LFS 3.5.1
- ImageMagick 7.1.1-36
- ImageMagick 7.1.1-34
- InnoSetup 6.3.3
- jq 1.7.1
- Kind 0.23.0
- Kubectl 1.30.3
- Kubectl 1.30.2
- Mercurial 5.0
- gcc 12.2.0
- gdb 11.2
@@ -79,10 +78,10 @@
- NSIS 3.10
- OpenSSL 1.1.1w
- Packer 1.11.0
- Pulumi 3.127.0
- Pulumi 3.124.0
- R 4.4.1
- Service Fabric SDK 9.1.1436.9590
- Stack 3.1.1
- Stack 2.15.7
- Subversion (SVN) 1.14.2
- Swig 4.1.1
- VSWhere 3.1.7
@@ -92,18 +91,18 @@
- zstd 1.5.6
### CLI Tools
- Alibaba Cloud CLI 3.0.216
- AWS CLI 2.17.18
- Alibaba Cloud CLI 3.0.213
- AWS CLI 2.17.13
- AWS SAM CLI 1.120.0
- AWS Session Manager CLI 1.2.650.0
- Azure CLI 2.62.0
- Azure DevOps CLI extension 1.0.1
- GitHub CLI 2.53.0
- GitHub CLI 2.52.0
### Rust Tools
- Cargo 1.80.0
- Rust 1.80.0
- Rustdoc 1.80.0
- Cargo 1.79.0
- Rust 1.79.0
- Rustdoc 1.79.0
- Rustup 1.27.1
#### Packages
@@ -111,18 +110,18 @@
- cargo-audit 0.20.0
- cargo-outdated 0.15.0
- cbindgen 0.26.0
- Clippy 0.1.80
- Clippy 0.1.79
- Rustfmt 1.7.0
### Browsers and Drivers
- Google Chrome 127.0.6533.73
- Chrome Driver 127.0.6533.72
- Microsoft Edge 127.0.2651.74
- Microsoft Edge Driver 127.0.2651.74
- Mozilla Firefox 128.0.3
- Google Chrome 126.0.6478.127
- Chrome Driver 126.0.6478.126
- Microsoft Edge 126.0.2592.102
- Microsoft Edge Driver 126.0.2592.102
- Mozilla Firefox 128.0
- Gecko Driver 0.34.0
- IE Driver 4.14.0.0
- Selenium server 4.23.0
- Selenium server 4.22.0
#### Environment variables
| Name | Value |
@@ -135,10 +134,10 @@
### Java
| Version | Environment Variable |
| ------------------- | -------------------- |
| 8.0.422+5 (default) | JAVA_HOME_8_X64 |
| 11.0.24+8 | JAVA_HOME_11_X64 |
| 17.0.12+7 | JAVA_HOME_17_X64 |
| 21.0.4+7.0 | JAVA_HOME_21_X64 |
| 8.0.412+8 (default) | JAVA_HOME_8_X64 |
| 11.0.23+9 | JAVA_HOME_11_X64 |
| 17.0.11+9 | JAVA_HOME_17_X64 |
| 21.0.3+9.0 | JAVA_HOME_21_X64 |
### Shells
| Name | Target |
@@ -167,7 +166,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
#### Node.js
- 16.20.2
- 18.20.4
- 20.16.0
- 20.15.1
#### Python
- 3.7.9
@@ -187,7 +186,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
#### Ruby
- 3.0.7
- 3.1.6
- 3.2.5
- 3.2.4
### Databases
@@ -211,7 +210,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
### Database tools
- Azure CosmosDb Emulator 2.14.18.0
- DacFx 162.3.566.1
- MySQL 8.0.39.0
- MySQL 8.0.38.0
- SQL OLEDB Driver 18.7.4.0
- SQLPS 1.0
@@ -224,7 +223,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
### Visual Studio Enterprise 2022
| Name | Version | Path |
| ----------------------------- | --------------- | -------------------------------------------------------- |
| Visual Studio Enterprise 2022 | 17.10.35122.118 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
| Visual Studio Enterprise 2022 | 17.10.35027.167 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
#### Workloads, components and extensions
| Package | Version |
@@ -251,7 +250,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| Component.Unreal | 17.10.34803.213 |
| Component.Unreal.Android | 17.10.34803.213 |
| Component.Unreal.Ide | 17.10.34803.213 |
| Component.VisualStudio.GitHub.Copilot | 0.2.894.62884 |
| Component.VisualStudio.GitHub.Copilot | 0.2.889.30432 |
| Component.VSInstallerProjects2022 | 2.0.1 |
| Component.WixToolset.VisualStudioExtension.Dev17 | 1.0.0.22 |
| Component.WixToolset.VisualStudioExtension.Schemas3 | 1.0.0.22 |
@@ -497,7 +496,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
- nbgv 3.6.139+a9e8765620
### PowerShell Tools
- PowerShell 7.4.4
- PowerShell 7.4.3
#### Powershell Modules
- Az: 11.3.1
@@ -505,14 +504,14 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
- AzureRM: 2.1.0 (Default), 6.13.1
- Azure (Cached): 3.8.0.zip, 4.2.1.zip, 5.1.1.zip
- AzureRM (Cached): 3.8.0.zip, 4.2.1.zip, 5.1.1.zip, 6.7.0.zip
- AWSPowershell: 4.1.623
- AWSPowershell: 4.1.618
- DockerMsftProvider: 1.0.0.8
- MarkdownPS: 1.10
- Microsoft.Graph: 2.20.0
- Pester: 3.4.0, 5.6.1
- PowerShellGet: 1.0.0.1, 2.2.5
- PSScriptAnalyzer: 1.22.0
- PSWindowsUpdate: 2.2.1.5
- PSWindowsUpdate: 2.2.1.4
- SqlServer: 22.3.0
- VSSetup: 2.2.16
```
@@ -533,16 +532,16 @@ All other versions are saved but not installed.
| CMake | 3.18.1<br>3.22.1 |
| Google Play services | 49 |
| Google Repository | 58 |
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264<br>27.0.12077973 |
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264 |
#### Environment variables
| Name | Value |
| ----------------------- | ---------------------------------------- |
| ANDROID_HOME | C:\Android\android-sdk |
| ANDROID_NDK | C:\Android\android-sdk\ndk\27.0.12077973 |
| ANDROID_NDK_HOME | C:\Android\android-sdk\ndk\27.0.12077973 |
| ANDROID_NDK_LATEST_HOME | C:\Android\android-sdk\ndk\27.0.12077973 |
| ANDROID_NDK_ROOT | C:\Android\android-sdk\ndk\27.0.12077973 |
| ANDROID_NDK | C:\Android\android-sdk\ndk\25.2.9519653 |
| ANDROID_NDK_HOME | C:\Android\android-sdk\ndk\25.2.9519653 |
| ANDROID_NDK_LATEST_HOME | C:\Android\android-sdk\ndk\26.3.11579264 |
| ANDROID_NDK_ROOT | C:\Android\android-sdk\ndk\25.2.9519653 |
| ANDROID_SDK_ROOT | C:\Android\android-sdk |
### Cached Docker images
@@ -40,7 +40,7 @@ if ($LASTEXITCODE -ne 0) {
throw "Rust component installation failed with exit code $LASTEXITCODE"
}
cargo install bindgen-cli cbindgen cargo-audit cargo-outdated
cargo install --locked bindgen-cli cbindgen cargo-audit cargo-outdated
if ($LASTEXITCODE -ne 0) {
throw "Rust tools installation failed with exit code $LASTEXITCODE"
}
+4 -4
View File
@@ -84,7 +84,7 @@
{"name": "PowerShellGet"},
{"name": "PSScriptAnalyzer"},
{"name": "PSWindowsUpdate"},
{"name": "SqlServer", "versions": ["22.2.0"]},
{"name": "SqlServer"},
{"name": "VSSetup"},
{"name": "Microsoft.Graph"},
{"name": "AWSPowershell"}
@@ -156,9 +156,9 @@
"cmake;3.22.1"
],
"ndk": {
"default": "27",
"default": "25",
"versions": [
"24", "25", "26" , "27"
"24", "25", "26"
]
}
},
@@ -424,7 +424,7 @@
{ "name": "aria2" },
{ "name": "azcopy10" },
{ "name": "Bicep" },
{ "name": "gitversion.portable", "args": [ "--version", "5.12.0"] },
{ "name": "gitversion.portable" },
{ "name": "innosetup" },
{ "name": "jq" },
{ "name": "NuGet.CommandLine" },
+3 -3
View File
@@ -146,9 +146,9 @@
"cmake;3.22.1"
],
"ndk": {
"default": "27",
"default": "25",
"versions": [
"24", "25", "26", "27"
"24", "25", "26"
]
}
},
@@ -177,7 +177,7 @@
"subversion" : "17",
"edition" : "Enterprise",
"channel": "release",
"signature": "C2048FB509F1C37A8C3E9EC6648118458AA01780",
"signature": "F9A7CF9FBE13BAC767F4781061332DA6E8B4E0EE",
"workloads": [
"Component.Dotfuscator",
"Component.Linux.CMake",