Compare commits
69
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ff1b88e6b | ||
|
|
52bcf848e5 | ||
|
|
5a99573420 | ||
|
|
c9f2293acc | ||
|
|
a9f4b4f480 | ||
|
|
25c57a1bbf | ||
|
|
293e955e3f | ||
|
|
9d5d1be482 | ||
|
|
785629d8d8 | ||
|
|
899fcf9b16 | ||
|
|
448c998191 | ||
|
|
0f916a843b | ||
|
|
4b94854902 | ||
|
|
c99c444ee9 | ||
|
|
24c7b7b9d8 | ||
|
|
903d127138 | ||
|
|
8476a08273 | ||
|
|
04166140e1 | ||
|
|
3c26757b41 | ||
|
|
ed92ac6e3f | ||
|
|
36549632ce | ||
|
|
562ad565fa | ||
|
|
3dcd2fa9b4 | ||
|
|
5c60b0c2af | ||
|
|
5113d251a8 | ||
|
|
ee7edb4f80 | ||
|
|
a9fed55df6 | ||
|
|
a38a062eee | ||
|
|
e2a8bbc6e1 | ||
|
|
8a1afc1fe1 | ||
|
|
845c5ee866 | ||
|
|
7cec68c4a6 | ||
|
|
ec4d691dad | ||
|
|
afb777d3f7 | ||
|
|
532cfd5c07 | ||
|
|
cccb82874c | ||
|
|
4abf97ab13 | ||
|
|
5ecfd27e8f | ||
|
|
e11ab1f9c6 | ||
|
|
4db7ac61ac | ||
|
|
6df3848fcd | ||
|
|
c9c09169e4 | ||
|
|
3edaf8a499 | ||
|
|
80ea4b55c0 | ||
|
|
cfcc1c6a1b | ||
|
|
b98d6e44fa | ||
|
|
9815039618 | ||
|
|
384f5acb62 | ||
|
|
7d377ee02b | ||
|
|
7172a7f1c5 | ||
|
|
4873b60b58 | ||
|
|
e5b505aba0 | ||
|
|
2a7b21b9ba | ||
|
|
bca20e6921 | ||
|
|
ab72240867 | ||
|
|
d279ef32ca | ||
|
|
dca8e74e47 | ||
|
|
530454b772 | ||
|
|
1a952817be | ||
|
|
6625f8ac5f | ||
|
|
441122013e | ||
|
|
5a54cdbbf1 | ||
|
|
eb6f6cc734 | ||
|
|
78ef24110a | ||
|
|
7772fec117 | ||
|
|
35be26d2a9 | ||
|
|
24a830de3c | ||
|
|
7781af869b | ||
|
|
584c7c0fef |
@@ -38,6 +38,7 @@ body:
|
||||
options:
|
||||
- label: Ubuntu 20.04
|
||||
- label: Ubuntu 22.04
|
||||
- label: Ubuntu 24.04
|
||||
- label: macOS 11
|
||||
- label: macOS 12
|
||||
- label: macOS 13
|
||||
|
||||
@@ -21,6 +21,7 @@ body:
|
||||
options:
|
||||
- label: Ubuntu 20.04
|
||||
- label: Ubuntu 22.04
|
||||
- label: Ubuntu 24.04
|
||||
- label: macOS 11
|
||||
- label: macOS 12
|
||||
- label: macOS 13
|
||||
|
||||
@@ -59,6 +59,7 @@ body:
|
||||
options:
|
||||
- label: Ubuntu 20.04
|
||||
- label: Ubuntu 22.04
|
||||
- label: Ubuntu 24.04
|
||||
- label: macOS 11
|
||||
- label: macOS 12
|
||||
- label: macOS 13
|
||||
|
||||
@@ -40,11 +40,11 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2
|
||||
uses: github/codeql-action/init@v3
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
# If you wish to specify custom queries, you can do so here or in a config file.
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
||||
# If this step fails, then you should remove it and run the build manually (see below)
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@v2
|
||||
uses: github/codeql-action/autobuild@v3
|
||||
|
||||
# ℹ️ Command-line programs to run using the OS shell.
|
||||
# 📚 https://git.io/JvXDl
|
||||
@@ -69,4 +69,4 @@ jobs:
|
||||
# make release
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v2
|
||||
uses: github/codeql-action/analyze@v3
|
||||
|
||||
@@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Software Report module tests
|
||||
shell: pwsh
|
||||
|
||||
@@ -21,15 +21,15 @@ To build a VM machine from this repo's source, see the [instructions](docs/creat
|
||||
|
||||
| Image | YAML Label | Included Software | Rollout Status of Latest Image Release |
|
||||
| --------------------|---------------------|--------------------|--------------------|
|
||||
| Ubuntu 24.04 | `ubuntu-24.04` | [ubuntu-24.04] |  |
|
||||
| Ubuntu 24.04 <sup>beta</sup> | `ubuntu-24.04` | [ubuntu-24.04] |  |
|
||||
| Ubuntu 22.04 | `ubuntu-latest` or `ubuntu-22.04` | [ubuntu-22.04] |  |
|
||||
| Ubuntu 20.04 | `ubuntu-20.04` | [ubuntu-20.04] |  |
|
||||
| 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] |  |
|
||||
| macOS 13 Arm64 | `macos-13-xlarge` | [macOS-13-arm64] |  |
|
||||
| macOS 12 | `macos-12` or `macos-12-large`| [macOS-12] |  |
|
||||
| macOS 11 [deprecated] | `macos-11`| [macOS-11] |  |
|
||||
| macOS 12 | `macos-12` or `macos-12-large`| [macOS-12] |  |
|
||||
| macOS 11 <sup>deprecated</sup> | `macos-11`| [macOS-11] |  |
|
||||
| Windows Server 2022 | `windows-latest` or `windows-2022` | [windows-2022] |  |
|
||||
| Windows Server 2019 | `windows-2019` | [windows-2019] |  |
|
||||
|
||||
|
||||
@@ -5,7 +5,8 @@ enum ImageType {
|
||||
Windows2022 = 2
|
||||
Ubuntu2004 = 3
|
||||
Ubuntu2204 = 4
|
||||
UbuntuMinimal = 5
|
||||
Ubuntu2404 = 5
|
||||
UbuntuMinimal = 6
|
||||
}
|
||||
|
||||
Function Get-PackerTemplatePath {
|
||||
@@ -30,6 +31,9 @@ Function Get-PackerTemplatePath {
|
||||
([ImageType]::Ubuntu2204) {
|
||||
$relativeTemplatePath = Join-Path (Join-Path "ubuntu" "templates") "ubuntu-22.04.pkr.hcl"
|
||||
}
|
||||
([ImageType]::Ubuntu2404) {
|
||||
$relativeTemplatePath = Join-Path (Join-Path "ubuntu" "templates") "ubuntu-24.04.pkr.hcl"
|
||||
}
|
||||
([ImageType]::UbuntuMinimal) {
|
||||
$relativeTemplatePath = Join-Path (Join-Path "ubuntu" "templates") "ubuntu-minimal.pkr.hcl"
|
||||
}
|
||||
|
||||
@@ -1,51 +1,51 @@
|
||||
# macOS 12
|
||||
- OS Version: macOS 12.7.4 (21H1123)
|
||||
- OS Version: macOS 12.7.5 (21H1222)
|
||||
- Kernel Version: Darwin 21.6.0
|
||||
- Image Version: 20240418.1
|
||||
- Image Version: 20240527.4
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .NET Core SDK: 6.0.421, 7.0.102, 7.0.202, 7.0.306, 7.0.408, 8.0.101, 8.0.204
|
||||
- .NET Core SDK: 6.0.422, 7.0.102, 7.0.202, 7.0.306, 7.0.409, 8.0.101, 8.0.204, 8.0.300
|
||||
- Bash 3.2.57(1)-release
|
||||
- Clang/LLVM 14.0.0
|
||||
- Clang/LLVM (Homebrew) 15.0.7 - available on `$(brew --prefix llvm@15)/bin/clang`
|
||||
- GCC 11 (Homebrew GCC 11.4.0) - available by `gcc-11` alias
|
||||
- GCC 12 (Homebrew GCC 12.3.0) - available by `gcc-12` alias
|
||||
- GCC 13 (Homebrew GCC 13.2.0) - available by `gcc-13` alias
|
||||
- GCC 13 (Homebrew GCC 13.3.0) - available by `gcc-13` alias
|
||||
- GNU Fortran 11 (Homebrew GCC 11.4.0) - available by `gfortran-11` alias
|
||||
- GNU Fortran 12 (Homebrew GCC 12.3.0) - available by `gfortran-12` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.2.0) - available by `gfortran-13` alias
|
||||
- Julia 1.10.2
|
||||
- Kotlin 1.9.23-release-779
|
||||
- Go 1.21.9
|
||||
- GNU Fortran 13 (Homebrew GCC 13.3.0) - available by `gfortran-13` alias
|
||||
- Julia 1.10.3
|
||||
- Kotlin 2.0.0-release-341
|
||||
- Go 1.21.10
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 18.20.2
|
||||
- Node.js 18.20.3
|
||||
- MSBuild 16.10.1.51301 (Mono 6.12.0.188)
|
||||
- NVM 0.39.7
|
||||
- NVM - Cached node versions: 16.20.2, 18.20.2, 20.12.2
|
||||
- NVM - Cached node versions: 16.20.2, 18.20.3, 20.13.1
|
||||
- Perl 5.38.2
|
||||
- PHP 8.3.6
|
||||
- PHP 8.3.7
|
||||
- Python 2.7.18
|
||||
- Python3 3.12.3
|
||||
- R 4.3.3
|
||||
- Ruby 3.0.6p216
|
||||
- R 4.4.0
|
||||
- Ruby 3.0.7p220
|
||||
|
||||
### Package Management
|
||||
- Bundler 2.5.9
|
||||
- Bundler 2.5.10
|
||||
- Carthage 0.39.1
|
||||
- CocoaPods 1.15.2
|
||||
- Composer 2.7.2
|
||||
- Homebrew 4.2.18
|
||||
- Miniconda 24.3.0
|
||||
- NPM 10.5.0
|
||||
- Composer 2.7.6
|
||||
- Homebrew 4.3.2
|
||||
- Miniconda 24.4.0
|
||||
- NPM 10.7.0
|
||||
- NuGet 6.3.1.1
|
||||
- Pip 20.3.4 (python 2.7)
|
||||
- Pip3 24.0 (python 3.12)
|
||||
- Pipx 1.5.0
|
||||
- RubyGems 3.5.9
|
||||
- Vcpkg 2024 (build from commit 6c87aab05)
|
||||
- Yarn 1.22.19
|
||||
- RubyGems 3.5.10
|
||||
- Vcpkg 2024 (build from commit 007aaced1)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -55,59 +55,59 @@
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.14
|
||||
- Apache Maven 3.9.6
|
||||
- Apache Maven 3.9.7
|
||||
- Gradle 8.7
|
||||
- Sbt 1.9.9
|
||||
- Sbt 1.10.0
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.24.0
|
||||
- bazel 7.1.1
|
||||
- bazelisk 1.19.0
|
||||
- bazel 7.1.2
|
||||
- bazelisk 1.20.0
|
||||
- bsdtar 3.5.1 - available by 'tar' alias
|
||||
- Curl 8.7.1
|
||||
- Git 2.44.0
|
||||
- Curl 8.8.0
|
||||
- Git 2.45.1
|
||||
- Git LFS 3.5.1
|
||||
- GitHub CLI 2.48.0
|
||||
- GitHub CLI 2.49.2
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.24.5
|
||||
- gpg (GnuPG) 2.4.5
|
||||
- ImageMagick 7.1.1-30
|
||||
- ImageMagick 7.1.1-33
|
||||
- jq 1.7.1
|
||||
- mongo 5.0.26
|
||||
- mongod 5.0.26
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.9.4
|
||||
- pkg-config 0.29.2
|
||||
- PostgreSQL 14.11 (Homebrew)
|
||||
- psql (PostgreSQL) 14.11 (Homebrew)
|
||||
- PostgreSQL 14.12 (Homebrew)
|
||||
- psql (PostgreSQL) 14.12 (Homebrew)
|
||||
- Sox 14.4.2
|
||||
- Subversion (SVN) 1.14.3
|
||||
- Switchaudio-osx 1.2.2
|
||||
- Vagrant 2.4.1
|
||||
- VirtualBox 6.1.38r153438
|
||||
- yq 4.43.1
|
||||
- yq 4.44.1
|
||||
- zstd 1.5.6
|
||||
|
||||
### Tools
|
||||
- App Center CLI 3.0.0
|
||||
- AWS CLI 2.15.39
|
||||
- AWS SAM CLI 1.115.0
|
||||
- AWS CLI 2.15.58
|
||||
- AWS SAM CLI 1.117.0
|
||||
- AWS Session Manager CLI 1.2.553.0
|
||||
- Azure CLI 2.59.0
|
||||
- Azure CLI (azure-devops) 1.0.0
|
||||
- Bicep CLI 0.26.170
|
||||
- Azure CLI 2.61.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.27.1
|
||||
- Cabal 3.10.3.0
|
||||
- Cmake 3.29.2
|
||||
- CodeQL Action Bundle 2.17.0
|
||||
- Colima 0.6.8
|
||||
- Cmake 3.29.3
|
||||
- CodeQL Action Bundle 2.17.3
|
||||
- Colima 0.6.9
|
||||
- Fastlane 2.220.0
|
||||
- GHC 9.8.2
|
||||
- GHC 9.10.1
|
||||
- GHCup 0.1.22.0
|
||||
- Jazzy 0.14.4
|
||||
- Stack 2.15.5
|
||||
- SwiftFormat 0.53.7
|
||||
- Jazzy 0.15.0
|
||||
- Stack 2.15.7
|
||||
- SwiftFormat 0.53.10
|
||||
- Swig 4.2.1
|
||||
- Xcbeautify 1.6.0
|
||||
- Xcode Command Line Tools 14.2.0.0.1.1668646533
|
||||
@@ -118,16 +118,16 @@
|
||||
- Yamllint 1.35.1
|
||||
|
||||
### Browsers
|
||||
- Safari 17.4.1 (17618.1.15.111.8)
|
||||
- SafariDriver 17.4.1 (17618.1.15.111.8)
|
||||
- Google Chrome 124.0.6367.62
|
||||
- Google Chrome for Testing 124.0.6367.60
|
||||
- ChromeDriver 124.0.6367.60
|
||||
- Microsoft Edge 124.0.2478.51
|
||||
- Microsoft Edge WebDriver 124.0.2478.51
|
||||
- Mozilla Firefox 125.0.1
|
||||
- Safari 17.5 (17618.2.12.111.5)
|
||||
- SafariDriver 17.5 (17618.2.12.111.5)
|
||||
- Google Chrome 125.0.6422.113
|
||||
- Google Chrome for Testing 125.0.6422.78
|
||||
- ChromeDriver 125.0.6422.78
|
||||
- Microsoft Edge 125.0.2535.67
|
||||
- Microsoft Edge WebDriver 125.0.2535.67
|
||||
- Mozilla Firefox 126.0
|
||||
- geckodriver 0.34.0
|
||||
- Selenium server 4.19.1
|
||||
- Selenium server 4.21.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -139,23 +139,23 @@
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
| ------------------- | -------------------- |
|
||||
| 8.0.402+6 (default) | JAVA_HOME_8_X64 |
|
||||
| 11.0.22+7 | JAVA_HOME_11_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.2+13.0 | JAVA_HOME_21_X64 |
|
||||
| 21.0.3+9.0 | JAVA_HOME_21_X64 |
|
||||
|
||||
### Cached Tools
|
||||
|
||||
#### PyPy
|
||||
- 2.7.18 [PyPy 7.3.15]
|
||||
- 2.7.18 [PyPy 7.3.16]
|
||||
- 3.7.13 [PyPy 7.3.9]
|
||||
- 3.8.16 [PyPy 7.3.11]
|
||||
- 3.9.18 [PyPy 7.3.15]
|
||||
- 3.10.13 [PyPy 7.3.15]
|
||||
- 3.9.19 [PyPy 7.3.16]
|
||||
- 3.10.14 [PyPy 7.3.16]
|
||||
|
||||
#### Ruby
|
||||
- 3.0.6
|
||||
- 3.1.4
|
||||
- 3.0.7
|
||||
- 3.1.5
|
||||
|
||||
#### Python
|
||||
- 3.7.17
|
||||
@@ -167,33 +167,33 @@
|
||||
|
||||
#### Node.js
|
||||
- 16.20.2
|
||||
- 18.20.2
|
||||
- 20.12.2
|
||||
- 18.20.3
|
||||
- 20.13.1
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.9
|
||||
- 1.22.2
|
||||
- 1.21.10
|
||||
- 1.22.3
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.77.2
|
||||
- Rust 1.77.2
|
||||
- Rustdoc 1.77.2
|
||||
- Rustup 1.27.0
|
||||
- Cargo 1.78.0
|
||||
- Rust 1.78.0
|
||||
- Rustdoc 1.78.0
|
||||
- Rustup 1.27.1
|
||||
|
||||
#### Packages
|
||||
- Bindgen 0.69.4
|
||||
- Cargo-audit 0.20.0
|
||||
- Cargo-outdated 0.15.0
|
||||
- Cbindgen 0.26.0
|
||||
- Clippy 0.1.77
|
||||
- Clippy 0.1.78
|
||||
- Rustfmt 1.7.0-stable
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.2
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 11.5.0
|
||||
- Az: 12.0.0
|
||||
- MarkdownPS: 1.9
|
||||
- Pester: 5.5.0
|
||||
- PSScriptAnalyzer: 1.22.0
|
||||
@@ -210,7 +210,7 @@
|
||||
| Version | Build | Path |
|
||||
| -------------- | ----------- | ------------------------------------ |
|
||||
| 2019 | 8.10.25.2 | /Applications/Visual Studio 2019.app |
|
||||
| 2022 (default) | 17.6.11.400 | /Applications/Visual Studio.app |
|
||||
| 2022 (default) | 17.6.12.410 | /Applications/Visual Studio.app |
|
||||
|
||||
##### Notes
|
||||
```
|
||||
@@ -330,7 +330,7 @@ mv "/Applications/Visual Studio 2019.app" "/Applications/Visual Studio.app"
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 8.0 |
|
||||
| Android Emulator | 34.1.20 |
|
||||
| Android Emulator | 34.2.14 |
|
||||
| Android SDK Build-tools | 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-34-ext8 (rev 1)<br>android-34-ext11 (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.1 |
|
||||
@@ -359,11 +359,10 @@ mv "/Applications/Visual Studio 2019.app" "/Applications/Visual Studio.app"
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
| ----------------- | ----------------------------------------------------------------------------------------- |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v19/19.3.0-54924/ParallelsDesktop-19.3.0-54924.dmg |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v19/19.4.0-54962/ParallelsDesktop-19.4.0-54962.dmg |
|
||||
|
||||
##### Notes
|
||||
```
|
||||
If you want to use Parallels Desktop you should download a package from URL stored in
|
||||
PARALLELS_DMG_URL environment variable. A system extension is allowed for this version.
|
||||
```
|
||||
|
||||
|
||||
@@ -1,59 +1,59 @@
|
||||
# macOS 13
|
||||
- OS Version: macOS 13.6.6 (22G630)
|
||||
- OS Version: macOS 13.6.7 (22G720)
|
||||
- Kernel Version: Darwin 22.6.0
|
||||
- Image Version: 20240421.1
|
||||
- Image Version: 20240526.1
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .NET Core SDK: 7.0.102, 7.0.202, 7.0.306, 7.0.408, 8.0.101, 8.0.204
|
||||
- .NET Core SDK: 7.0.102, 7.0.202, 7.0.306, 7.0.409, 8.0.101, 8.0.204, 8.0.300
|
||||
- Bash 3.2.57(1)-release
|
||||
- Clang/LLVM 14.0.0
|
||||
- Clang/LLVM (Homebrew) 15.0.7 - available on `$(brew --prefix llvm@15)/bin/clang`
|
||||
- GCC 11 (Homebrew GCC 11.4.0) - available by `gcc-11` alias
|
||||
- GCC 12 (Homebrew GCC 12.3.0) - available by `gcc-12` alias
|
||||
- GCC 13 (Homebrew GCC 13.2.0) - available by `gcc-13` alias
|
||||
- GCC 13 (Homebrew GCC 13.3.0) - available by `gcc-13` alias
|
||||
- GNU Fortran 11 (Homebrew GCC 11.4.0) - available by `gfortran-11` alias
|
||||
- GNU Fortran 12 (Homebrew GCC 12.3.0) - available by `gfortran-12` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.2.0) - available by `gfortran-13` alias
|
||||
- Kotlin 1.9.23-release-779
|
||||
- GNU Fortran 13 (Homebrew GCC 13.3.0) - available by `gfortran-13` alias
|
||||
- Kotlin 2.0.0-release-341
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 20.12.2
|
||||
- Node.js 20.13.1
|
||||
- Perl 5.38.2
|
||||
- PHP 8.3.6
|
||||
- PHP 8.3.7
|
||||
- Python3 3.12.3
|
||||
- Ruby 3.0.6p216
|
||||
- Ruby 3.0.7p220
|
||||
|
||||
### Package Management
|
||||
- Bundler 2.5.9
|
||||
- Bundler 2.5.10
|
||||
- Carthage 0.39.1
|
||||
- CocoaPods 1.15.2
|
||||
- Composer 2.7.3
|
||||
- Homebrew 4.2.18
|
||||
- NPM 10.5.0
|
||||
- Composer 2.7.6
|
||||
- Homebrew 4.3.1
|
||||
- NPM 10.5.2
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 24.0 (python 3.12)
|
||||
- Pipx 1.5.0
|
||||
- RubyGems 3.5.9
|
||||
- Vcpkg 2024 (build from commit 9224b3bbd)
|
||||
- Yarn 1.22.19
|
||||
- RubyGems 3.5.10
|
||||
- Vcpkg 2024 (build from commit 01f602195)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.14
|
||||
- Apache Maven 3.9.6
|
||||
- Apache Maven 3.9.7
|
||||
- Gradle 8.7
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.24.0
|
||||
- bazel 7.1.1
|
||||
- bazelisk 1.19.0
|
||||
- bazel 7.1.2
|
||||
- bazelisk 1.20.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.7.1
|
||||
- Git 2.44.0
|
||||
- Curl 8.8.0
|
||||
- Git 2.45.1
|
||||
- Git LFS 3.5.1
|
||||
- GitHub CLI 2.48.0
|
||||
- GitHub CLI 2.49.2
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.24.5
|
||||
- gpg (GnuPG) 2.4.5
|
||||
@@ -61,38 +61,38 @@
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.9.4
|
||||
- pkg-config 0.29.2
|
||||
- yq 4.43.1
|
||||
- yq 4.44.1
|
||||
- zstd 1.5.6
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.15.40
|
||||
- AWS SAM CLI 1.115.0
|
||||
- AWS CLI 2.15.58
|
||||
- AWS SAM CLI 1.117.0
|
||||
- AWS Session Manager CLI 1.2.553.0
|
||||
- Azure CLI 2.59.0
|
||||
- Azure CLI (azure-devops) 1.0.0
|
||||
- Bicep CLI 0.26.170
|
||||
- Cmake 3.29.2
|
||||
- CodeQL Action Bundle 2.17.0
|
||||
- Azure CLI 2.61.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.27.1
|
||||
- Cmake 3.29.3
|
||||
- CodeQL Action Bundle 2.17.3
|
||||
- Fastlane 2.220.0
|
||||
- SwiftFormat 0.53.7
|
||||
- Xcbeautify 2.1.0
|
||||
- SwiftFormat 0.53.10
|
||||
- Xcbeautify 2.3.1
|
||||
- Xcode Command Line Tools 14.3.1.0.1.1683849156
|
||||
- Xcodes 1.4.1
|
||||
|
||||
### Linters
|
||||
- SwiftLint 0.53.0
|
||||
- SwiftLint 0.55.1
|
||||
|
||||
### Browsers
|
||||
- Safari 17.4.1 (18618.1.15.111.8)
|
||||
- SafariDriver 17.4.1 (18618.1.15.111.8)
|
||||
- Google Chrome 124.0.6367.62
|
||||
- Google Chrome for Testing 124.0.6367.60
|
||||
- ChromeDriver 124.0.6367.60
|
||||
- Microsoft Edge 124.0.2478.51
|
||||
- Microsoft Edge WebDriver 124.0.2478.51
|
||||
- Mozilla Firefox 125.0.1
|
||||
- Safari 17.5 (18618.2.12.111.5)
|
||||
- SafariDriver 17.5 (18618.2.12.111.5)
|
||||
- Google Chrome 125.0.6422.113
|
||||
- Google Chrome for Testing 125.0.6422.78
|
||||
- ChromeDriver 125.0.6422.78
|
||||
- Microsoft Edge 125.0.2535.67
|
||||
- Microsoft Edge WebDriver 125.0.2535.67
|
||||
- Mozilla Firefox 126.0
|
||||
- geckodriver 0.34.0
|
||||
- Selenium server 4.19.1
|
||||
- Selenium server 4.21.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -112,15 +112,15 @@
|
||||
### Cached Tools
|
||||
|
||||
#### PyPy
|
||||
- 2.7.18 [PyPy 7.3.15]
|
||||
- 2.7.18 [PyPy 7.3.16]
|
||||
- 3.7.13 [PyPy 7.3.9]
|
||||
- 3.8.16 [PyPy 7.3.11]
|
||||
- 3.9.18 [PyPy 7.3.15]
|
||||
- 3.10.13 [PyPy 7.3.15]
|
||||
- 3.9.19 [PyPy 7.3.16]
|
||||
- 3.10.14 [PyPy 7.3.16]
|
||||
|
||||
#### Ruby
|
||||
- 3.0.6
|
||||
- 3.1.4
|
||||
- 3.0.7
|
||||
- 3.1.5
|
||||
|
||||
#### Python
|
||||
- 3.8.18
|
||||
@@ -131,29 +131,29 @@
|
||||
|
||||
#### Node.js
|
||||
- 16.20.2
|
||||
- 18.20.2
|
||||
- 20.12.2
|
||||
- 18.20.3
|
||||
- 20.13.1
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.9
|
||||
- 1.22.2
|
||||
- 1.21.10
|
||||
- 1.22.3
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.77.2
|
||||
- Rust 1.77.2
|
||||
- Rustdoc 1.77.2
|
||||
- Rustup 1.27.0
|
||||
- Cargo 1.78.0
|
||||
- Rust 1.78.0
|
||||
- Rustdoc 1.78.0
|
||||
- Rustup 1.27.1
|
||||
|
||||
#### Packages
|
||||
- Clippy 0.1.77
|
||||
- Clippy 0.1.78
|
||||
- Rustfmt 1.7.0-stable
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.2
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 11.5.0
|
||||
- Az: 12.0.0
|
||||
- Pester: 5.5.0
|
||||
- PSScriptAnalyzer: 1.22.0
|
||||
|
||||
@@ -201,8 +201,8 @@
|
||||
| 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 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 |
|
||||
@@ -233,7 +233,7 @@
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 11.0 |
|
||||
| Android Emulator | 34.1.20 |
|
||||
| Android Emulator | 34.2.14 |
|
||||
| Android SDK Build-tools | 34.0.0<br>33.0.2 33.0.3 |
|
||||
| Android SDK Platforms | android-34-ext8 (rev 1)<br>android-34-ext11 (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.1 |
|
||||
|
||||
@@ -1,56 +1,56 @@
|
||||
# macOS 13
|
||||
- OS Version: macOS 13.6.6 (22G630)
|
||||
- OS Version: macOS 13.6.7 (22G720)
|
||||
- Kernel Version: Darwin 22.6.0
|
||||
- Image Version: 20240506.2
|
||||
- Image Version: 20240603.1
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .NET Core SDK: 7.0.102, 7.0.202, 7.0.306, 7.0.408, 8.0.101, 8.0.204
|
||||
- .NET Core SDK: 7.0.102, 7.0.202, 7.0.306, 7.0.410, 8.0.101, 8.0.204, 8.0.301
|
||||
- Bash 3.2.57(1)-release
|
||||
- Clang/LLVM 14.0.0
|
||||
- Clang/LLVM (Homebrew) 15.0.7 - available on `$(brew --prefix llvm@15)/bin/clang`
|
||||
- GCC 11 (Homebrew GCC 11.4.0) - available by `gcc-11` alias
|
||||
- GCC 12 (Homebrew GCC 12.3.0) - available by `gcc-12` alias
|
||||
- GCC 13 (Homebrew GCC 13.2.0) - available by `gcc-13` alias
|
||||
- GCC 13 (Homebrew GCC 13.3.0) - available by `gcc-13` alias
|
||||
- GNU Fortran 11 (Homebrew GCC 11.4.0) - available by `gfortran-11` alias
|
||||
- GNU Fortran 12 (Homebrew GCC 12.3.0) - available by `gfortran-12` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.2.0) - available by `gfortran-13` alias
|
||||
- Kotlin 1.9.23-release-779
|
||||
- GNU Fortran 13 (Homebrew GCC 13.3.0) - available by `gfortran-13` alias
|
||||
- Kotlin 2.0.0-release-341
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 20.12.2
|
||||
- Node.js 20.14.0
|
||||
- Perl 5.38.2
|
||||
- Python3 3.12.3
|
||||
- Ruby 3.0.7p220
|
||||
|
||||
### Package Management
|
||||
- Bundler 2.5.10
|
||||
- Bundler 2.5.11
|
||||
- Carthage 0.39.1
|
||||
- CocoaPods 1.15.2
|
||||
- Homebrew 4.2.21
|
||||
- NPM 10.5.0
|
||||
- Homebrew 4.3.3
|
||||
- NPM 10.7.0
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 24.0 (python 3.12)
|
||||
- Pipx 1.5.0
|
||||
- RubyGems 3.5.10
|
||||
- Yarn 1.22.19
|
||||
- Pipx 1.6.0
|
||||
- RubyGems 3.5.11
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.14
|
||||
- Apache Maven 3.9.6
|
||||
- Gradle 8.7
|
||||
- Apache Maven 3.9.7
|
||||
- Gradle 8.8
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.24.0
|
||||
- bazel 7.1.1
|
||||
- bazelisk 1.19.0_1
|
||||
- azcopy 10.25.0
|
||||
- bazel 7.1.2
|
||||
- bazelisk 1.20.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.4.0
|
||||
- Git 2.45.0
|
||||
- Git 2.45.2
|
||||
- Git LFS 3.5.1
|
||||
- GitHub CLI 2.49.0
|
||||
- GitHub CLI 2.50.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.24.5
|
||||
- gpg (GnuPG) 2.4.5
|
||||
@@ -58,33 +58,33 @@
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.9.4
|
||||
- pkg-config 0.29.2
|
||||
- yq 4.43.1
|
||||
- yq 4.44.1
|
||||
- zstd 1.5.6
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.15.45
|
||||
- AWS SAM CLI 1.116.0
|
||||
- AWS Session Manager CLI 1.2.553.0
|
||||
- Azure CLI 2.60.0
|
||||
- Azure CLI (azure-devops) 1.0.0
|
||||
- Bicep CLI 0.26.170
|
||||
- Cmake 3.29.2
|
||||
- CodeQL Action Bundle 2.17.1
|
||||
- AWS CLI 2.16.0
|
||||
- AWS SAM CLI 1.118.0
|
||||
- AWS Session Manager CLI 1.2.633.0
|
||||
- Azure CLI 2.61.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.27.1
|
||||
- Cmake 3.29.3
|
||||
- CodeQL Action Bundle 2.17.3
|
||||
- Fastlane 2.220.0
|
||||
- SwiftFormat 0.53.8
|
||||
- Xcbeautify 2.3.0
|
||||
- SwiftFormat 0.53.10
|
||||
- Xcbeautify 2.3.1
|
||||
- Xcode Command Line Tools 14.3.1.0.1.1683849156
|
||||
- Xcodes 1.4.1
|
||||
|
||||
### Linters
|
||||
|
||||
### Browsers
|
||||
- Safari 17.4.1 (18618.1.15.111.8)
|
||||
- SafariDriver 17.4.1 (18618.1.15.111.8)
|
||||
- Google Chrome 124.0.6367.119
|
||||
- Google Chrome for Testing 124.0.6367.91
|
||||
- ChromeDriver 124.0.6367.91
|
||||
- Selenium server 4.20.0
|
||||
- Safari 17.5 (18618.2.12.111.5)
|
||||
- SafariDriver 17.5 (18618.2.12.111.5)
|
||||
- Google Chrome 125.0.6422.142
|
||||
- Google Chrome for Testing 125.0.6422.141
|
||||
- ChromeDriver 125.0.6422.141
|
||||
- Selenium server 4.21.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -103,18 +103,20 @@
|
||||
### Cached Tools
|
||||
|
||||
#### Python
|
||||
- 3.9.13
|
||||
- 3.10.11
|
||||
- 3.11.9
|
||||
- 3.12.3
|
||||
|
||||
#### Node.js
|
||||
- 16.20.1
|
||||
- 18.20.2
|
||||
- 20.12.2
|
||||
- 18.20.3
|
||||
- 20.14.0
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.9
|
||||
- 1.22.2
|
||||
- 1.21.10
|
||||
- 1.22.3
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.78.0
|
||||
@@ -130,7 +132,7 @@
|
||||
- PowerShell 7.4.2
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 11.6.0
|
||||
- Az: 12.0.0
|
||||
- Pester: 5.5.0
|
||||
- PSScriptAnalyzer: 1.22.0
|
||||
|
||||
@@ -181,8 +183,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 |
|
||||
@@ -211,7 +213,7 @@
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 11.0 |
|
||||
| Android Emulator | 34.2.13 |
|
||||
| Android Emulator | 34.2.15 |
|
||||
| Android SDK Build-tools | 34.0.0<br>33.0.2 33.0.3 |
|
||||
| Android SDK Platforms | android-34-ext8 (rev 1)<br>android-34-ext11 (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.1 |
|
||||
|
||||
@@ -1,58 +1,58 @@
|
||||
# macOS 14
|
||||
- OS Version: macOS 14.4.1 (23E224)
|
||||
- Kernel Version: Darwin 23.4.0
|
||||
- Image Version: 20240422.1
|
||||
- OS Version: macOS 14.5 (23F79)
|
||||
- Kernel Version: Darwin 23.5.0
|
||||
- Image Version: 20240526.1
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .NET Core SDK: 7.0.102, 7.0.202, 7.0.306, 7.0.408, 8.0.101, 8.0.204
|
||||
- .NET Core SDK: 7.0.102, 7.0.202, 7.0.306, 7.0.409, 8.0.101, 8.0.204, 8.0.300
|
||||
- Bash 3.2.57(1)-release
|
||||
- Clang/LLVM 14.0.3
|
||||
- Clang/LLVM (Homebrew) 15.0.7 - available on `$(brew --prefix llvm@15)/bin/clang`
|
||||
- GCC 11 (Homebrew GCC 11.4.0) - available by `gcc-11` alias
|
||||
- GCC 12 (Homebrew GCC 12.3.0) - available by `gcc-12` alias
|
||||
- GCC 13 (Homebrew GCC 13.2.0) - available by `gcc-13` alias
|
||||
- GCC 13 (Homebrew GCC 13.3.0) - available by `gcc-13` alias
|
||||
- GNU Fortran 11 (Homebrew GCC 11.4.0) - available by `gfortran-11` alias
|
||||
- GNU Fortran 12 (Homebrew GCC 12.3.0) - available by `gfortran-12` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.2.0) - available by `gfortran-13` alias
|
||||
- Kotlin 1.9.23-release-779
|
||||
- GNU Fortran 13 (Homebrew GCC 13.3.0) - available by `gfortran-13` alias
|
||||
- Kotlin 2.0.0-release-341
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 20.12.2
|
||||
- Node.js 20.13.1
|
||||
- Perl 5.38.2
|
||||
- PHP 8.3.6
|
||||
- PHP 8.3.7
|
||||
- Python3 3.12.3
|
||||
- Ruby 3.0.6p216
|
||||
- Ruby 3.0.7p220
|
||||
|
||||
### Package Management
|
||||
- Bundler 2.5.9
|
||||
- Bundler 2.5.10
|
||||
- Carthage 0.39.1
|
||||
- CocoaPods 1.15.2
|
||||
- Composer 2.7.3
|
||||
- Homebrew 4.2.19
|
||||
- NPM 10.5.0
|
||||
- Composer 2.7.6
|
||||
- Homebrew 4.3.1
|
||||
- NPM 10.5.2
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 24.0 (python 3.12)
|
||||
- Pipx 1.5.0
|
||||
- RubyGems 3.5.9
|
||||
- Yarn 1.22.19
|
||||
- RubyGems 3.5.10
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.14
|
||||
- Apache Maven 3.9.6
|
||||
- Apache Maven 3.9.7
|
||||
- Gradle 8.7
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.24.0
|
||||
- bazel 7.1.1
|
||||
- bazelisk 1.19.0
|
||||
- bazel 7.1.2
|
||||
- bazelisk 1.20.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.7.1
|
||||
- Git 2.44.0
|
||||
- Curl 8.8.0
|
||||
- Git 2.45.1
|
||||
- Git LFS 3.5.1
|
||||
- GitHub CLI 2.48.0
|
||||
- GitHub CLI 2.49.2
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.24.5
|
||||
- gpg (GnuPG) 2.4.5
|
||||
@@ -60,38 +60,38 @@
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.9.4
|
||||
- pkg-config 0.29.2
|
||||
- yq 4.43.1
|
||||
- yq 4.44.1
|
||||
- zstd 1.5.6
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.15.40
|
||||
- AWS SAM CLI 1.115.0
|
||||
- AWS CLI 2.15.58
|
||||
- AWS SAM CLI 1.117.0
|
||||
- AWS Session Manager CLI 1.2.553.0
|
||||
- Azure CLI 2.59.0
|
||||
- Azure CLI (azure-devops) 1.0.0
|
||||
- Bicep CLI 0.26.170
|
||||
- Cmake 3.29.2
|
||||
- CodeQL Action Bundle 2.17.0
|
||||
- Azure CLI 2.61.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.27.1
|
||||
- Cmake 3.29.3
|
||||
- CodeQL Action Bundle 2.17.3
|
||||
- Fastlane 2.220.0
|
||||
- SwiftFormat 0.53.7
|
||||
- Xcbeautify 2.1.0
|
||||
- SwiftFormat 0.53.10
|
||||
- Xcbeautify 2.3.1
|
||||
- Xcode Command Line Tools 15.3.0.0.1.1708646388
|
||||
- Xcodes 1.4.1
|
||||
|
||||
### Linters
|
||||
- SwiftLint 0.53.0
|
||||
- SwiftLint 0.55.1
|
||||
|
||||
### Browsers
|
||||
- Safari 17.4.1 (19618.1.15.11.14)
|
||||
- SafariDriver 17.4.1 (19618.1.15.11.14)
|
||||
- Google Chrome 124.0.6367.62
|
||||
- Google Chrome for Testing 124.0.6367.60
|
||||
- ChromeDriver 124.0.6367.60
|
||||
- Microsoft Edge 124.0.2478.51
|
||||
- Microsoft Edge WebDriver 124.0.2478.51
|
||||
- Mozilla Firefox 125.0.2
|
||||
- Safari 17.5 (19618.2.12.11.6)
|
||||
- SafariDriver 17.5 (19618.2.12.11.6)
|
||||
- Google Chrome 125.0.6422.113
|
||||
- Google Chrome for Testing 125.0.6422.78
|
||||
- ChromeDriver 125.0.6422.78
|
||||
- Microsoft Edge 125.0.2535.67
|
||||
- Microsoft Edge WebDriver 125.0.2535.67
|
||||
- Mozilla Firefox 126.0
|
||||
- geckodriver 0.34.0
|
||||
- Selenium server 4.19.1
|
||||
- Selenium server 4.21.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -111,49 +111,51 @@
|
||||
### Cached Tools
|
||||
|
||||
#### Ruby
|
||||
- 3.0.6
|
||||
- 3.1.4
|
||||
- 3.0.7
|
||||
- 3.1.5
|
||||
|
||||
#### Python
|
||||
- 3.9.19
|
||||
- 3.10.14
|
||||
- 3.11.9
|
||||
- 3.12.3
|
||||
|
||||
#### Node.js
|
||||
- 18.20.2
|
||||
- 20.12.2
|
||||
- 18.20.3
|
||||
- 20.13.1
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.9
|
||||
- 1.22.2
|
||||
- 1.21.10
|
||||
- 1.22.3
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.77.2
|
||||
- Rust 1.77.2
|
||||
- Rustdoc 1.77.2
|
||||
- Rustup 1.27.0
|
||||
- Cargo 1.78.0
|
||||
- Rust 1.78.0
|
||||
- Rustdoc 1.78.0
|
||||
- Rustup 1.27.1
|
||||
|
||||
#### Packages
|
||||
- Clippy 0.1.77
|
||||
- Clippy 0.1.78
|
||||
- Rustfmt 1.7.0-stable
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.2
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 11.5.0
|
||||
- Az: 12.0.0
|
||||
- Pester: 5.5.0
|
||||
- PSScriptAnalyzer: 1.22.0
|
||||
|
||||
### Xcode
|
||||
| Version | Build | Path |
|
||||
| ---------------- | -------- | ------------------------------ |
|
||||
| 15.4 (beta) | 15F5021i | /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 |
|
||||
| Version | Build | Path |
|
||||
| ---------------- | ------- | ------------------------------ |
|
||||
| 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 |
|
||||
@@ -193,15 +195,15 @@
|
||||
| Simulator - watchOS 10.2 | watchsimulator10.2 | 15.1, 15.2 |
|
||||
| Simulator - watchOS 10.4 | watchsimulator10.4 | 15.3 |
|
||||
| Simulator - watchOS 10.5 | watchsimulator10.5 | 15.4 |
|
||||
| Simulator - visionOS 1.0 | xrsimulator1.0 | 15.2 |
|
||||
| visionOS 1.0 | xros1.0 | 15.2 |
|
||||
| Simulator - visionOS 1.0 | xrsimulator1.0 | 15.2 |
|
||||
| Simulator - visionOS 1.1 | xrsimulator1.1 | 15.3 |
|
||||
| visionOS 1.1 | xros1.1 | 15.3 |
|
||||
| visionOS 1.2 | xros1.2 | 15.4 |
|
||||
| Simulator - visionOS 1.2 | xrsimulator1.2 | 15.4 |
|
||||
| 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 |
|
||||
@@ -214,8 +216,8 @@
|
||||
| iOS 16.4 | 14.3.1 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 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.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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.5 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 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 (12.9-inch) (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 17.5 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 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 (12.9-inch) (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| tvOS 16.4 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.2 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
@@ -231,7 +233,7 @@
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 11.0 |
|
||||
| Android Emulator | 34.1.20 |
|
||||
| Android Emulator | 34.2.14 |
|
||||
| Android SDK Build-tools | 34.0.0<br>33.0.2 33.0.3 |
|
||||
| Android SDK Platforms | android-34-ext8 (rev 1)<br>android-34-ext11 (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.1 |
|
||||
|
||||
@@ -1,56 +1,56 @@
|
||||
# macOS 14
|
||||
- OS Version: macOS 14.4.1 (23E224)
|
||||
- Kernel Version: Darwin 23.4.0
|
||||
- Image Version: 20240422.3
|
||||
- OS Version: macOS 14.5 (23F79)
|
||||
- Kernel Version: Darwin 23.5.0
|
||||
- Image Version: 20240526.2
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .NET Core SDK: 7.0.102, 7.0.202, 7.0.306, 7.0.408, 8.0.101, 8.0.204
|
||||
- .NET Core SDK: 7.0.102, 7.0.202, 7.0.306, 7.0.409, 8.0.101, 8.0.204, 8.0.300
|
||||
- Bash 3.2.57(1)-release
|
||||
- Clang/LLVM 14.0.3
|
||||
- Clang/LLVM (Homebrew) 15.0.7 - available on `$(brew --prefix llvm@15)/bin/clang`
|
||||
- GCC 11 (Homebrew GCC 11.4.0) - available by `gcc-11` alias
|
||||
- GCC 12 (Homebrew GCC 12.3.0) - available by `gcc-12` alias
|
||||
- GCC 13 (Homebrew GCC 13.2.0) - available by `gcc-13` alias
|
||||
- GCC 13 (Homebrew GCC 13.3.0) - available by `gcc-13` alias
|
||||
- GNU Fortran 11 (Homebrew GCC 11.4.0) - available by `gfortran-11` alias
|
||||
- GNU Fortran 12 (Homebrew GCC 12.3.0) - available by `gfortran-12` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.2.0) - available by `gfortran-13` alias
|
||||
- Kotlin 1.9.23-release-779
|
||||
- GNU Fortran 13 (Homebrew GCC 13.3.0) - available by `gfortran-13` alias
|
||||
- Kotlin 2.0.0-release-341
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 20.12.2
|
||||
- Node.js 20.13.1
|
||||
- Perl 5.38.2
|
||||
- Python3 3.12.3
|
||||
- Ruby 3.0.6p216
|
||||
- Ruby 3.0.7p220
|
||||
|
||||
### Package Management
|
||||
- Bundler 2.5.9
|
||||
- Bundler 2.5.10
|
||||
- Carthage 0.39.1
|
||||
- CocoaPods 1.15.2
|
||||
- Homebrew 4.2.19
|
||||
- NPM 10.5.0
|
||||
- Homebrew 4.3.1
|
||||
- NPM 10.5.2
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 24.0 (python 3.12)
|
||||
- Pipx 1.5.0
|
||||
- RubyGems 3.5.9
|
||||
- Yarn 1.22.19
|
||||
- RubyGems 3.5.10
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.14
|
||||
- Apache Maven 3.9.6
|
||||
- Apache Maven 3.9.7
|
||||
- Gradle 8.7
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.24.0
|
||||
- bazel 7.1.1
|
||||
- bazelisk 1.19.0
|
||||
- bazel 7.1.2
|
||||
- bazelisk 1.20.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.4.0
|
||||
- Git 2.44.0
|
||||
- Curl 8.6.0
|
||||
- Git 2.45.1
|
||||
- Git LFS 3.5.1
|
||||
- GitHub CLI 2.48.0
|
||||
- GitHub CLI 2.49.2
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.24.5
|
||||
- gpg (GnuPG) 2.4.5
|
||||
@@ -58,33 +58,33 @@
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.9.4
|
||||
- pkg-config 0.29.2
|
||||
- yq 4.43.1
|
||||
- yq 4.44.1
|
||||
- zstd 1.5.6
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.15.40
|
||||
- AWS SAM CLI 1.115.0
|
||||
- AWS CLI 2.15.58
|
||||
- AWS SAM CLI 1.117.0
|
||||
- AWS Session Manager CLI 1.2.553.0
|
||||
- Azure CLI 2.59.0
|
||||
- Azure CLI (azure-devops) 1.0.0
|
||||
- Bicep CLI 0.26.170
|
||||
- Cmake 3.29.2
|
||||
- CodeQL Action Bundle 2.17.0
|
||||
- Azure CLI 2.61.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.27.1
|
||||
- Cmake 3.29.3
|
||||
- CodeQL Action Bundle 2.17.3
|
||||
- Fastlane 2.220.0
|
||||
- SwiftFormat 0.53.7
|
||||
- Xcbeautify 2.1.0
|
||||
- SwiftFormat 0.53.10
|
||||
- Xcbeautify 2.3.1
|
||||
- Xcode Command Line Tools 15.3.0.0.1.1708646388
|
||||
- Xcodes 1.4.1
|
||||
|
||||
### Linters
|
||||
|
||||
### Browsers
|
||||
- Safari 17.4.1 (19618.1.15.11.14)
|
||||
- SafariDriver 17.4.1 (19618.1.15.11.14)
|
||||
- Google Chrome 124.0.6367.62
|
||||
- Google Chrome for Testing 124.0.6367.60
|
||||
- ChromeDriver 124.0.6367.60
|
||||
- Selenium server 4.19.1
|
||||
- Safari 17.5 (19618.2.12.11.6)
|
||||
- SafariDriver 17.5 (19618.2.12.11.6)
|
||||
- Google Chrome 125.0.6422.113
|
||||
- Google Chrome for Testing 125.0.6422.78
|
||||
- ChromeDriver 125.0.6422.78
|
||||
- Selenium server 4.21.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -103,45 +103,47 @@
|
||||
### Cached Tools
|
||||
|
||||
#### Python
|
||||
- 3.9.13
|
||||
- 3.10.11
|
||||
- 3.11.9
|
||||
- 3.12.3
|
||||
|
||||
#### Node.js
|
||||
- 18.20.2
|
||||
- 20.12.2
|
||||
- 18.20.3
|
||||
- 20.13.1
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.9
|
||||
- 1.22.2
|
||||
- 1.21.10
|
||||
- 1.22.3
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.77.2
|
||||
- Rust 1.77.2
|
||||
- Rustdoc 1.77.2
|
||||
- Rustup 1.27.0
|
||||
- Cargo 1.78.0
|
||||
- Rust 1.78.0
|
||||
- Rustdoc 1.78.0
|
||||
- Rustup 1.27.1
|
||||
|
||||
#### Packages
|
||||
- Clippy 0.1.77
|
||||
- Clippy 0.1.78
|
||||
- Rustfmt 1.7.0-stable
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.2
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 11.5.0
|
||||
- Az: 12.0.0
|
||||
- Pester: 5.5.0
|
||||
- PSScriptAnalyzer: 1.22.0
|
||||
|
||||
### Xcode
|
||||
| Version | Build | Path |
|
||||
| ---------------- | -------- | ------------------------------ |
|
||||
| 15.4 (beta) | 15F5021i | /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 |
|
||||
| Version | Build | Path |
|
||||
| ---------------- | ------- | ------------------------------ |
|
||||
| 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 |
|
||||
@@ -183,8 +185,8 @@
|
||||
| Simulator - watchOS 10.5 | watchsimulator10.5 | 15.4 |
|
||||
| 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.1 | xros1.1 | 15.3 |
|
||||
| Simulator - visionOS 1.2 | xrsimulator1.2 | 15.4 |
|
||||
| visionOS 1.2 | xros1.2 | 15.4 |
|
||||
| Asset Runtime SDK for macOS hosts targeting watchOS 9.4 | assetruntime.host.macosx.target.watchos9.4 | 14.3.1 |
|
||||
@@ -202,8 +204,8 @@
|
||||
| iOS 16.4 | 14.3.1 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 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.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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.5 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 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 (12.9-inch) (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 17.5 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 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 (12.9-inch) (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| tvOS 16.4 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.2 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
@@ -222,7 +224,7 @@
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 11.0 |
|
||||
| Android Emulator | 34.1.20 |
|
||||
| Android Emulator | 34.2.14 |
|
||||
| Android SDK Build-tools | 34.0.0<br>33.0.2 33.0.3 |
|
||||
| Android SDK Platforms | android-34-ext8 (rev 1)<br>android-34-ext11 (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.1 |
|
||||
|
||||
@@ -21,7 +21,7 @@ else
|
||||
fi
|
||||
release_label="macOS-${label_version}"
|
||||
|
||||
if is_Ventura || is_Sonoma; then
|
||||
if is_Ventura || is_Sonoma || is_Monterey; then
|
||||
software_url="https://github.com/actions/runner-images/blob/${image_label}/${image_version}/images/macos/${image_label}-Readme.md"
|
||||
releaseUrl="https://github.com/actions/runner-images/releases/tag/${image_label}%2F${image_version}"
|
||||
else
|
||||
|
||||
@@ -12,6 +12,13 @@ if is_BigSur; then
|
||||
COMMIT=d1d5743344227fe6e3c37cfba19f0cfe15a9448a
|
||||
FORMULA_URL="https://raw.githubusercontent.com/Homebrew/homebrew-core/$COMMIT/Formula/swiftlint.rb"
|
||||
|
||||
curl -fsSL $FORMULA_URL > $(find $(brew --repository) -name swiftlint.rb)
|
||||
HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALL_FROM_API=1 brew install swiftlint
|
||||
elif is_Monterey; then
|
||||
# SwiftLint now requires Xcode 15.3 or higher to build https://github.com/realm/SwiftLint/releases/tag/0.55.1
|
||||
COMMIT=d91dabd087cb0b906c92a825df9e5e5e1a4f59f8
|
||||
FORMULA_URL="https://raw.githubusercontent.com/Homebrew/homebrew-core/$COMMIT/Formula/s/swiftlint.rb"
|
||||
|
||||
curl -fsSL $FORMULA_URL > $(find $(brew --repository) -name swiftlint.rb)
|
||||
HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALL_FROM_API=1 brew install swiftlint
|
||||
else
|
||||
|
||||
@@ -134,6 +134,8 @@
|
||||
},
|
||||
"arm64": {
|
||||
"versions": [
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*",
|
||||
"3.12.*"
|
||||
]
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"default": "15.0.1",
|
||||
"x64": {
|
||||
"versions": [
|
||||
{ "link": "15.4", "version": "15.4.0-Beta+15F5021i", "install_runtimes": "true", "sha256": "e20a2af230e3dbac105496f194530e9c865a756b136ff8ed7c7f215774a91a9e"},
|
||||
{ "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"},
|
||||
{ "link": "15.1", "version": "15.1.0+15C65", "install_runtimes": "true", "sha256": "857D8DB537BAC82BF99DE0E1D3895D214D4D02101C1340CEF3DAF6E821BA1D05"},
|
||||
@@ -13,7 +13,7 @@
|
||||
},
|
||||
"arm64":{
|
||||
"versions": [
|
||||
{ "link": "15.4", "version": "15.4.0-Beta+15F5021i", "install_runtimes": "true", "sha256": "e20a2af230e3dbac105496f194530e9c865a756b136ff8ed7c7f215774a91a9e"},
|
||||
{ "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"},
|
||||
{ "link": "15.1", "version": "15.1.0+15C65", "install_runtimes": "true", "sha256": "857D8DB537BAC82BF99DE0E1D3895D214D4D02101C1340CEF3DAF6E821BA1D05"},
|
||||
@@ -125,12 +125,16 @@
|
||||
"arch": {
|
||||
"x64": {
|
||||
"versions": [
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*",
|
||||
"3.12.*"
|
||||
]
|
||||
},
|
||||
"arm64": {
|
||||
"versions": [
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*",
|
||||
"3.12.*"
|
||||
]
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [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, 9](https://github.com/actions/runner-images/issues/9692) |
|
||||
| [[Ubuntu] ubuntu-toolchain-r/test repository will be removed from images on May 6](https://github.com/actions/runner-images/issues/9679) |
|
||||
***
|
||||
# Ubuntu 20.04
|
||||
- OS Version: 20.04.6 LTS
|
||||
- Kernel Version: 5.15.0-1061-azure
|
||||
- Image Version: 20240422.1.0
|
||||
- Kernel Version: 5.15.0-1064-azure
|
||||
- Image Version: 20240526.1.0
|
||||
- Systemd version: 245.4-4ubuntu3.23
|
||||
|
||||
## Installed Software
|
||||
@@ -19,13 +19,13 @@
|
||||
- Dash 0.5.10.2-6
|
||||
- Erlang 25.3 (Eshell 13.2)
|
||||
- Erlang rebar3 3.23.0
|
||||
- GNU C++: 9.4.0, 10.5.0
|
||||
- GNU Fortran: 9.4.0, 10.5.0
|
||||
- Julia 1.10.2
|
||||
- Kotlin 1.9.23-release-779
|
||||
- GNU C++: 10.5.0
|
||||
- GNU Fortran: 10.5.0
|
||||
- Julia 1.10.3
|
||||
- Kotlin 2.0.0-release-341
|
||||
- Mono 6.12.0.200
|
||||
- MSBuild 16.10.1.31701 (Mono 6.12.0.200)
|
||||
- Node.js 18.20.2
|
||||
- Node.js 18.20.3
|
||||
- Perl 5.30.0
|
||||
- Python 3.8.10
|
||||
- Ruby 2.7.0p0
|
||||
@@ -33,16 +33,16 @@
|
||||
|
||||
### Package Management
|
||||
- cpan 1.64
|
||||
- Helm 3.14.4
|
||||
- Homebrew 4.2.19
|
||||
- Miniconda 24.3.0
|
||||
- Npm 10.5.0
|
||||
- Helm 3.15.1
|
||||
- Homebrew 4.3.1
|
||||
- Miniconda 24.4.0
|
||||
- Npm 10.7.0
|
||||
- NuGet 6.6.1.2
|
||||
- Pip 20.0.2
|
||||
- Pip3 20.0.2
|
||||
- Pipx 1.5.0
|
||||
- RubyGems 3.1.2
|
||||
- Vcpkg (build from commit 9224b3bbd)
|
||||
- Vcpkg (build from commit 01f602195)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -62,84 +62,84 @@ to accomplish this.
|
||||
### Project Management
|
||||
- Ant 1.10.7
|
||||
- Gradle 8.7
|
||||
- Lerna 8.1.2
|
||||
- Lerna 8.1.3
|
||||
- Maven 3.8.8
|
||||
- Sbt 1.9.9
|
||||
- Sbt 1.10.0
|
||||
|
||||
### Tools
|
||||
- Ansible 2.13.13
|
||||
- apt-fast 1.10.0
|
||||
- AzCopy 10.24.0 - available by `azcopy` and `azcopy10` aliases
|
||||
- Bazel 7.1.1
|
||||
- Bazel 7.1.2
|
||||
- Bazelisk 1.19.0
|
||||
- Bicep 0.26.170
|
||||
- Bicep 0.27.1
|
||||
- Buildah 1.22.3
|
||||
- CMake 3.29.2
|
||||
- CodeQL Action Bundle 2.17.0
|
||||
- Docker Amazon ECR Credential Helper 0.7.1
|
||||
- CMake 3.29.3
|
||||
- CodeQL Action Bundle 2.17.3
|
||||
- Docker Amazon ECR Credential Helper 0.8.0
|
||||
- Docker Compose v1 1.29.2
|
||||
- Docker Compose v2 2.23.3
|
||||
- Docker-Buildx 0.14.0
|
||||
- Docker-Buildx 0.14.1
|
||||
- Docker Client 24.0.9
|
||||
- Docker Server 24.0.9
|
||||
- Fastlane 2.220.0
|
||||
- Git 2.43.2
|
||||
- Git 2.45.1
|
||||
- Git LFS 3.5.1
|
||||
- Git-ftp 1.6.0
|
||||
- Haveged 1.9.1
|
||||
- Heroku 8.11.4
|
||||
- Heroku 8.11.5
|
||||
- HHVM (HipHop VM) 4.172.1
|
||||
- jq 1.6
|
||||
- Kind 0.22.0
|
||||
- Kubectl 1.30.0
|
||||
- Kustomize 5.4.1
|
||||
- Kind 0.23.0
|
||||
- Kubectl 1.30.1
|
||||
- Kustomize 5.4.2
|
||||
- Leiningen 2.11.2
|
||||
- MediaInfo 19.09
|
||||
- Mercurial 5.3.1
|
||||
- Minikube 1.33.0
|
||||
- Minikube 1.33.1
|
||||
- n 9.2.3
|
||||
- Newman 6.1.2
|
||||
- nvm 0.39.7
|
||||
- OpenSSL 1.1.1f-1ubuntu2.22
|
||||
- Packer 1.10.2
|
||||
- Packer 1.10.3
|
||||
- Parcel 2.12.0
|
||||
- PhantomJS 2.1.1 2.1.1
|
||||
- Podman 3.4.2
|
||||
- Pulumi 3.113.3
|
||||
- R 4.3.3
|
||||
- Pulumi 3.117.0
|
||||
- R 4.4.0
|
||||
- Skopeo 1.5.0
|
||||
- Sphinx Open Source Search Server 2.2.11
|
||||
- SVN 1.13.0
|
||||
- Terraform 1.8.1
|
||||
- Terraform 1.8.4
|
||||
- yamllint 1.35.1
|
||||
- yq 4.43.1
|
||||
- yq 4.44.1
|
||||
- zstd 1.5.6
|
||||
|
||||
### CLI Tools
|
||||
- Alibaba Cloud CLI 3.0.174
|
||||
- AWS CLI 2.15.40
|
||||
- AWS CLI 2.15.58
|
||||
- AWS CLI Session Manager Plugin 1.2.553.0
|
||||
- AWS SAM CLI 1.115.0
|
||||
- Azure CLI 2.59.0
|
||||
- Azure CLI (azure-devops) 1.0.0
|
||||
- GitHub CLI 2.48.0
|
||||
- Google Cloud CLI 472.0.0
|
||||
- Netlify CLI 17.22.1
|
||||
- OpenShift CLI 4.15.9
|
||||
- AWS SAM CLI 1.117.0
|
||||
- Azure CLI 2.61.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- GitHub CLI 2.49.2
|
||||
- Google Cloud CLI 477.0.0
|
||||
- Netlify CLI 17.23.8
|
||||
- OpenShift CLI 4.15.14
|
||||
- ORAS CLI 1.1.0
|
||||
- Vercel CLI 34.1.1
|
||||
- Vercel CLI 34.2.3
|
||||
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
| ------------------- | -------------------- |
|
||||
| 8.0.402+6 | JAVA_HOME_8_X64 |
|
||||
| 11.0.22+7 (default) | JAVA_HOME_11_X64 |
|
||||
| 17.0.10+7 | JAVA_HOME_17_X64 |
|
||||
| 21.0.2+13 | 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.27, 8.2.18, 8.3.6
|
||||
- Composer 2.7.3
|
||||
- PHP: 7.4.33, 8.0.30, 8.1.28, 8.2.19, 8.3.7
|
||||
- Composer 2.7.6
|
||||
- PHPUnit 8.5.38
|
||||
```
|
||||
Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
@@ -147,32 +147,32 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
|
||||
### Haskell Tools
|
||||
- Cabal 3.10.3.0
|
||||
- GHC 9.8.2
|
||||
- GHC 9.10.1
|
||||
- GHCup 0.1.22.0
|
||||
- Stack 2.15.5
|
||||
- Stack 2.15.7
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.77.2
|
||||
- Rust 1.77.2
|
||||
- Rustdoc 1.77.2
|
||||
- Rustup 1.27.0
|
||||
- Cargo 1.78.0
|
||||
- Rust 1.78.0
|
||||
- Rustdoc 1.78.0
|
||||
- Rustup 1.27.1
|
||||
|
||||
#### Packages
|
||||
- Bindgen 0.69.4
|
||||
- Cargo audit 0.20.0
|
||||
- Cargo clippy 0.1.77
|
||||
- Cargo clippy 0.1.78
|
||||
- Cargo outdated 0.15.0
|
||||
- Cbindgen 0.26.0
|
||||
- Rustfmt 1.7.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 124.0.6367.60
|
||||
- ChromeDriver 124.0.6367.60
|
||||
- Chromium 124.0.6367.0
|
||||
- Microsoft Edge 124.0.2478.51
|
||||
- Microsoft Edge WebDriver 124.0.2478.51
|
||||
- Selenium server 4.19.1
|
||||
- Mozilla Firefox 125.0.1
|
||||
- Google Chrome 125.0.6422.112
|
||||
- ChromeDriver 125.0.6422.78
|
||||
- Chromium 125.0.6422.0
|
||||
- Microsoft Edge 125.0.2535.67
|
||||
- Microsoft Edge WebDriver 125.0.2535.67
|
||||
- Selenium server 4.21.0
|
||||
- Mozilla Firefox 126.0
|
||||
- Geckodriver 0.34.0
|
||||
|
||||
#### Environment variables
|
||||
@@ -184,7 +184,7 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
| SELENIUM_JAR_PATH | /usr/share/java/selenium-server.jar |
|
||||
|
||||
### .NET Tools
|
||||
- .NET Core SDK: 6.0.421, 7.0.408, 8.0.204
|
||||
- .NET Core SDK: 6.0.422, 7.0.409, 8.0.300
|
||||
- nbgv 3.6.133+2d32d93cb1
|
||||
|
||||
### Databases
|
||||
@@ -192,7 +192,7 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
- sqlite3 3.31.1
|
||||
|
||||
#### PostgreSQL
|
||||
- PostgreSQL 14.11
|
||||
- PostgreSQL 14.12
|
||||
```
|
||||
User: postgres
|
||||
PostgreSQL service is disabled by default.
|
||||
@@ -216,13 +216,13 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.9
|
||||
- 1.22.2
|
||||
- 1.21.10
|
||||
- 1.22.3
|
||||
|
||||
#### Node.js
|
||||
- 16.20.2
|
||||
- 18.20.2
|
||||
- 20.12.2
|
||||
- 18.20.3
|
||||
- 20.13.1
|
||||
|
||||
#### Python
|
||||
- 3.7.17
|
||||
@@ -233,24 +233,24 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
- 3.12.3
|
||||
|
||||
#### PyPy
|
||||
- 2.7.18 [PyPy 7.3.15]
|
||||
- 2.7.18 [PyPy 7.3.16]
|
||||
- 3.6.12 [PyPy 7.3.3]
|
||||
- 3.7.13 [PyPy 7.3.9]
|
||||
- 3.8.16 [PyPy 7.3.11]
|
||||
- 3.9.18 [PyPy 7.3.15]
|
||||
- 3.10.13 [PyPy 7.3.15]
|
||||
- 3.9.19 [PyPy 7.3.16]
|
||||
- 3.10.14 [PyPy 7.3.16]
|
||||
|
||||
#### Ruby
|
||||
- 3.0.6
|
||||
- 3.1.4
|
||||
- 3.0.7
|
||||
- 3.1.5
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.1
|
||||
- PowerShell 7.4.2
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 11.3.1
|
||||
- MarkdownPS: 1.9
|
||||
- Microsoft.Graph: 2.17.0
|
||||
- Microsoft.Graph: 2.19.0
|
||||
- Pester: 5.5.0
|
||||
- PSScriptAnalyzer: 1.22.0
|
||||
|
||||
@@ -289,17 +289,17 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| alpine:3.16 | sha256:452e7292acee0ee16c332324d7de05fa2c99f9994ecc9f0779c602916a672ae4 | 2024-01-27 |
|
||||
| alpine:3.17 | sha256:53cf9478b76f4c8fae126acbdfb79bed6e69e628faff572ebe4a029d3d247d98 | 2024-01-27 |
|
||||
| alpine:3.18 | sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 | 2024-01-27 |
|
||||
| debian:10 | sha256:873743c4eec09ddea0dcac0cda31fce2ff348ed41cd1d5c33ecee7d42f03052f | 2024-04-10 |
|
||||
| debian:11 | sha256:26d72b71f88865377988af6f54da9aaa5bed201f39bcee13eb55737016660df2 | 2024-04-10 |
|
||||
| debian:10 | sha256:6e7bd55a5705914837aad8db01b349f4617510c11e47ccae8e87f6f14e489626 | 2024-05-14 |
|
||||
| debian:11 | sha256:2c7a92a41cb814c00e7d455b2bc0c90ccdb9a4ced2ffdc10e562c7a84a186032 | 2024-05-14 |
|
||||
| debian:9 | sha256:c5c5200ff1e9c73ffbf188b4a67eb1c91531b644856b4aefe86a58d2f0cb05be | 2022-06-23 |
|
||||
| moby/buildkit:latest | sha256:00d2c6b8f39ae515e0eadd74f39e71a5efdc94321c9b919692a2aa32deef2bb1 | 2024-03-18 |
|
||||
| moby/buildkit:latest | sha256:9194b5ec1be368f41c516df7f93f7f540630ea06136056b2ffebb62226ed4ad6 | 2024-04-25 |
|
||||
| node:16 | sha256:f77a1aef2da8d83e45ec990f45df50f1a286c5fe8bbfb8c6e4246c6389705c0b | 2023-09-07 |
|
||||
| node:16-alpine | sha256:a1f9d027912b58a7c75be7716c97cfbc6d3099f3a97ed84aa490be9dee20e787 | 2023-08-10 |
|
||||
| node:18 | sha256:bdbe1cff7e74208531a90ffcfa32b1cb909d4720d9aa60b649b26b9e7ba439a5 | 2024-04-11 |
|
||||
| node:18-alpine | sha256:80338ff3fc4e989c1d5264a23223cec1c6014e812e584e825e78d1a98d893381 | 2024-04-11 |
|
||||
| node:20 | sha256:844b41cf784f66d7920fd673f7af54ca7b81e289985edc6cd864e7d05e0d133c | 2024-04-11 |
|
||||
| node:20-alpine | sha256:ec0c413b1d84f3f7f67ec986ba885930c57b5318d2eb3abc6960ee05d4f2eb28 | 2024-04-11 |
|
||||
| ubuntu:20.04 | sha256:71b82b8e734f5cd0b3533a16f40ca1271f28d87343972bb4cd6bd6c38f1bd38e | 2024-04-10 |
|
||||
| node:18 | sha256:b08b1356559e2e9945f47ded630c9eb9d4e3ca04f111ab20d55652442cf14aee | 2024-05-21 |
|
||||
| node:18-alpine | sha256:5069da655539e2e986ce3fd1757f24a41b846958566c89ff4a48874434d73749 | 2024-05-22 |
|
||||
| node:20 | sha256:d6925dc84f8c0d1c1f8df4ea6a9a54e57d430241cb734b1b0c45ed6d26e8e9c0 | 2024-05-14 |
|
||||
| node:20-alpine | sha256:a7b980c958bfe4d84ee9263badd95a40c8bb50ad5afdb87902c187fefaef0e24 | 2024-05-22 |
|
||||
| ubuntu:20.04 | sha256:874aca52f79ae5f8258faff03e10ce99ae836f6e7d2df6ecd3da5c1cad3a912b | 2024-04-27 |
|
||||
|
||||
### Installed apt packages
|
||||
| Name | Version |
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [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, 9](https://github.com/actions/runner-images/issues/9692) |
|
||||
| [[Ubuntu] ubuntu-toolchain-r/test repository will be removed from images on May 6](https://github.com/actions/runner-images/issues/9679) |
|
||||
***
|
||||
# Ubuntu 22.04
|
||||
- OS Version: 22.04.4 LTS
|
||||
- Kernel Version: 6.5.0-1018-azure
|
||||
- Image Version: 20240422.1.0
|
||||
- Kernel Version: 6.5.0-1021-azure
|
||||
- Image Version: 20240526.1.0
|
||||
- Systemd version: 249.11-0ubuntu3.12
|
||||
|
||||
## Installed Software
|
||||
@@ -17,13 +17,13 @@
|
||||
- Clang-format: 13.0.1, 14.0.0, 15.0.7
|
||||
- Clang-tidy: 13.0.1, 14.0.0, 15.0.7
|
||||
- Dash 0.5.11+git20210903+057cd650a4ed-3build1
|
||||
- GNU C++: 9.5.0, 10.5.0, 11.4.0, 12.3.0, 13.1.0
|
||||
- GNU Fortran: 9.5.0, 10.5.0, 11.4.0, 12.3.0, 13.1.0
|
||||
- Julia 1.10.2
|
||||
- Kotlin 1.9.23-release-779
|
||||
- GNU C++: 10.5.0, 11.4.0, 12.3.0
|
||||
- GNU Fortran: 10.5.0, 11.4.0, 12.3.0
|
||||
- Julia 1.10.3
|
||||
- Kotlin 2.0.0-release-341
|
||||
- Mono 6.12.0.200
|
||||
- MSBuild 16.10.1.31701 (Mono 6.12.0.200)
|
||||
- Node.js 18.20.2
|
||||
- Node.js 18.20.3
|
||||
- Perl 5.34.0
|
||||
- Python 3.10.12
|
||||
- Ruby 3.0.2p107
|
||||
@@ -31,16 +31,16 @@
|
||||
|
||||
### Package Management
|
||||
- cpan 1.64
|
||||
- Helm 3.14.4
|
||||
- Homebrew 4.2.19
|
||||
- Miniconda 24.3.0
|
||||
- Npm 10.5.0
|
||||
- Helm 3.15.1
|
||||
- Homebrew 4.3.1
|
||||
- Miniconda 24.4.0
|
||||
- Npm 10.7.0
|
||||
- NuGet 6.6.1.2
|
||||
- Pip 22.0.2
|
||||
- Pip3 22.0.2
|
||||
- Pipx 1.5.0
|
||||
- RubyGems 3.3.5
|
||||
- Vcpkg (build from commit 9224b3bbd)
|
||||
- Vcpkg (build from commit 01f602195)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -58,81 +58,84 @@ to accomplish this.
|
||||
```
|
||||
|
||||
### Project Management
|
||||
- Lerna 8.1.2
|
||||
- Ant 1.10.12
|
||||
- Gradle 8.7
|
||||
- Lerna 8.1.3
|
||||
- Maven 3.8.8
|
||||
- Sbt 1.10.0
|
||||
|
||||
### Tools
|
||||
- Ansible 2.16.6
|
||||
- Ansible 2.16.7
|
||||
- apt-fast 1.10.0
|
||||
- AzCopy 10.24.0 - available by `azcopy` and `azcopy10` aliases
|
||||
- Bazel 7.1.1
|
||||
- Bazel 7.1.2
|
||||
- Bazelisk 1.19.0
|
||||
- Bicep 0.26.170
|
||||
- Bicep 0.27.1
|
||||
- Buildah 1.23.1
|
||||
- CMake 3.29.2
|
||||
- CodeQL Action Bundle 2.17.0
|
||||
- Docker Amazon ECR Credential Helper 0.7.1
|
||||
- CMake 3.29.3
|
||||
- CodeQL Action Bundle 2.17.3
|
||||
- Docker Amazon ECR Credential Helper 0.8.0
|
||||
- Docker Compose v1 1.29.2
|
||||
- Docker Compose v2 2.23.3
|
||||
- Docker-Buildx 0.14.0
|
||||
- Docker-Buildx 0.14.1
|
||||
- Docker Client 24.0.9
|
||||
- Docker Server 24.0.9
|
||||
- Fastlane 2.220.0
|
||||
- Git 2.43.2
|
||||
- Git 2.45.1
|
||||
- Git LFS 3.5.1
|
||||
- Git-ftp 1.6.0
|
||||
- Haveged 1.9.14
|
||||
- Heroku 8.11.4
|
||||
- Heroku 8.11.5
|
||||
- jq 1.6
|
||||
- Kind 0.22.0
|
||||
- Kubectl 1.30.0
|
||||
- Kustomize 5.4.1
|
||||
- Kind 0.23.0
|
||||
- Kubectl 1.30.1
|
||||
- Kustomize 5.4.2
|
||||
- Leiningen 2.11.2
|
||||
- MediaInfo 21.09
|
||||
- Mercurial 6.1.1
|
||||
- Minikube 1.33.0
|
||||
- Minikube 1.33.1
|
||||
- n 9.2.3
|
||||
- Newman 6.1.2
|
||||
- nvm 0.39.7
|
||||
- OpenSSL 3.0.2-0ubuntu1.15
|
||||
- Packer 1.10.2
|
||||
- Packer 1.10.3
|
||||
- Parcel 2.12.0
|
||||
- Podman 3.4.4
|
||||
- Pulumi 3.113.3
|
||||
- R 4.3.3
|
||||
- Pulumi 3.117.0
|
||||
- R 4.4.0
|
||||
- Skopeo 1.4.1
|
||||
- Sphinx Open Source Search Server 2.2.11
|
||||
- SVN 1.14.1
|
||||
- Terraform 1.8.1
|
||||
- Terraform 1.8.4
|
||||
- yamllint 1.35.1
|
||||
- yq 4.43.1
|
||||
- yq 4.44.1
|
||||
- zstd 1.5.6
|
||||
|
||||
### CLI Tools
|
||||
- Alibaba Cloud CLI 3.0.202
|
||||
- AWS CLI 2.15.40
|
||||
- Alibaba Cloud CLI 3.0.207
|
||||
- AWS CLI 2.15.58
|
||||
- AWS CLI Session Manager Plugin 1.2.553.0
|
||||
- AWS SAM CLI 1.115.0
|
||||
- Azure CLI 2.59.0
|
||||
- Azure CLI (azure-devops) 1.0.0
|
||||
- GitHub CLI 2.48.0
|
||||
- Google Cloud CLI 472.0.0
|
||||
- Netlify CLI 17.22.1
|
||||
- OpenShift CLI 4.15.9
|
||||
- AWS SAM CLI 1.117.0
|
||||
- Azure CLI 2.61.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- GitHub CLI 2.49.2
|
||||
- Google Cloud CLI 477.0.0
|
||||
- Netlify CLI 17.23.8
|
||||
- OpenShift CLI 4.15.14
|
||||
- ORAS CLI 1.1.0
|
||||
- Vercel CLI 34.1.1
|
||||
- Vercel CLI 34.2.3
|
||||
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
| ------------------- | -------------------- |
|
||||
| 8.0.402+6 | JAVA_HOME_8_X64 |
|
||||
| 11.0.22+7 (default) | JAVA_HOME_11_X64 |
|
||||
| 17.0.10+7 | JAVA_HOME_17_X64 |
|
||||
| 21.0.2+13 | 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
|
||||
- Composer 2.7.3
|
||||
- Composer 2.7.6
|
||||
- PHPUnit 8.5.38
|
||||
```
|
||||
Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
@@ -140,32 +143,32 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
|
||||
### Haskell Tools
|
||||
- Cabal 3.10.3.0
|
||||
- GHC 9.8.2
|
||||
- GHC 9.10.1
|
||||
- GHCup 0.1.22.0
|
||||
- Stack 2.15.5
|
||||
- Stack 2.15.7
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.77.2
|
||||
- Rust 1.77.2
|
||||
- Rustdoc 1.77.2
|
||||
- Rustup 1.27.0
|
||||
- Cargo 1.78.0
|
||||
- Rust 1.78.0
|
||||
- Rustdoc 1.78.0
|
||||
- Rustup 1.27.1
|
||||
|
||||
#### Packages
|
||||
- Bindgen 0.69.4
|
||||
- Cargo audit 0.20.0
|
||||
- Cargo clippy 0.1.77
|
||||
- Cargo clippy 0.1.78
|
||||
- Cargo outdated 0.15.0
|
||||
- Cbindgen 0.26.0
|
||||
- Rustfmt 1.7.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 124.0.6367.60
|
||||
- ChromeDriver 124.0.6367.60
|
||||
- Chromium 124.0.6367.0
|
||||
- Microsoft Edge 124.0.2478.51
|
||||
- Microsoft Edge WebDriver 124.0.2478.51
|
||||
- Selenium server 4.19.1
|
||||
- Mozilla Firefox 125.0.2
|
||||
- Google Chrome 125.0.6422.112
|
||||
- ChromeDriver 125.0.6422.78
|
||||
- Chromium 125.0.6422.0
|
||||
- Microsoft Edge 125.0.2535.67
|
||||
- Microsoft Edge WebDriver 125.0.2535.67
|
||||
- Selenium server 4.21.0
|
||||
- Mozilla Firefox 126.0
|
||||
- Geckodriver 0.34.0
|
||||
|
||||
#### Environment variables
|
||||
@@ -177,14 +180,14 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
| SELENIUM_JAR_PATH | /usr/share/java/selenium-server.jar |
|
||||
|
||||
### .NET Tools
|
||||
- .NET Core SDK: 6.0.421, 7.0.408, 8.0.204
|
||||
- .NET Core SDK: 6.0.422, 7.0.409, 8.0.300
|
||||
- nbgv 3.6.133+2d32d93cb1
|
||||
|
||||
### Databases
|
||||
- sqlite3 3.37.2
|
||||
|
||||
#### PostgreSQL
|
||||
- PostgreSQL 14.11
|
||||
- PostgreSQL 14.12
|
||||
```
|
||||
User: postgres
|
||||
PostgreSQL service is disabled by default.
|
||||
@@ -208,13 +211,13 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.9
|
||||
- 1.22.2
|
||||
- 1.21.10
|
||||
- 1.22.3
|
||||
|
||||
#### Node.js
|
||||
- 16.20.2
|
||||
- 18.20.2
|
||||
- 20.12.2
|
||||
- 18.20.3
|
||||
- 20.13.1
|
||||
|
||||
#### Python
|
||||
- 3.7.17
|
||||
@@ -227,19 +230,19 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
#### PyPy
|
||||
- 3.7.13 [PyPy 7.3.9]
|
||||
- 3.8.16 [PyPy 7.3.11]
|
||||
- 3.9.18 [PyPy 7.3.15]
|
||||
- 3.10.13 [PyPy 7.3.15]
|
||||
- 3.9.19 [PyPy 7.3.16]
|
||||
- 3.10.14 [PyPy 7.3.16]
|
||||
|
||||
#### Ruby
|
||||
- 3.1.4
|
||||
- 3.1.5
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.1
|
||||
- PowerShell 7.4.2
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 11.3.1
|
||||
- MarkdownPS: 1.9
|
||||
- Microsoft.Graph: 2.17.0
|
||||
- Microsoft.Graph: 2.19.0
|
||||
- Pester: 5.5.0
|
||||
- PSScriptAnalyzer: 1.22.0
|
||||
|
||||
@@ -277,17 +280,17 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| alpine:3.16 | sha256:452e7292acee0ee16c332324d7de05fa2c99f9994ecc9f0779c602916a672ae4 | 2024-01-27 |
|
||||
| alpine:3.17 | sha256:53cf9478b76f4c8fae126acbdfb79bed6e69e628faff572ebe4a029d3d247d98 | 2024-01-27 |
|
||||
| alpine:3.18 | sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 | 2024-01-27 |
|
||||
| debian:10 | sha256:873743c4eec09ddea0dcac0cda31fce2ff348ed41cd1d5c33ecee7d42f03052f | 2024-04-10 |
|
||||
| debian:11 | sha256:26d72b71f88865377988af6f54da9aaa5bed201f39bcee13eb55737016660df2 | 2024-04-10 |
|
||||
| moby/buildkit:latest | sha256:00d2c6b8f39ae515e0eadd74f39e71a5efdc94321c9b919692a2aa32deef2bb1 | 2024-03-18 |
|
||||
| debian:10 | sha256:6e7bd55a5705914837aad8db01b349f4617510c11e47ccae8e87f6f14e489626 | 2024-05-14 |
|
||||
| debian:11 | sha256:2c7a92a41cb814c00e7d455b2bc0c90ccdb9a4ced2ffdc10e562c7a84a186032 | 2024-05-14 |
|
||||
| moby/buildkit:latest | sha256:9194b5ec1be368f41c516df7f93f7f540630ea06136056b2ffebb62226ed4ad6 | 2024-04-25 |
|
||||
| node:16 | sha256:f77a1aef2da8d83e45ec990f45df50f1a286c5fe8bbfb8c6e4246c6389705c0b | 2023-09-07 |
|
||||
| node:16-alpine | sha256:a1f9d027912b58a7c75be7716c97cfbc6d3099f3a97ed84aa490be9dee20e787 | 2023-08-10 |
|
||||
| node:18 | sha256:bdbe1cff7e74208531a90ffcfa32b1cb909d4720d9aa60b649b26b9e7ba439a5 | 2024-04-11 |
|
||||
| node:18-alpine | sha256:80338ff3fc4e989c1d5264a23223cec1c6014e812e584e825e78d1a98d893381 | 2024-04-11 |
|
||||
| node:20 | sha256:844b41cf784f66d7920fd673f7af54ca7b81e289985edc6cd864e7d05e0d133c | 2024-04-11 |
|
||||
| node:20-alpine | sha256:ec0c413b1d84f3f7f67ec986ba885930c57b5318d2eb3abc6960ee05d4f2eb28 | 2024-04-11 |
|
||||
| ubuntu:20.04 | sha256:71b82b8e734f5cd0b3533a16f40ca1271f28d87343972bb4cd6bd6c38f1bd38e | 2024-04-10 |
|
||||
| ubuntu:22.04 | sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95 | 2024-04-10 |
|
||||
| node:18 | sha256:b08b1356559e2e9945f47ded630c9eb9d4e3ca04f111ab20d55652442cf14aee | 2024-05-21 |
|
||||
| node:18-alpine | sha256:5069da655539e2e986ce3fd1757f24a41b846958566c89ff4a48874434d73749 | 2024-05-22 |
|
||||
| node:20 | sha256:d6925dc84f8c0d1c1f8df4ea6a9a54e57d430241cb734b1b0c45ed6d26e8e9c0 | 2024-05-14 |
|
||||
| node:20-alpine | sha256:a7b980c958bfe4d84ee9263badd95a40c8bb50ad5afdb87902c187fefaef0e24 | 2024-05-22 |
|
||||
| ubuntu:20.04 | sha256:874aca52f79ae5f8258faff03e10ce99ae836f6e7d2df6ecd3da5c1cad3a912b | 2024-04-27 |
|
||||
| ubuntu:22.04 | sha256:a6d2b38300ce017add71440577d5b0a90460d0e57fd7aec21dd0d1b0761bbfb2 | 2024-04-27 |
|
||||
|
||||
### Installed apt packages
|
||||
| Name | Version |
|
||||
@@ -328,7 +331,7 @@ 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 |
|
||||
| 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.3 |
|
||||
| libmagickwand-dev | 8:6.9.11.60+dfsg-1.3ubuntu0.22.04.3 |
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [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, 9](https://github.com/actions/runner-images/issues/9692) |
|
||||
***
|
||||
# Ubuntu 24.04 LTS
|
||||
- OS Version: 24.04 LTS
|
||||
- Kernel Version: 6.8.0-1007-azure
|
||||
- Image Version: 20240430.1.0
|
||||
- Image Version: 20240516.4.0
|
||||
- Systemd version: 255.4-1ubuntu8
|
||||
|
||||
## Installed Software
|
||||
@@ -15,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.3
|
||||
- Node.js 20.12.2
|
||||
- Node.js 20.13.1
|
||||
- Perl 5.38.2
|
||||
- Python 3.12.3
|
||||
- Ruby 3.2.3
|
||||
@@ -23,14 +28,14 @@
|
||||
### Package Management
|
||||
- cpan 1.64
|
||||
- Helm 3.14.4
|
||||
- Homebrew 4.2.20
|
||||
- Homebrew 4.3.0
|
||||
- Miniconda 24.3.0
|
||||
- Npm 10.5.0
|
||||
- Npm 10.5.2
|
||||
- Pip 24.0
|
||||
- Pip3 24.0
|
||||
- Pipx 1.4.3
|
||||
- RubyGems 3.4.20
|
||||
- Vcpkg (build from commit c591ac646)
|
||||
- Vcpkg (build from commit 66a252f70)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -50,53 +55,67 @@ to accomplish this.
|
||||
### Project Management
|
||||
- Ant 1.10.14
|
||||
- Gradle 8.7
|
||||
- Lerna 8.1.2
|
||||
- Lerna 8.1.3
|
||||
- Maven 3.8.8
|
||||
|
||||
### Tools
|
||||
- Ansible 2.16.6
|
||||
- apt-fast 1.10.0
|
||||
- AzCopy 10.24.0 - available by `azcopy` and `azcopy10` aliases
|
||||
- Bicep 0.26.170
|
||||
- CMake 3.29.2
|
||||
- CodeQL Action Bundle 2.17.1
|
||||
- Docker Amazon ECR Credential Helper 0.7.1
|
||||
- Bazel 7.1.2
|
||||
- Bazelisk 1.19.0
|
||||
- Bicep 0.27.1
|
||||
- Buildah 1.33.7
|
||||
- CMake 3.29.3
|
||||
- CodeQL Action Bundle 2.17.2
|
||||
- Docker Amazon ECR Credential Helper 0.8.0
|
||||
- Docker Compose v2 2.27.0
|
||||
- Docker-Buildx 0.14.0
|
||||
- Docker Client 26.1.0
|
||||
- Docker Server 26.1.0
|
||||
- Git 2.43.2
|
||||
- Fastlane 2.220.0
|
||||
- Git 2.45.1
|
||||
- Git LFS 3.5.1
|
||||
- Git-ftp 1.6.0
|
||||
- Haveged 1.9.14
|
||||
- jq 1.7
|
||||
- Kind 0.22.0
|
||||
- Kubectl 1.30.0
|
||||
- Kind 0.23.0
|
||||
- Kubectl 1.30.1
|
||||
- Kustomize 5.4.1
|
||||
- MediaInfo 24.01
|
||||
- Mercurial 6.7.2
|
||||
- Minikube 1.33.0
|
||||
- Minikube 1.33.1
|
||||
- n 9.2.3
|
||||
- Newman 6.1.2
|
||||
- OpenSSL 3.0.13-0ubuntu3
|
||||
- Parcel 2.12.0
|
||||
- Pulumi 3.114.0
|
||||
- Podman 4.9.3
|
||||
- Pulumi 3.116.1
|
||||
- Skopeo 1.13.3
|
||||
- Sphinx Open Source Search Server 2.2.11
|
||||
- yamllint 1.35.1
|
||||
- yq 4.43.1
|
||||
- yq 4.44.1
|
||||
- zstd 1.5.6
|
||||
|
||||
### CLI Tools
|
||||
- AWS CLI 2.15.42
|
||||
- AWS CLI 2.15.51
|
||||
- AWS CLI Session Manager Plugin 1.2.553.0
|
||||
- AWS SAM CLI 1.116.0
|
||||
- Azure CLI 2.60.0
|
||||
- Azure CLI (azure-devops) 1.0.0
|
||||
- GitHub CLI 2.49.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- GitHub CLI 2.49.2
|
||||
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
| ------------------- | -------------------- |
|
||||
| 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
|
||||
- Composer 2.7.4
|
||||
- Composer 2.7.6
|
||||
- PHPUnit 8.5.38
|
||||
```
|
||||
Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
@@ -104,24 +123,24 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
|
||||
### Haskell Tools
|
||||
- Cabal 3.10.3.0
|
||||
- GHC 9.8.2
|
||||
- GHC 9.10.1
|
||||
- GHCup 0.1.22.0
|
||||
- Stack 2.15.5
|
||||
- Stack 2.15.7
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.77.2
|
||||
- Rust 1.77.2
|
||||
- Rustdoc 1.77.2
|
||||
- Rustup 1.27.0
|
||||
- Cargo 1.78.0
|
||||
- Rust 1.78.0
|
||||
- Rustdoc 1.78.0
|
||||
- Rustup 1.27.1
|
||||
|
||||
#### Packages
|
||||
- Rustfmt 1.7.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 124.0.6367.118
|
||||
- ChromeDriver 124.0.6367.91
|
||||
- Chromium 124.0.6367.0
|
||||
- Selenium server 4.20.0
|
||||
- Google Chrome 125.0.6422.60
|
||||
- ChromeDriver 125.0.6422.60
|
||||
- Chromium 125.0.6422.0
|
||||
- Selenium server 4.21.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -132,14 +151,14 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
| SELENIUM_JAR_PATH | /usr/share/java/selenium-server.jar |
|
||||
|
||||
### .NET Tools
|
||||
- .NET Core SDK: 8.0.104
|
||||
- .NET Core SDK: 8.0.300
|
||||
- nbgv 3.6.133+2d32d93cb1
|
||||
|
||||
### Databases
|
||||
- sqlite3 3.45.1
|
||||
|
||||
#### PostgreSQL
|
||||
- PostgreSQL 16.2
|
||||
- PostgreSQL 16.3
|
||||
```
|
||||
User: postgres
|
||||
PostgreSQL service is disabled by default.
|
||||
@@ -155,12 +174,34 @@ 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'
|
||||
```
|
||||
|
||||
### Cached Tools
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.10
|
||||
- 1.22.3
|
||||
|
||||
#### Node.js
|
||||
- 16.20.2
|
||||
- 18.20.2
|
||||
- 20.13.1
|
||||
|
||||
#### Python
|
||||
- 3.9.19
|
||||
- 3.10.14
|
||||
- 3.11.9
|
||||
- 3.12.3
|
||||
|
||||
#### PyPy
|
||||
- 3.9.19 [PyPy 7.3.16]
|
||||
- 3.10.14 [PyPy 7.3.16]
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.2
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 11.5.0
|
||||
- Microsoft.Graph: 2.18.0
|
||||
- Microsoft.Graph: 2.19.0
|
||||
- Pester: 5.5.0
|
||||
- PSScriptAnalyzer: 1.22.0
|
||||
|
||||
@@ -262,3 +303,4 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| xz-utils | 5.6.1+really5.4.5-1 |
|
||||
| zip | 3.0-13build1 |
|
||||
| zsync | 0.6.2-5build1 |
|
||||
|
||||
|
||||
@@ -22,22 +22,6 @@ foreach ($module in $modules) {
|
||||
Save-Module -Path $modulePath -Name $moduleName -RequiredVersion $version -Force
|
||||
}
|
||||
|
||||
$assets = Invoke-RestMethod $module.url
|
||||
|
||||
# Get github release asset for each version
|
||||
foreach ($toolVersion in $module.zip_versions) {
|
||||
$asset = $assets | Where-Object version -eq $toolVersion `
|
||||
| Select-Object -ExpandProperty files `
|
||||
| Select-Object -First 1
|
||||
|
||||
if (-not $asset) {
|
||||
Write-Host "Asset for ${moduleName} ${toolVersion} was not found in versions manifest"
|
||||
exit 1
|
||||
}
|
||||
|
||||
Write-Host "Downloading asset for ${moduleName} ${toolVersion}: $($asset.filename)"
|
||||
Invoke-DownloadWithRetry $asset.download_url -Destination "$installPSModulePath/$($asset.filename)"
|
||||
}
|
||||
}
|
||||
|
||||
Invoke-PesterTests -TestFile "PowerShellModules" -TestName "AzureModules"
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
## Desc: Configure apt, install jq and apt-fast packages.
|
||||
################################################################################
|
||||
|
||||
source $HELPER_SCRIPTS/os.sh
|
||||
|
||||
# Stop and disable apt-daily upgrade services;
|
||||
systemctl stop apt-daily.timer
|
||||
systemctl disable apt-daily.timer
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
## Desc: Post deployment system configuration actions
|
||||
################################################################################
|
||||
|
||||
# Source the helpers for use with the script
|
||||
source $HELPER_SCRIPT_FOLDER/etc-environment.sh
|
||||
source $HELPER_SCRIPT_FOLDER/os.sh
|
||||
|
||||
mv -f /imagegeneration/post-generation /opt
|
||||
|
||||
@@ -31,3 +31,10 @@ fi
|
||||
if npm --version; then
|
||||
npm cache clean --force
|
||||
fi
|
||||
|
||||
if is_ubuntu24; then
|
||||
# Prevent needrestart from restarting the provisioner service.
|
||||
# Currently only happens on Ubuntu 24.04, so make it conditional for the time being
|
||||
# as configuration is too different between Ubuntu versions.
|
||||
sed -i '/^\s*};/i \ qr(^runner-provisioner) => 0,' /etc/needrestart/needrestart.conf
|
||||
fi
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
# Install Apache
|
||||
apt-get install apache2 -y
|
||||
apt-get install apache2
|
||||
|
||||
# Disable apache2.service
|
||||
systemctl is-active --quiet apache2.service && systemctl stop apache2.service
|
||||
|
||||
@@ -12,7 +12,7 @@ cmd_packages=$(get_toolset_value .apt.cmd_packages[])
|
||||
|
||||
for package in $common_packages $cmd_packages; do
|
||||
echo "Install $package"
|
||||
apt-get install -y --no-install-recommends $package
|
||||
apt-get install --no-install-recommends $package
|
||||
done
|
||||
|
||||
invoke_tests "Apt"
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
source $HELPER_SCRIPTS/install.sh
|
||||
|
||||
vital_packages=$(get_toolset_value .apt.vital_packages[])
|
||||
apt-get install -y --no-install-recommends $vital_packages
|
||||
apt-get install --no-install-recommends $vital_packages
|
||||
|
||||
@@ -14,7 +14,7 @@ unzip -qq "$awscliv2_archive_path" -d /tmp
|
||||
/tmp/aws/install -i /usr/local/aws-cli -b /usr/local/bin
|
||||
|
||||
smplugin_deb_path=$(download_with_retry "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/ubuntu_64bit/session-manager-plugin.deb")
|
||||
apt install "$smplugin_deb_path"
|
||||
apt-get install "$smplugin_deb_path"
|
||||
|
||||
# Download the latest aws sam cli release
|
||||
aws_sam_cli_archive_name="aws-sam-cli-linux-x86_64.zip"
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
# Install Azure CLI (instructions taken from https://docs.microsoft.com/en-us/cli/azure/install-azure-cli)
|
||||
curl -fsSL https://aka.ms/InstallAzureCLIDeb | sudo bash
|
||||
|
||||
echo "azure-cli https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt" >> $HELPER_SCRIPTS/apt-sources.txt
|
||||
|
||||
rm -f /etc/apt/sources.list.d/azure-cli.list
|
||||
|
||||
@@ -11,7 +11,7 @@ install_clang() {
|
||||
local version=$1
|
||||
|
||||
echo "Installing clang-$version..."
|
||||
apt-get install -y "clang-$version" "lldb-$version" "lld-$version" "clang-format-$version" "clang-tidy-$version"
|
||||
apt-get install "clang-$version" "lldb-$version" "lld-$version" "clang-format-$version" "clang-tidy-$version"
|
||||
}
|
||||
|
||||
set_default_clang() {
|
||||
|
||||
@@ -29,7 +29,7 @@ fi
|
||||
|
||||
# Install podman, buildah, skopeo container's tools
|
||||
apt-get update
|
||||
apt-get -y install ${install_packages[@]}
|
||||
apt-get install ${install_packages[@]}
|
||||
mkdir -p /etc/containers
|
||||
printf "[registries.search]\nregistries = ['docker.io', 'quay.io']\n" | tee /etc/containers/registries.conf
|
||||
|
||||
|
||||
@@ -24,10 +24,10 @@ components=$(get_toolset_value '.docker.components[] .package')
|
||||
for package in $components; do
|
||||
version=$(get_toolset_value ".docker.components[] | select(.package == \"$package\") | .version")
|
||||
if [[ $version == "latest" ]]; then
|
||||
apt-get install -y --no-install-recommends "$package"
|
||||
apt-get install --no-install-recommends "$package"
|
||||
else
|
||||
version_string=$(apt-cache madison "$package" | awk '{ print $3 }' | grep "$version" | grep "$os_codename" | head -1)
|
||||
apt-get install -y --no-install-recommends "${package}=${version_string}"
|
||||
apt-get install --no-install-recommends "${package}=${version_string}"
|
||||
fi
|
||||
done
|
||||
|
||||
@@ -47,8 +47,14 @@ done
|
||||
# docker from official repo introduced different GID generation: https://github.com/actions/runner-images/issues/8157
|
||||
gid=$(cut -d ":" -f 3 /etc/group | grep "^1..$" | sort -n | tail -n 1 | awk '{ print $1+1 }')
|
||||
groupmod -g "$gid" docker
|
||||
chgrp -hR docker /run/docker.sock
|
||||
chgrp -hR docker /var/run/docker.sock
|
||||
|
||||
# Create systemd-tmpfiles configuration for Docker
|
||||
cat <<EOF | sudo tee /etc/tmpfiles.d/docker.conf
|
||||
L /run/docker.sock - - - - root docker 0770
|
||||
EOF
|
||||
|
||||
# Reload systemd-tmpfiles to apply the new configuration
|
||||
systemd-tmpfiles --create /etc/tmpfiles.d/docker.conf
|
||||
|
||||
# Enable docker.service
|
||||
systemctl is-active --quiet docker.service || systemctl start docker.service
|
||||
|
||||
@@ -48,7 +48,7 @@ for latest_package in ${latest_dotnet_packages[@]}; do
|
||||
echo "Determining if .NET Core ($latest_package) is installed"
|
||||
if ! dpkg -S $latest_package &> /dev/null; then
|
||||
echo "Could not find .NET Core ($latest_package), installing..."
|
||||
apt-get install $latest_package -y
|
||||
apt-get install $latest_package
|
||||
else
|
||||
echo ".NET Core ($latest_package) is already installed"
|
||||
fi
|
||||
|
||||
@@ -21,7 +21,7 @@ curl -fsSL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x${GPG_FINGER
|
||||
echo "deb $REPO_URL $(lsb_release -cs) main" > $REPO_PATH
|
||||
|
||||
apt-get update
|
||||
apt-get install --target-release 'o=LP-PPA-mozillateam' -y firefox
|
||||
apt-get install --target-release 'o=LP-PPA-mozillateam' firefox
|
||||
rm $REPO_PATH
|
||||
|
||||
# Document apt source repo's
|
||||
|
||||
@@ -11,7 +11,7 @@ versions=$(get_toolset_value '.gcc.versions[]')
|
||||
|
||||
for version in ${versions[*]}; do
|
||||
echo "Installing $version..."
|
||||
apt-get install $version -y
|
||||
apt-get install $version
|
||||
done
|
||||
|
||||
invoke_tests "Tools" "gcc"
|
||||
|
||||
@@ -11,7 +11,7 @@ versions=$(get_toolset_value '.gfortran.versions[]')
|
||||
|
||||
for version in ${versions[*]}; do
|
||||
echo "Installing $version..."
|
||||
apt-get install $version -y
|
||||
apt-get install $version
|
||||
done
|
||||
|
||||
invoke_tests "Tools" "gfortran"
|
||||
|
||||
@@ -11,7 +11,7 @@ GIT_LFS_REPO="https://packagecloud.io/install/repositories/github/git-lfs"
|
||||
|
||||
# Install git-lfs
|
||||
curl -fsSL $GIT_LFS_REPO/script.deb.sh | bash
|
||||
apt-get install -y git-lfs
|
||||
apt-get install git-lfs
|
||||
|
||||
# Remove source repo's
|
||||
rm /etc/apt/sources.list.d/github_git-lfs.list
|
||||
|
||||
@@ -12,8 +12,7 @@ GIT_REPO="ppa:git-core/ppa"
|
||||
## Install git
|
||||
add-apt-repository $GIT_REPO -y
|
||||
apt-get update
|
||||
apt-get install git -y
|
||||
git --version
|
||||
apt-get install git
|
||||
|
||||
# Git version 2.35.2 introduces security fix that breaks action\checkout https://github.com/actions/checkout/issues/760
|
||||
cat <<EOF >> /etc/gitconfig
|
||||
@@ -22,7 +21,7 @@ cat <<EOF >> /etc/gitconfig
|
||||
EOF
|
||||
|
||||
# Install git-ftp
|
||||
apt-get install git-ftp -y
|
||||
apt-get install git-ftp
|
||||
|
||||
# Remove source repo's
|
||||
add-apt-repository --remove $GIT_REPO
|
||||
|
||||
@@ -19,6 +19,6 @@ external_hash=$(get_checksum_from_url "$hash_url" "linux_amd64.deb" "SHA256")
|
||||
use_checksum_comparison "$gh_cli_deb_path" "$external_hash"
|
||||
|
||||
# Install GitHub CLI
|
||||
apt install "$gh_cli_deb_path"
|
||||
apt-get install "$gh_cli_deb_path"
|
||||
|
||||
invoke_tests "CLI.Tools" "GitHub CLI"
|
||||
|
||||
@@ -37,7 +37,7 @@ get_chromium_revision() {
|
||||
# Download and install Google Chrome
|
||||
CHROME_DEB_URL="https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
|
||||
chrome_deb_path=$(download_with_retry "$CHROME_DEB_URL")
|
||||
apt install "$chrome_deb_path" -f
|
||||
apt-get install "$chrome_deb_path" -f
|
||||
set_etc_environment_variable "CHROME_BIN" "/usr/bin/google-chrome"
|
||||
|
||||
# Remove Google Chrome repo
|
||||
|
||||
@@ -9,8 +9,8 @@ REPO_URL="https://packages.cloud.google.com/apt"
|
||||
# Install the Google Cloud CLI
|
||||
echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] $REPO_URL cloud-sdk main" > /etc/apt/sources.list.d/google-cloud-sdk.list
|
||||
wget -qO- https://packages.cloud.google.com/apt/doc/apt-key.gpg | gpg --dearmor > /usr/share/keyrings/cloud.google.gpg
|
||||
apt-get update -y
|
||||
apt-get install -y google-cloud-cli
|
||||
apt-get update
|
||||
apt-get install google-cloud-cli
|
||||
|
||||
# remove apt
|
||||
rm /etc/apt/sources.list.d/google-cloud-sdk.list
|
||||
|
||||
@@ -13,7 +13,8 @@ curl -fsSL "${REPO_URL}/release.key" | gpg --dearmor -o $GPG_KEY
|
||||
echo "deb [trusted=yes] $REPO_URL ./" > $REPO_PATH
|
||||
|
||||
# install heroku
|
||||
apt-get update -y && apt-get install -y heroku
|
||||
apt-get update
|
||||
apt-get install heroku
|
||||
|
||||
# remove heroku's apt repository
|
||||
rm $REPO_PATH
|
||||
|
||||
@@ -14,7 +14,7 @@ echo "deb [signed-by=$GPG_KEY] $REPO_URL $(lsb_release -cs) main" > $REPO_PATH
|
||||
|
||||
# install HHVM
|
||||
apt-get update
|
||||
apt-get -qq install -y hhvm
|
||||
apt-get install hhvm
|
||||
|
||||
# remove HHVM's apt repository
|
||||
rm $REPO_PATH
|
||||
|
||||
@@ -70,24 +70,22 @@ echo "deb [signed-by=/usr/share/keyrings/adoptium.gpg] https://packages.adoptium
|
||||
apt-get update
|
||||
|
||||
# While Ubuntu 24.04 binaries are not released in the Adoptium repo, we will not install Java
|
||||
if ! is_ubuntu24; then
|
||||
defaultVersion=$(get_toolset_value '.java.default')
|
||||
jdkVersionsToInstall=($(get_toolset_value ".java.versions[]"))
|
||||
defaultVersion=$(get_toolset_value '.java.default')
|
||||
jdkVersionsToInstall=($(get_toolset_value ".java.versions[]"))
|
||||
|
||||
for jdkVersionToInstall in ${jdkVersionsToInstall[@]}; do
|
||||
install_open_jdk ${jdkVersionToInstall}
|
||||
for jdkVersionToInstall in ${jdkVersionsToInstall[@]}; do
|
||||
install_open_jdk ${jdkVersionToInstall}
|
||||
|
||||
if [[ ${jdkVersionToInstall} == ${defaultVersion} ]]
|
||||
then
|
||||
create_java_environment_variable ${jdkVersionToInstall} True
|
||||
else
|
||||
create_java_environment_variable ${jdkVersionToInstall} False
|
||||
fi
|
||||
done
|
||||
fi
|
||||
if [[ ${jdkVersionToInstall} == ${defaultVersion} ]]
|
||||
then
|
||||
create_java_environment_variable ${jdkVersionToInstall} True
|
||||
else
|
||||
create_java_environment_variable ${jdkVersionToInstall} False
|
||||
fi
|
||||
done
|
||||
|
||||
# Install Ant
|
||||
apt-get install -y --no-install-recommends ant ant-optional
|
||||
apt-get install --no-install-recommends ant ant-optional
|
||||
set_etc_environment_variable "ANT_HOME" "/usr/share/ant"
|
||||
|
||||
# Install Maven
|
||||
|
||||
@@ -23,7 +23,8 @@ install "${kind_binary_path}" /usr/local/bin/kind
|
||||
kubectl_minor_version=$(curl -fsSL "https://dl.k8s.io/release/stable.txt" | cut -d'.' -f1,2 )
|
||||
curl -fsSL https://pkgs.k8s.io/core:/stable:/$kubectl_minor_version/deb/Release.key | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg
|
||||
echo 'deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/'$kubectl_minor_version'/deb/ /' | sudo tee /etc/apt/sources.list.d/kubernetes.list
|
||||
sudo apt-get update -y && sudo apt-get install -y kubectl
|
||||
apt-get update
|
||||
apt-get install kubectl
|
||||
rm -f /etc/apt/sources.list.d/kubernetes.list
|
||||
|
||||
# Install Helm
|
||||
|
||||
@@ -18,7 +18,7 @@ echo "deb [ arch=amd64,arm64 signed-by=$GPG_KEY ] $REPO_URL $(lsb_release -cs)/m
|
||||
|
||||
# Install Mongo DB
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y mongodb-org
|
||||
sudo apt-get install mongodb-org
|
||||
|
||||
# remove Mongo DB's apt repository
|
||||
rm $REPO_PATH
|
||||
|
||||
@@ -23,7 +23,7 @@ echo "deb [signed-by=$GPG_KEY] $REPO_URL stable-$os_label main" > $REPO_PATH
|
||||
|
||||
# Install Mono
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends apt-transport-https mono-complete nuget
|
||||
apt-get install --no-install-recommends apt-transport-https mono-complete nuget
|
||||
|
||||
# Remove Mono's apt repo
|
||||
rm $REPO_PATH
|
||||
|
||||
@@ -11,6 +11,6 @@ wget https://packages.microsoft.com/config/ubuntu/$os_label/packages-microsoft-p
|
||||
dpkg -i packages-microsoft-prod.deb
|
||||
|
||||
# update
|
||||
apt-get install -y apt-transport-https ca-certificates curl software-properties-common
|
||||
apt-get -yq update
|
||||
apt-get -yq dist-upgrade
|
||||
apt-get install apt-transport-https ca-certificates curl software-properties-common
|
||||
apt-get update
|
||||
apt-get dist-upgrade
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
export ACCEPT_EULA=Y
|
||||
|
||||
apt-get update
|
||||
apt-get install -y mssql-tools unixodbc-dev
|
||||
apt-get install mssql-tools unixodbc-dev
|
||||
apt-get -f install
|
||||
ln -s /opt/mssql-tools/bin/* /usr/local/bin/
|
||||
|
||||
|
||||
@@ -15,13 +15,13 @@ echo "mysql-server mysql-server/root_password_again password $MYSQL_ROOT_PASSWOR
|
||||
export ACCEPT_EULA=Y
|
||||
|
||||
# Install MySQL Client
|
||||
apt-get install mysql-client -y
|
||||
apt-get install mysql-client
|
||||
|
||||
# Install MySQL Server
|
||||
apt-get install -y mysql-server
|
||||
apt-get install mysql-server
|
||||
|
||||
#Install MySQL Dev tools
|
||||
apt install libmysqlclient-dev -y
|
||||
# Install MySQL Dev tools
|
||||
apt-get install libmysqlclient-dev
|
||||
|
||||
# Disable mysql.service
|
||||
systemctl is-active --quiet mysql.service && systemctl stop mysql.service
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
# Install Nginx
|
||||
apt-get install nginx -y
|
||||
apt-get install nginx
|
||||
|
||||
# Disable nginx.service
|
||||
systemctl is-active --quiet nginx.service && systemctl stop nginx.service
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
source $HELPER_SCRIPTS/install.sh
|
||||
|
||||
# Install required dependencies
|
||||
apt-get install -y chrpath libssl-dev libxft-dev libfreetype6 libfreetype6-dev libfontconfig1 libfontconfig1-dev
|
||||
apt-get install chrpath libssl-dev libxft-dev libfreetype6 libfreetype6-dev libfontconfig1 libfontconfig1-dev
|
||||
|
||||
# Define the version and hash of PhantomJS to be installed
|
||||
DIR_NAME=phantomjs-2.1.1-linux-x86_64
|
||||
|
||||
@@ -21,7 +21,7 @@ php_versions=$(get_toolset_value '.php.versions[]')
|
||||
|
||||
for version in $php_versions; do
|
||||
echo "Installing PHP $version"
|
||||
apt-get install -y --no-install-recommends \
|
||||
apt-get install --no-install-recommends \
|
||||
php$version \
|
||||
php$version-amqp \
|
||||
php$version-apcu \
|
||||
@@ -67,24 +67,24 @@ for version in $php_versions; do
|
||||
php$version-zip \
|
||||
php$version-zmq
|
||||
|
||||
apt-get install -y --no-install-recommends php$version-pcov
|
||||
apt-get install --no-install-recommends php$version-pcov
|
||||
|
||||
# Disable PCOV, as Xdebug is enabled by default
|
||||
# https://github.com/krakjoe/pcov#interoperability
|
||||
phpdismod -v $version pcov
|
||||
|
||||
if [[ $version == "7.2" || $version == "7.3" || $version == "7.4" ]]; then
|
||||
apt-get install -y --no-install-recommends php$version-recode
|
||||
apt-get install --no-install-recommends php$version-recode
|
||||
fi
|
||||
|
||||
if [[ $version != "8.0" && $version != "8.1" && $version != "8.2" && $version != "8.3" ]]; then
|
||||
apt-get install -y --no-install-recommends php$version-xmlrpc php$version-json
|
||||
apt-get install --no-install-recommends php$version-xmlrpc php$version-json
|
||||
fi
|
||||
done
|
||||
|
||||
apt-get install -y --no-install-recommends php-pear
|
||||
apt-get install --no-install-recommends php-pear
|
||||
|
||||
apt-get install -y --no-install-recommends snmp
|
||||
apt-get install --no-install-recommends snmp
|
||||
|
||||
# Install composer
|
||||
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
||||
|
||||
@@ -20,7 +20,7 @@ toolset_version=$(get_toolset_value '.postgresql.version')
|
||||
# Install PostgreSQL
|
||||
echo "Install PostgreSQL"
|
||||
apt update
|
||||
apt install postgresql-$toolset_version
|
||||
apt-get install postgresql-$toolset_version
|
||||
|
||||
echo "Install libpq-dev"
|
||||
apt-get install libpq-dev
|
||||
|
||||
@@ -17,5 +17,5 @@ if is_ubuntu24; then
|
||||
package_path=$(download_with_retry "https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-lts_7.4.2-1.deb_amd64.deb")
|
||||
sudo dpkg -i "$package_path"
|
||||
else
|
||||
apt-get install -y powershell=$pwsh_version*
|
||||
apt-get install powershell=$pwsh_version*
|
||||
fi
|
||||
|
||||
@@ -10,14 +10,14 @@ source $HELPER_SCRIPTS/etc-environment.sh
|
||||
source $HELPER_SCRIPTS/os.sh
|
||||
|
||||
# Install Python, Python 3, pip, pip3
|
||||
apt-get install -y --no-install-recommends python3 python3-dev python3-pip python3-venv
|
||||
apt-get install --no-install-recommends python3 python3-dev python3-pip python3-venv
|
||||
|
||||
# Install pipx
|
||||
# Set pipx custom directory
|
||||
export PIPX_BIN_DIR=/opt/pipx_bin
|
||||
export PIPX_HOME=/opt/pipx
|
||||
if is_ubuntu24; then
|
||||
apt-get install -y --no-install-recommends pipx
|
||||
apt-get install --no-install-recommends pipx
|
||||
pipx ensurepath
|
||||
else
|
||||
python3 -m pip install pipx
|
||||
|
||||
@@ -20,7 +20,7 @@ if [[ -n "$gems_to_install" ]]; then
|
||||
fi
|
||||
|
||||
# Install Ruby requirements
|
||||
apt-get install -y libz-dev openssl libssl-dev
|
||||
apt-get install libz-dev openssl libssl-dev
|
||||
|
||||
echo "Install Ruby from toolset..."
|
||||
package_tar_names=$(curl -fsSL "https://api.github.com/repos/ruby/ruby-builder/releases/latest" | jq -r '.assets[].name')
|
||||
|
||||
@@ -14,7 +14,7 @@ if is_ubuntu22; then
|
||||
echo "deb http://archive.ubuntu.com/ubuntu/ focal-security main" | tee "${focal_list}"
|
||||
apt-get update --quiet
|
||||
|
||||
apt-get install --no-install-recommends --yes libssl1.1
|
||||
apt-get install --no-install-recommends libssl1.1
|
||||
|
||||
rm "${focal_list}"
|
||||
apt-get update --quiet
|
||||
|
||||
@@ -19,7 +19,7 @@ external_hash=$(get_checksum_from_url "${download_url}.sha256" "${release_name}.
|
||||
use_checksum_comparison "$archive_path" "$external_hash"
|
||||
|
||||
# Install zstd
|
||||
apt-get install -y liblz4-dev
|
||||
apt-get install liblz4-dev
|
||||
tar xzf "$archive_path" -C /tmp
|
||||
|
||||
make -C "/tmp/${release_name}/contrib/pzstd" all
|
||||
|
||||
@@ -100,16 +100,14 @@ if ((Test-IsUbuntu20) -or (Test-IsUbuntu22)) {
|
||||
# Tools
|
||||
$tools = $installedSoftware.AddHeader("Tools")
|
||||
$tools.AddToolVersion("Ansible", $(Get-AnsibleVersion))
|
||||
$tools.AddToolVersion("apt-fast", $(Get-AptFastVersion))
|
||||
if ((Test-IsUbuntu20) -or (Test-IsUbuntu22)) {
|
||||
$tools.AddToolVersion("apt-fast", $(Get-AptFastVersion))
|
||||
}
|
||||
$tools.AddToolVersion("AzCopy", $(Get-AzCopyVersion))
|
||||
if ((Test-IsUbuntu20) -or (Test-IsUbuntu22)) {
|
||||
$tools.AddToolVersion("Bazel", $(Get-BazelVersion))
|
||||
$tools.AddToolVersion("Bazelisk", $(Get-BazeliskVersion))
|
||||
}
|
||||
$tools.AddToolVersion("Bazel", $(Get-BazelVersion))
|
||||
$tools.AddToolVersion("Bazelisk", $(Get-BazeliskVersion))
|
||||
$tools.AddToolVersion("Bicep", $(Get-BicepVersion))
|
||||
if ((Test-IsUbuntu20) -or (Test-IsUbuntu22)) {
|
||||
$tools.AddToolVersion("Buildah", $(Get-BuildahVersion))
|
||||
}
|
||||
$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))
|
||||
@@ -120,9 +118,7 @@ $tools.AddToolVersion("Docker Compose v2", $(Get-DockerComposeV2Version))
|
||||
$tools.AddToolVersion("Docker-Buildx", $(Get-DockerBuildxVersion))
|
||||
$tools.AddToolVersion("Docker Client", $(Get-DockerClientVersion))
|
||||
$tools.AddToolVersion("Docker Server", $(Get-DockerServerVersion))
|
||||
if ((Test-IsUbuntu20) -or (Test-IsUbuntu22)) {
|
||||
$tools.AddToolVersion("Fastlane", $(Get-FastlaneVersion))
|
||||
}
|
||||
$tools.AddToolVersion("Fastlane", $(Get-FastlaneVersion))
|
||||
$tools.AddToolVersion("Git", $(Get-GitVersion))
|
||||
$tools.AddToolVersion("Git LFS", $(Get-GitLFSVersion))
|
||||
$tools.AddToolVersion("Git-ftp", $(Get-GitFTPVersion))
|
||||
@@ -156,14 +152,12 @@ $tools.AddToolVersion("Parcel", $(Get-ParcelVersion))
|
||||
if (Test-IsUbuntu20) {
|
||||
$tools.AddToolVersion("PhantomJS", $(Get-PhantomJSVersion))
|
||||
}
|
||||
if ((Test-IsUbuntu20) -or (Test-IsUbuntu22)) {
|
||||
$tools.AddToolVersion("Podman", $(Get-PodManVersion))
|
||||
}
|
||||
$tools.AddToolVersion("Podman", $(Get-PodManVersion))
|
||||
$tools.AddToolVersion("Pulumi", $(Get-PulumiVersion))
|
||||
if ((Test-IsUbuntu20) -or (Test-IsUbuntu22)) {
|
||||
$tools.AddToolVersion("R", $(Get-RVersion))
|
||||
$tools.AddToolVersion("Skopeo", $(Get-SkopeoVersion))
|
||||
}
|
||||
$tools.AddToolVersion("Skopeo", $(Get-SkopeoVersion))
|
||||
$tools.AddToolVersion("Sphinx Open Source Search Server", $(Get-SphinxVersion))
|
||||
if ((Test-IsUbuntu20) -or (Test-IsUbuntu22)) {
|
||||
$tools.AddToolVersion("SVN", $(Get-SVNVersion))
|
||||
@@ -193,9 +187,7 @@ if ((Test-IsUbuntu20) -or (Test-IsUbuntu22)) {
|
||||
}
|
||||
|
||||
# Java
|
||||
if (-not $(Test-IsUbuntu24)) {
|
||||
$installedSoftware.AddHeader("Java").AddTable($(Get-JavaVersionsTable))
|
||||
}
|
||||
$installedSoftware.AddHeader("Java").AddTable($(Get-JavaVersionsTable))
|
||||
|
||||
# PHP Tools
|
||||
$phpTools = $installedSoftware.AddHeader("PHP Tools")
|
||||
@@ -266,12 +258,12 @@ if (-not $(Test-IsUbuntu24)) {
|
||||
}
|
||||
|
||||
# Cached Tools
|
||||
$cachedTools = $installedSoftware.AddHeader("Cached Tools")
|
||||
$cachedTools.AddToolVersionsList("Go", $(Get-ToolcacheGoVersions), "^\d+\.\d+")
|
||||
$cachedTools.AddToolVersionsList("Node.js", $(Get-ToolcacheNodeVersions), "^\d+")
|
||||
$cachedTools.AddToolVersionsList("Python", $(Get-ToolcachePythonVersions), "^\d+\.\d+")
|
||||
$cachedTools.AddToolVersionsList("PyPy", $(Get-ToolcachePyPyVersions), "^\d+\.\d+")
|
||||
if (-not $(Test-IsUbuntu24)) {
|
||||
$cachedTools = $installedSoftware.AddHeader("Cached Tools")
|
||||
$cachedTools.AddToolVersionsList("Go", $(Get-ToolcacheGoVersions), "^\d+\.\d+")
|
||||
$cachedTools.AddToolVersionsList("Node.js", $(Get-ToolcacheNodeVersions), "^\d+")
|
||||
$cachedTools.AddToolVersionsList("Python", $(Get-ToolcachePythonVersions), "^\d+\.\d+")
|
||||
$cachedTools.AddToolVersionsList("PyPy", $(Get-ToolcachePyPyVersions), "^\d+\.\d+")
|
||||
$cachedTools.AddToolVersionsList("Ruby", $(Get-ToolcacheRubyVersions), "^\d+\.\d+")
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Import-Module "$PSScriptRoot/../helpers/Common.Helpers.psm1" -DisableNameChecking
|
||||
|
||||
Describe "Java" -Skip:(Test-IsUbuntu24) {
|
||||
Describe "Java" {
|
||||
$toolsetJava = (Get-ToolsetContent).java
|
||||
$defaultVersion = $toolsetJava.default
|
||||
$jdkVersions = $toolsetJava.versions
|
||||
|
||||
@@ -69,12 +69,27 @@ Describe "Docker" {
|
||||
It "docker client" {
|
||||
$version=(Get-ToolsetContent).docker.components | Where-Object { $_.package -eq 'docker-ce-cli' } | Select-Object -ExpandProperty version
|
||||
If ($version -ne "latest") {
|
||||
$(docker version --format '{{.Client.Version}}') | Should -BeLike "*$version*"
|
||||
$(sudo docker version --format '{{.Client.Version}}') | Should -BeLike "*$version*"
|
||||
}else{
|
||||
"docker version --format '{{.Client.Version}}'" | Should -ReturnZeroExitCode
|
||||
"sudo docker version --format '{{.Client.Version}}'" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
It "docker server" {
|
||||
$version=(Get-ToolsetContent).docker.components | Where-Object { $_.package -eq 'docker-ce' } | Select-Object -ExpandProperty version
|
||||
If ($version -ne "latest") {
|
||||
$(sudo docker version --format '{{.Server.Version}}') | Should -BeLike "*$version*"
|
||||
}else{
|
||||
"sudo docker version --format '{{.Server.Version}}'" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
It "docker client/server versions match" {
|
||||
$clientVersion = $(sudo docker version --format '{{.Client.Version}}')
|
||||
$serverVersion = $(sudo docker version --format '{{.Server.Version}}')
|
||||
$clientVersion | Should -Be $serverVersion
|
||||
}
|
||||
|
||||
It "docker buildx" {
|
||||
$version=(Get-ToolsetContent).docker.plugins | Where-Object { $_.plugin -eq 'buildx' } | Select-Object -ExpandProperty version
|
||||
If ($version -ne "latest") {
|
||||
@@ -118,7 +133,7 @@ Describe "Ansible" {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Bazel" -Skip:((-not (Test-IsUbuntu20)) -and (-not (Test-IsUbuntu22))) {
|
||||
Describe "Bazel" {
|
||||
It "<ToolName>" -TestCases @(
|
||||
@{ ToolName = "bazel" }
|
||||
@{ ToolName = "bazelisk" }
|
||||
@@ -329,7 +344,7 @@ Describe "Phantomjs" -Skip:(-not (Test-IsUbuntu20)) {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Containers" -Skip:((-not (Test-IsUbuntu20)) -and (-not (Test-IsUbuntu22))) {
|
||||
Describe "Containers" {
|
||||
$testCases = @("podman", "buildah", "skopeo") | ForEach-Object { @{ContainerCommand = $_} }
|
||||
|
||||
It "<ContainerCommand>" -TestCases $testCases {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Describe "Toolset" -Skip:((-not (Test-IsUbuntu20)) -and (-not (Test-IsUbuntu22))) {
|
||||
Describe "Toolset" {
|
||||
$tools = (Get-ToolsetContent).toolcache
|
||||
|
||||
$toolsExecutables = @{
|
||||
|
||||
@@ -183,13 +183,18 @@ build {
|
||||
inline = ["mkdir ${var.image_folder}", "chmod 777 ${var.image_folder}"]
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${var.helper_script_folder}"
|
||||
source = "${path.root}/../scripts/helpers"
|
||||
}
|
||||
|
||||
provisioner "shell" {
|
||||
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
script = "${path.root}/../scripts/build/configure-apt-mock.sh"
|
||||
}
|
||||
|
||||
provisioner "shell" {
|
||||
environment_vars = ["DEBIAN_FRONTEND=noninteractive"]
|
||||
environment_vars = ["HELPER_SCRIPTS=${var.helper_script_folder}","DEBIAN_FRONTEND=noninteractive"]
|
||||
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
scripts = [
|
||||
"${path.root}/../scripts/build/install-ms-repos.sh",
|
||||
@@ -203,11 +208,6 @@ build {
|
||||
script = "${path.root}/../scripts/build/configure-limits.sh"
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${var.helper_script_folder}"
|
||||
source = "${path.root}/../scripts/helpers"
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${var.installer_script_folder}"
|
||||
source = "${path.root}/../scripts/build"
|
||||
|
||||
@@ -183,13 +183,18 @@ build {
|
||||
inline = ["mkdir ${var.image_folder}", "chmod 777 ${var.image_folder}"]
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${var.helper_script_folder}"
|
||||
source = "${path.root}/../scripts/helpers"
|
||||
}
|
||||
|
||||
provisioner "shell" {
|
||||
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
script = "${path.root}/../scripts/build/configure-apt-mock.sh"
|
||||
}
|
||||
|
||||
provisioner "shell" {
|
||||
environment_vars = ["DEBIAN_FRONTEND=noninteractive"]
|
||||
environment_vars = ["HELPER_SCRIPTS=${var.helper_script_folder}","DEBIAN_FRONTEND=noninteractive"]
|
||||
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
scripts = [
|
||||
"${path.root}/../scripts/build/install-ms-repos.sh",
|
||||
@@ -203,11 +208,6 @@ build {
|
||||
script = "${path.root}/../scripts/build/configure-limits.sh"
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${var.helper_script_folder}"
|
||||
source = "${path.root}/../scripts/helpers"
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${var.installer_script_folder}"
|
||||
source = "${path.root}/../scripts/build"
|
||||
|
||||
@@ -183,13 +183,18 @@ build {
|
||||
inline = ["mkdir ${var.image_folder}", "chmod 777 ${var.image_folder}"]
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${var.helper_script_folder}"
|
||||
source = "${path.root}/../scripts/helpers"
|
||||
}
|
||||
|
||||
provisioner "shell" {
|
||||
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
script = "${path.root}/../scripts/build/configure-apt-mock.sh"
|
||||
}
|
||||
|
||||
provisioner "shell" {
|
||||
environment_vars = ["DEBIAN_FRONTEND=noninteractive"]
|
||||
environment_vars = ["HELPER_SCRIPTS=${var.helper_script_folder}","DEBIAN_FRONTEND=noninteractive"]
|
||||
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
scripts = [
|
||||
"${path.root}/../scripts/build/install-ms-repos.sh",
|
||||
@@ -203,11 +208,6 @@ build {
|
||||
script = "${path.root}/../scripts/build/configure-limits.sh"
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${var.helper_script_folder}"
|
||||
source = "${path.root}/../scripts/helpers"
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${var.installer_script_folder}"
|
||||
source = "${path.root}/../scripts/build"
|
||||
@@ -286,6 +286,7 @@ provisioner "shell" {
|
||||
"${path.root}/../scripts/build/install-clang.sh",
|
||||
"${path.root}/../scripts/build/install-cmake.sh",
|
||||
"${path.root}/../scripts/build/install-codeql-bundle.sh",
|
||||
"${path.root}/../scripts/build/install-container-tools.sh",
|
||||
"${path.root}/../scripts/build/install-dotnetcore-sdk.sh",
|
||||
"${path.root}/../scripts/build/install-gcc-compilers.sh",
|
||||
"${path.root}/../scripts/build/install-gfortran.sh",
|
||||
@@ -300,6 +301,7 @@ provisioner "shell" {
|
||||
"${path.root}/../scripts/build/install-mysql.sh",
|
||||
"${path.root}/../scripts/build/install-nginx.sh",
|
||||
"${path.root}/../scripts/build/install-nodejs.sh",
|
||||
"${path.root}/../scripts/build/install-bazel.sh",
|
||||
"${path.root}/../scripts/build/install-php.sh",
|
||||
"${path.root}/../scripts/build/install-postgresql.sh",
|
||||
"${path.root}/../scripts/build/install-pulumi.sh",
|
||||
@@ -323,6 +325,12 @@ provisioner "shell" {
|
||||
scripts = ["${path.root}/../scripts/build/install-docker.sh"]
|
||||
}
|
||||
|
||||
provisioner "shell" {
|
||||
environment_vars = ["HELPER_SCRIPTS=${var.helper_script_folder}", "INSTALLER_SCRIPT_FOLDER=${var.installer_script_folder}"]
|
||||
execute_command = "sudo sh -c '{{ .Vars }} pwsh -f {{ .Path }}'"
|
||||
scripts = ["${path.root}/../scripts/build/Install-Toolset.ps1", "${path.root}/../scripts/build/Configure-Toolset.ps1"]
|
||||
}
|
||||
|
||||
provisioner "shell" {
|
||||
environment_vars = ["HELPER_SCRIPTS=${var.helper_script_folder}", "INSTALLER_SCRIPT_FOLDER=${var.installer_script_folder}"]
|
||||
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
|
||||
@@ -170,6 +170,11 @@ build {
|
||||
inline = ["mkdir ${local.image_folder}", "chmod 777 ${local.image_folder}"]
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${local.helper_script_folder}"
|
||||
source = "${path.root}/../scripts/helpers"
|
||||
}
|
||||
|
||||
// Add apt wrapper to implement retries
|
||||
provisioner "shell" {
|
||||
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
@@ -178,7 +183,7 @@ build {
|
||||
|
||||
// Install MS package repos, Configure apt
|
||||
provisioner "shell" {
|
||||
environment_vars = ["DEBIAN_FRONTEND=noninteractive"]
|
||||
environment_vars = ["HELPER_SCRIPTS=${var.helper_script_folder}","DEBIAN_FRONTEND=noninteractive"]
|
||||
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
scripts = [
|
||||
"${path.root}/../scripts/build/install-ms-repos.sh",
|
||||
@@ -192,11 +197,6 @@ build {
|
||||
script = "${path.root}/../scripts/build/configure-limits.sh"
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${local.helper_script_folder}"
|
||||
source = "${path.root}/../scripts/helpers"
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${local.installer_script_folder}"
|
||||
source = "${path.root}/../scripts/build"
|
||||
|
||||
@@ -106,11 +106,8 @@
|
||||
"azureModules": [
|
||||
{
|
||||
"name": "az",
|
||||
"url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json",
|
||||
"versions": [
|
||||
"11.3.1"
|
||||
],
|
||||
"zip_versions": [
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -103,11 +103,8 @@
|
||||
"azureModules": [
|
||||
{
|
||||
"name": "az",
|
||||
"url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json",
|
||||
"versions": [
|
||||
"11.3.1"
|
||||
],
|
||||
"zip_versions": [
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -6,7 +6,12 @@
|
||||
"platform" : "linux",
|
||||
"platform_version": "24.04",
|
||||
"arch": "x64",
|
||||
"versions": []
|
||||
"versions": [
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*",
|
||||
"3.12.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "PyPy",
|
||||
@@ -22,15 +27,23 @@
|
||||
"url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json",
|
||||
"platform" : "linux",
|
||||
"arch": "x64",
|
||||
"versions": []
|
||||
"versions": [
|
||||
"16.*",
|
||||
"18.*",
|
||||
"20.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "go",
|
||||
"url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json",
|
||||
"arch": "x64",
|
||||
"platform" : "linux",
|
||||
"versions": [],
|
||||
"default": "*"
|
||||
"versions": [
|
||||
"1.20.*",
|
||||
"1.21.*",
|
||||
"1.22.*"
|
||||
],
|
||||
"default": "1.22.*"
|
||||
},
|
||||
{
|
||||
"name": "Ruby",
|
||||
@@ -48,6 +61,8 @@
|
||||
}
|
||||
],
|
||||
"java": {
|
||||
"default": "17",
|
||||
"versions": [ "8", "11", "17", "21"],
|
||||
"maven": "3.8.8"
|
||||
},
|
||||
"android": {
|
||||
@@ -78,11 +93,8 @@
|
||||
"azureModules": [
|
||||
{
|
||||
"name": "az",
|
||||
"url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json",
|
||||
"versions": [
|
||||
"11.5.0"
|
||||
],
|
||||
"zip_versions": [
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -110,6 +122,7 @@
|
||||
"gnupg2",
|
||||
"iproute2",
|
||||
"iputils-ping",
|
||||
"libyaml-dev",
|
||||
"libtool",
|
||||
"libssl-dev",
|
||||
"locales",
|
||||
@@ -121,6 +134,7 @@
|
||||
"rpm",
|
||||
"texinfo",
|
||||
"tk",
|
||||
"tree",
|
||||
"tzdata",
|
||||
"upx",
|
||||
"xvfb",
|
||||
@@ -221,7 +235,7 @@
|
||||
"17",
|
||||
"18"
|
||||
],
|
||||
"default_version": "17"
|
||||
"default_version": "18"
|
||||
},
|
||||
"gcc": {
|
||||
"versions": [
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Windows-2022] Multiple VC Build Tools will be removed on May, 13](https://github.com/actions/runner-images/issues/9701) |
|
||||
| [[Ubuntu, Windows] Docker Compose v1 will be removed from images on July, 9](https://github.com/actions/runner-images/issues/9692) |
|
||||
***
|
||||
# Windows Server 2019
|
||||
- OS Version: 10.0.17763 Build 5696
|
||||
- Image Version: 20240422.1.0
|
||||
- OS Version: 10.0.17763 Build 5830
|
||||
- Image Version: 20240526.1.0
|
||||
|
||||
## Windows features
|
||||
- Windows Subsystem for Linux (WSLv1): Enabled
|
||||
@@ -14,27 +13,27 @@
|
||||
|
||||
### Language and Runtime
|
||||
- Bash 5.2.26(1)-release
|
||||
- Go 1.21.9
|
||||
- Julia 1.10.2
|
||||
- Kotlin 1.9.23
|
||||
- Go 1.21.10
|
||||
- Julia 1.10.3
|
||||
- Kotlin 2.0.0
|
||||
- LLVM 16.0.6
|
||||
- Node 18.18.2
|
||||
- Node 18.20.3
|
||||
- Perl 5.32.1
|
||||
- PHP 8.3.6
|
||||
- PHP 8.3.7
|
||||
- Python 3.7.9
|
||||
- Ruby 3.0.6p216
|
||||
- Ruby 3.0.7p220
|
||||
|
||||
### Package Management
|
||||
- Chocolatey 2.2.2
|
||||
- Composer 2.7.3
|
||||
- Helm 3.14.3
|
||||
- Miniconda 24.3.0 (pre-installed on the image but not added to PATH)
|
||||
- NPM 9.8.1
|
||||
- NuGet 6.9.1.3
|
||||
- Composer 2.7.6
|
||||
- Helm 3.15.0
|
||||
- Miniconda 24.4.0 (pre-installed on the image but not added to PATH)
|
||||
- NPM 10.7.0
|
||||
- NuGet 6.10.0.107
|
||||
- pip 24.0 (python 3.7)
|
||||
- Pipx 1.2.1
|
||||
- RubyGems 3.2.33
|
||||
- Vcpkg (build from commit 9224b3bbd)
|
||||
- Vcpkg (build from commit 01f602195)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -47,31 +46,31 @@
|
||||
- Ant 1.10.14
|
||||
- Gradle 8.7
|
||||
- Maven 3.8.7
|
||||
- sbt 1.9.9
|
||||
- sbt 1.10.0
|
||||
|
||||
### Tools
|
||||
- 7zip 23.01
|
||||
- 7zip 24.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.24.0
|
||||
- Bazel 7.1.1
|
||||
- Bazel 7.1.2
|
||||
- Bazelisk 1.19.0
|
||||
- Bicep 0.26.170
|
||||
- Bicep 0.27.1
|
||||
- Cabal 3.10.3.0
|
||||
- CMake 3.29.2
|
||||
- CodeQL Action Bundle 2.17.0
|
||||
- CMake 3.29.3
|
||||
- CodeQL Action Bundle 2.17.3
|
||||
- Docker 24.0.7
|
||||
- Docker Compose v1 1.29.2
|
||||
- Docker Compose v2 2.23.3
|
||||
- Docker-wincred 0.8.1
|
||||
- ghc 9.8.2
|
||||
- Git 2.44.0.windows.1
|
||||
- Git LFS 3.4.1
|
||||
- Google Cloud CLI 472.0.0
|
||||
- Docker-wincred 0.8.2
|
||||
- ghc 9.10.1
|
||||
- Git 2.45.1.windows.1
|
||||
- Git LFS 3.5.1
|
||||
- Google Cloud CLI 477.0.0
|
||||
- ImageMagick 7.1.1-29
|
||||
- InnoSetup 6.2.2
|
||||
- jq 1.7.1
|
||||
- Kind 0.22.0
|
||||
- Kubectl 1.30.0
|
||||
- Kind 0.23.0
|
||||
- Kubectl 1.30.1
|
||||
- Mercurial 5.0
|
||||
- gcc 8.1.0
|
||||
- gdb 8.1
|
||||
@@ -79,12 +78,12 @@
|
||||
- Newman 6.1.2
|
||||
- NSIS 3.10
|
||||
- OpenSSL 1.1.1w
|
||||
- Packer 1.10.2
|
||||
- Packer 1.10.3
|
||||
- Parcel 2.12.0
|
||||
- Pulumi 3.113.3
|
||||
- R 4.3.3
|
||||
- Pulumi 3.117.0
|
||||
- R 4.4.0
|
||||
- Service Fabric SDK 9.1.1436.9590
|
||||
- Stack 2.15.5
|
||||
- Stack 2.15.7
|
||||
- Subversion (SVN) 1.14.2
|
||||
- Swig 4.1.1
|
||||
- VSWhere 3.1.7
|
||||
@@ -94,38 +93,38 @@
|
||||
- zstd 1.5.6
|
||||
|
||||
### CLI Tools
|
||||
- Alibaba Cloud CLI 3.0.202
|
||||
- AWS CLI 2.15.40
|
||||
- AWS SAM CLI 1.115.0
|
||||
- Alibaba Cloud CLI 3.0.207
|
||||
- AWS CLI 2.15.58
|
||||
- AWS SAM CLI 1.117.0
|
||||
- AWS Session Manager CLI 1.2.553.0
|
||||
- Azure CLI 2.59.0
|
||||
- Azure DevOps CLI extension 1.0.0
|
||||
- Azure CLI 2.61.0
|
||||
- Azure DevOps CLI extension 1.0.1
|
||||
- Cloud Foundry CLI 6.53.0
|
||||
- GitHub CLI 2.48.0
|
||||
- GitHub CLI 2.49.2
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.77.2
|
||||
- Rust 1.77.2
|
||||
- Rustdoc 1.77.2
|
||||
- Rustup 1.27.0
|
||||
- Cargo 1.78.0
|
||||
- Rust 1.78.0
|
||||
- Rustdoc 1.78.0
|
||||
- Rustup 1.27.1
|
||||
|
||||
#### Packages
|
||||
- bindgen 0.69.4
|
||||
- cargo-audit 0.20.0
|
||||
- cargo-outdated 0.15.0
|
||||
- cbindgen 0.26.0
|
||||
- Clippy 0.1.77
|
||||
- Clippy 0.1.78
|
||||
- Rustfmt 1.7.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 124.0.6367.61
|
||||
- Chrome Driver 124.0.6367.60
|
||||
- Microsoft Edge 124.0.2478.51
|
||||
- Microsoft Edge Driver 124.0.2478.51
|
||||
- Mozilla Firefox 125.0.1
|
||||
- Google Chrome 125.0.6422.113
|
||||
- Chrome Driver 125.0.6422.78
|
||||
- Microsoft Edge 125.0.2535.67
|
||||
- Microsoft Edge Driver 125.0.2535.67
|
||||
- Mozilla Firefox 126.0
|
||||
- Gecko Driver 0.34.0
|
||||
- IE Driver 4.14.0.0
|
||||
- Selenium server 4.19.0
|
||||
- Selenium server 4.21.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -151,7 +150,7 @@
|
||||
| wslbash.exe | C:\Windows\System32\bash.exe |
|
||||
|
||||
### MSYS2
|
||||
- Pacman 6.0.2
|
||||
- Pacman 6.1.0
|
||||
|
||||
#### Notes
|
||||
```
|
||||
@@ -167,13 +166,13 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.9
|
||||
- 1.22.2
|
||||
- 1.21.10
|
||||
- 1.22.3
|
||||
|
||||
#### Node.js
|
||||
- 16.20.2
|
||||
- 18.20.2
|
||||
- 20.12.2
|
||||
- 18.20.3
|
||||
- 20.13.1
|
||||
|
||||
#### Python
|
||||
- 3.7.9
|
||||
@@ -184,16 +183,16 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
- 3.12.3
|
||||
|
||||
#### PyPy
|
||||
- 2.7.18 [PyPy 7.3.15]
|
||||
- 2.7.18 [PyPy 7.3.16]
|
||||
- 3.6.12 [PyPy 7.3.3]
|
||||
- 3.7.13 [PyPy 7.3.9]
|
||||
- 3.8.16 [PyPy 7.3.11]
|
||||
- 3.9.18 [PyPy 7.3.15]
|
||||
- 3.10.13 [PyPy 7.3.15]
|
||||
- 3.9.19 [PyPy 7.3.16]
|
||||
- 3.10.14 [PyPy 7.3.16]
|
||||
|
||||
#### Ruby
|
||||
- 3.0.6
|
||||
- 3.1.4
|
||||
- 3.0.7
|
||||
- 3.1.5
|
||||
|
||||
### Databases
|
||||
|
||||
@@ -201,7 +200,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Property | Value |
|
||||
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| ServiceName | postgresql-x64-14 |
|
||||
| Version | 14.11 |
|
||||
| Version | 14.12 |
|
||||
| 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 |
|
||||
@@ -215,7 +214,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| 5.0.26.0 | MongoDB | Stopped | Disabled |
|
||||
|
||||
### Database tools
|
||||
- Azure CosmosDb Emulator 2.14.16.0
|
||||
- Azure CosmosDb Emulator 2.14.18.0
|
||||
- DacFx 162.2.111.2
|
||||
- MySQL 5.7.44.0
|
||||
- SQL OLEDB Driver 18.6.7.0
|
||||
@@ -230,12 +229,12 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
### Visual Studio Enterprise 2019
|
||||
| Name | Version | Path |
|
||||
| ----------------------------- | -------------- | -------------------------------------------------------------- |
|
||||
| Visual Studio Enterprise 2019 | 16.11.34729.46 | C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise |
|
||||
| Visual Studio Enterprise 2019 | 16.11.34902.97 | C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise |
|
||||
|
||||
#### Workloads, components and extensions
|
||||
| Package | Version |
|
||||
| ------------------------------------------------------------------------- | --------------- |
|
||||
| Component.Android.NDK.R16B | 16.11.34728.71 |
|
||||
| Component.Android.NDK.R16B | 16.11.34827.16 |
|
||||
| Component.Android.SDK25.Private | 16.0.28625.61 |
|
||||
| Component.Android.SDK30 | 16.10.31205.252 |
|
||||
| Component.Ant | 1.9.3.8 |
|
||||
@@ -293,7 +292,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Microsoft.VisualStudio.Component.AppInsights.Tools | 16.5.29515.121 |
|
||||
| Microsoft.VisualStudio.Component.AspNet45 | 16.10.31205.252 |
|
||||
| Microsoft.VisualStudio.Component.Azure.AuthoringTools | 16.11.31827.77 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ClientLibs | 16.0.28315.86 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ClientLibs | 16.11.34829.67 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Compute.Emulator | 16.11.31827.77 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Kubernetes.Tools | 16.10.31205.252 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Powershell | 16.5.29515.121 |
|
||||
@@ -422,7 +421,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Microsoft.VisualStudio.ComponentGroup.Azure.Prerequisites | 16.10.31303.231 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Azure.ResourceManager.Tools | 16.0.28528.71 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.AzureFunctions | 16.10.31205.180 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging | 16.10.31205.180 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging | 16.11.34827.16 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core | 16.2.29012.281 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Llvm.Clang | 16.11.31603.221 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.UWP.NetCoreAndStandard | 16.11.33214.272 |
|
||||
@@ -476,10 +475,10 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Microsoft Visual C++ 2013 Minimum Runtime | x86 | 12.0.21005 |
|
||||
| Microsoft Visual C++ 2019 Debug Runtime | x64 | 14.29.30153 |
|
||||
| Microsoft Visual C++ 2019 Debug Runtime | x86 | 14.29.30153 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x64 | 14.38.33135 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x64 | 14.38.33135 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x86 | 14.38.33135 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x86 | 14.38.33135 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x64 | 14.40.33810 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x64 | 14.40.33810 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x86 | 14.40.33810 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x86 | 14.40.33810 |
|
||||
|
||||
#### Installed Windows SDKs
|
||||
- 10.0.14393.0
|
||||
@@ -493,11 +492,11 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
- 10.0.22621.0
|
||||
|
||||
### .NET Core Tools
|
||||
- .NET Core SDK: 6.0.129, 6.0.203, 6.0.321, 6.0.421, 7.0.118, 7.0.203, 7.0.315, 7.0.408
|
||||
- .NET Core SDK: 6.0.130, 6.0.203, 6.0.321, 6.0.422, 7.0.119, 7.0.203, 7.0.316, 7.0.409, 8.0.105, 8.0.205, 8.0.300
|
||||
- .NET Framework: 4.7.2, 4.8
|
||||
- Microsoft.AspNetCore.App: 6.0.5, 6.0.26, 6.0.29, 7.0.5, 7.0.18
|
||||
- Microsoft.NETCore.App: 6.0.5, 6.0.26, 6.0.29, 7.0.5, 7.0.18
|
||||
- Microsoft.WindowsDesktop.App: 6.0.5, 6.0.26, 6.0.29, 7.0.5, 7.0.18
|
||||
- Microsoft.AspNetCore.App: 6.0.5, 6.0.26, 6.0.30, 7.0.5, 7.0.19, 8.0.5
|
||||
- Microsoft.NETCore.App: 6.0.5, 6.0.26, 6.0.30, 7.0.5, 7.0.19, 8.0.5
|
||||
- Microsoft.WindowsDesktop.App: 6.0.5, 6.0.26, 6.0.30, 7.0.5, 7.0.19, 8.0.5
|
||||
- nbgv 3.6.133+2d32d93cb1
|
||||
|
||||
### PowerShell Tools
|
||||
@@ -509,10 +508,10 @@ 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.562
|
||||
- AWSPowershell: 4.1.587
|
||||
- DockerMsftProvider: 1.0.0.8
|
||||
- MarkdownPS: 1.9
|
||||
- Microsoft.Graph: 2.17.0
|
||||
- Microsoft.Graph: 2.19.0
|
||||
- Pester: 3.4.0, 5.5.0
|
||||
- PowerShellGet: 1.0.0.1, 2.2.5
|
||||
- PSScriptAnalyzer: 1.22.0
|
||||
@@ -552,9 +551,9 @@ All other versions are saved but not installed.
|
||||
### Cached Docker images
|
||||
| Repository:Tag | Digest | Created |
|
||||
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------ | ---------- |
|
||||
| mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2019 | sha256:21e238b7a784c14fb02717859a9ac0cb39109c15e1a340400d3e3c2cccbc081d | 2024-04-09 |
|
||||
| mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2019 | sha256:504e7de522e227c46da6408894c19a4454b9979ab06b8577dae1fa5885795450 | 2024-04-09 |
|
||||
| mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019 | sha256:46e393cbb7c915c504a810639e35f40cb516f8e886e4cbcf8a3b49f86705a070 | 2024-04-09 |
|
||||
| mcr.microsoft.com/windows/nanoserver:1809 | sha256:9118c25a81609f13b441411f006b7cb6dd50958303e228f53914bebd8056d2e1 | 2024-04-06 |
|
||||
| mcr.microsoft.com/windows/servercore:ltsc2019 | sha256:6fdf140282a2f809dae9b13fe441635867f0a27c33a438771673b8da8f3348a4 | 2024-04-06 |
|
||||
| mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2019 | sha256:b7be163b2b65da14d4552cc03037134a89d9d739200e0ffeb84bd03e378e0d7a | 2024-05-14 |
|
||||
| mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2019 | sha256:a49ce9e1f3138559b80d570e1607df34306bb4c5e36b99e4e20a36c34d3a8c2e | 2024-05-14 |
|
||||
| mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019 | sha256:0d1c957268d62a7c23e93d5502a858785dd15f36fbc09a534ca3135dd530e2fd | 2024-05-21 |
|
||||
| mcr.microsoft.com/windows/nanoserver:1809 | sha256:6f62243adf70b086613cb4b4596c276fe73bab1e5152037eb5b156c915886be8 | 2024-05-10 |
|
||||
| mcr.microsoft.com/windows/servercore:ltsc2019 | sha256:3c97a5c1c32ddb346c190f00a588da6e682a9a8160869f4969edfd7c6e4d1c03 | 2024-05-10 |
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
| [[Ubuntu, Windows] Docker Compose v1 will be removed from images on July, 9](https://github.com/actions/runner-images/issues/9692) |
|
||||
***
|
||||
# Windows Server 2022
|
||||
- OS Version: 10.0.20348 Build 2402
|
||||
- Image Version: 20240421.1.0
|
||||
- OS Version: 10.0.20348 Build 2461
|
||||
- Image Version: 20240514.3.0
|
||||
|
||||
## Windows features
|
||||
- Windows Subsystem for Linux (WSLv1): Enabled
|
||||
@@ -14,27 +14,27 @@
|
||||
|
||||
### Language and Runtime
|
||||
- Bash 5.2.26(1)-release
|
||||
- Go 1.21.9
|
||||
- Julia 1.10.2
|
||||
- Kotlin 1.9.23
|
||||
- Go 1.21.10
|
||||
- Julia 1.10.3
|
||||
- Kotlin 1.9.24
|
||||
- LLVM 16.0.6
|
||||
- Node 18.18.2
|
||||
- Node 18.20.2
|
||||
- Perl 5.32.1
|
||||
- PHP 8.3.6
|
||||
- PHP 8.3.7
|
||||
- Python 3.9.13
|
||||
- Ruby 3.0.6p216
|
||||
- Ruby 3.0.7p220
|
||||
|
||||
### Package Management
|
||||
- Chocolatey 2.2.2
|
||||
- Composer 2.7.3
|
||||
- Helm 3.14.3
|
||||
- Composer 2.7.6
|
||||
- Helm 3.14.4
|
||||
- Miniconda 24.3.0 (pre-installed on the image but not added to PATH)
|
||||
- NPM 9.8.1
|
||||
- NPM 10.5.0
|
||||
- NuGet 6.9.1.3
|
||||
- pip 24.0 (python 3.9)
|
||||
- Pipx 1.5.0
|
||||
- RubyGems 3.2.33
|
||||
- Vcpkg (build from commit 9224b3bbd)
|
||||
- Vcpkg (build from commit bd2b54836)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -47,29 +47,29 @@
|
||||
- Ant 1.10.14
|
||||
- Gradle 8.7
|
||||
- Maven 3.8.7
|
||||
- sbt 1.9.9
|
||||
- sbt 1.10.0
|
||||
|
||||
### Tools
|
||||
- 7zip 23.01
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.24.0
|
||||
- Bazel 7.1.1
|
||||
- Bazel 7.1.2
|
||||
- Bazelisk 1.19.0
|
||||
- Bicep 0.26.170
|
||||
- Bicep 0.27.1
|
||||
- Cabal 3.10.3.0
|
||||
- CMake 3.29.2
|
||||
- CodeQL Action Bundle 2.17.0
|
||||
- CMake 3.29.3
|
||||
- CodeQL Action Bundle 2.17.2
|
||||
- Docker 24.0.7
|
||||
- Docker Compose v1 1.29.2
|
||||
- Docker Compose v2 2.23.3
|
||||
- Docker-wincred 0.8.1
|
||||
- ghc 9.8.2
|
||||
- Git 2.44.0.windows.1
|
||||
- Git LFS 3.4.1
|
||||
- ghc 9.10.1
|
||||
- Git 2.45.1.windows.1
|
||||
- Git LFS 3.5.1
|
||||
- ImageMagick 7.1.1-29
|
||||
- InnoSetup 6.2.2
|
||||
- jq 1.7.1
|
||||
- Kind 0.22.0
|
||||
- Kind 0.23.0
|
||||
- Kubectl 1.30.0
|
||||
- Mercurial 5.0
|
||||
- gcc 12.2.0
|
||||
@@ -79,10 +79,10 @@
|
||||
- NSIS 3.10
|
||||
- OpenSSL 1.1.1w
|
||||
- Packer 1.10.2
|
||||
- Pulumi 3.113.3
|
||||
- R 4.3.3
|
||||
- Pulumi 3.116.0
|
||||
- R 4.4.0
|
||||
- Service Fabric SDK 9.1.1436.9590
|
||||
- Stack 2.15.5
|
||||
- Stack 2.15.7
|
||||
- Subversion (SVN) 1.14.2
|
||||
- Swig 4.1.1
|
||||
- VSWhere 3.1.7
|
||||
@@ -92,37 +92,37 @@
|
||||
- zstd 1.5.6
|
||||
|
||||
### CLI Tools
|
||||
- Alibaba Cloud CLI 3.0.202
|
||||
- AWS CLI 2.15.40
|
||||
- AWS SAM CLI 1.115.0
|
||||
- Alibaba Cloud CLI 3.0.205
|
||||
- AWS CLI 2.15.48
|
||||
- AWS SAM CLI 1.116.0
|
||||
- AWS Session Manager CLI 1.2.553.0
|
||||
- Azure CLI 2.59.0
|
||||
- Azure CLI 2.60.0
|
||||
- Azure DevOps CLI extension 1.0.0
|
||||
- GitHub CLI 2.48.0
|
||||
- GitHub CLI 2.49.2
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.77.2
|
||||
- Rust 1.77.2
|
||||
- Rustdoc 1.77.2
|
||||
- Rustup 1.27.0
|
||||
- Cargo 1.78.0
|
||||
- Rust 1.78.0
|
||||
- Rustdoc 1.78.0
|
||||
- Rustup 1.27.1
|
||||
|
||||
#### Packages
|
||||
- bindgen 0.69.4
|
||||
- cargo-audit 0.20.0
|
||||
- cargo-outdated 0.15.0
|
||||
- cbindgen 0.26.0
|
||||
- Clippy 0.1.77
|
||||
- Clippy 0.1.78
|
||||
- Rustfmt 1.7.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 124.0.6367.61
|
||||
- Chrome Driver 124.0.6367.60
|
||||
- Microsoft Edge 124.0.2478.51
|
||||
- Microsoft Edge Driver 124.0.2478.51
|
||||
- Mozilla Firefox 125.0.1
|
||||
- Google Chrome 124.0.6367.208
|
||||
- Chrome Driver 124.0.6367.207
|
||||
- Microsoft Edge 124.0.2478.97
|
||||
- Microsoft Edge Driver 124.0.2478.97
|
||||
- Mozilla Firefox 126.0
|
||||
- Gecko Driver 0.34.0
|
||||
- IE Driver 4.14.0.0
|
||||
- Selenium server 4.19.0
|
||||
- Selenium server 4.20.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -148,7 +148,7 @@
|
||||
| wslbash.exe | C:\Windows\System32\bash.exe |
|
||||
|
||||
### MSYS2
|
||||
- Pacman 6.0.2
|
||||
- Pacman 6.1.0
|
||||
|
||||
#### Notes
|
||||
```
|
||||
@@ -161,13 +161,13 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.9
|
||||
- 1.22.2
|
||||
- 1.21.10
|
||||
- 1.22.3
|
||||
|
||||
#### Node.js
|
||||
- 16.20.2
|
||||
- 18.20.2
|
||||
- 20.12.2
|
||||
- 20.13.1
|
||||
|
||||
#### Python
|
||||
- 3.7.9
|
||||
@@ -178,15 +178,15 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
- 3.12.3
|
||||
|
||||
#### PyPy
|
||||
- 2.7.18 [PyPy 7.3.15]
|
||||
- 2.7.18 [PyPy 7.3.16]
|
||||
- 3.7.13 [PyPy 7.3.9]
|
||||
- 3.8.16 [PyPy 7.3.11]
|
||||
- 3.9.18 [PyPy 7.3.15]
|
||||
- 3.10.13 [PyPy 7.3.15]
|
||||
- 3.9.19 [PyPy 7.3.16]
|
||||
- 3.10.14 [PyPy 7.3.16]
|
||||
|
||||
#### Ruby
|
||||
- 3.0.6
|
||||
- 3.1.4
|
||||
- 3.0.7
|
||||
- 3.1.5
|
||||
|
||||
### Databases
|
||||
|
||||
@@ -194,7 +194,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Property | Value |
|
||||
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| ServiceName | postgresql-x64-14 |
|
||||
| Version | 14.11 |
|
||||
| Version | 14.12 |
|
||||
| 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 |
|
||||
@@ -210,7 +210,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
### Database tools
|
||||
- Azure CosmosDb Emulator 2.14.16.0
|
||||
- DacFx 162.2.111.2
|
||||
- MySQL 8.0.36.0
|
||||
- MySQL 8.0.37.0
|
||||
- SQL OLEDB Driver 18.6.7.0
|
||||
- SQLPS 1.0
|
||||
|
||||
@@ -221,9 +221,9 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Nginx | 1.25.5 | C:\tools\nginx-1.25.5\conf\nginx.conf | nginx | Stopped | 80 |
|
||||
|
||||
### Visual Studio Enterprise 2022
|
||||
| Name | Version | Path |
|
||||
| ----------------------------- | -------------- | -------------------------------------------------------- |
|
||||
| Visual Studio Enterprise 2022 | 17.9.34728.123 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
|
||||
| Name | Version | Path |
|
||||
| ----------------------------- | ------------- | -------------------------------------------------------- |
|
||||
| Visual Studio Enterprise 2022 | 17.9.34902.65 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
|
||||
|
||||
#### Workloads, components and extensions
|
||||
| Package | Version |
|
||||
@@ -254,7 +254,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Component.VSInstallerProjects2022 | 2.0.1 |
|
||||
| Component.WixToolset.VisualStudioExtension.Dev17 | 1.0.0.22 |
|
||||
| Component.WixToolset.VisualStudioExtension.Schemas3 | 1.0.0.22 |
|
||||
| Component.Xamarin | 17.9.34511.75 |
|
||||
| Component.Xamarin | 17.9.34902.65 |
|
||||
| Component.Xamarin.RemotedSimulator | 17.9.34511.75 |
|
||||
| ios | 17.2.8004.0 |
|
||||
| maccatalyst | 17.2.8004.0 |
|
||||
@@ -284,20 +284,20 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Microsoft.Net.ComponentGroup.4.8.DeveloperTools | 17.9.34511.75 |
|
||||
| Microsoft.Net.ComponentGroup.DevelopmentPrerequisites | 17.9.34511.75 |
|
||||
| Microsoft.Net.ComponentGroup.TargetingPacks.Common | 17.9.34511.75 |
|
||||
| microsoft.net.runtime.android | 8.0.424.16909 |
|
||||
| microsoft.net.runtime.android.aot | 8.0.424.16909 |
|
||||
| microsoft.net.runtime.android.aot.net7 | 8.0.424.16909 |
|
||||
| microsoft.net.runtime.android.net7 | 8.0.424.16909 |
|
||||
| microsoft.net.runtime.ios | 8.0.424.16909 |
|
||||
| microsoft.net.runtime.ios.net7 | 8.0.424.16909 |
|
||||
| microsoft.net.runtime.maccatalyst | 8.0.424.16909 |
|
||||
| microsoft.net.runtime.maccatalyst.net7 | 8.0.424.16909 |
|
||||
| microsoft.net.runtime.mono.tooling | 8.0.424.16909 |
|
||||
| microsoft.net.runtime.mono.tooling.net7 | 8.0.424.16909 |
|
||||
| microsoft.net.sdk.emscripten | 8.0.10.16301 |
|
||||
| microsoft.net.runtime.android | 8.0.524.21615 |
|
||||
| microsoft.net.runtime.android.aot | 8.0.524.21615 |
|
||||
| microsoft.net.runtime.android.aot.net7 | 8.0.524.21615 |
|
||||
| microsoft.net.runtime.android.net7 | 8.0.524.21615 |
|
||||
| microsoft.net.runtime.ios | 8.0.524.21615 |
|
||||
| microsoft.net.runtime.ios.net7 | 8.0.524.21615 |
|
||||
| microsoft.net.runtime.maccatalyst | 8.0.524.21615 |
|
||||
| microsoft.net.runtime.maccatalyst.net7 | 8.0.524.21615 |
|
||||
| microsoft.net.runtime.mono.tooling | 8.0.524.21615 |
|
||||
| microsoft.net.runtime.mono.tooling.net7 | 8.0.524.21615 |
|
||||
| microsoft.net.sdk.emscripten | 8.0.10.21103 |
|
||||
| Microsoft.NetCore.Component.DevelopmentTools | 17.9.34511.75 |
|
||||
| Microsoft.NetCore.Component.Runtime.8.0 | 17.9.34728.123 |
|
||||
| Microsoft.NetCore.Component.SDK | 17.9.34728.123 |
|
||||
| Microsoft.NetCore.Component.Runtime.8.0 | 17.9.34902.65 |
|
||||
| Microsoft.NetCore.Component.SDK | 17.9.34902.65 |
|
||||
| Microsoft.NetCore.Component.Web | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.AppInsights.Tools | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.AspNet | 17.9.34511.75 |
|
||||
@@ -364,59 +364,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Microsoft.VisualStudio.Component.UWP.VC.ARM64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.UWP.VC.ARM64EC | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM64.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.MFC | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.MFC.ARM | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.MFC.ARM.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.MFC.ARM64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.MFC.ARM64.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.MFC.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.38.17.8.ARM | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.38.17.8.ARM.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.38.17.8.ARM64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.38.17.8.ARM64.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL.ARM | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL.ARM.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL.ARM64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL.ARM64.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.38.17.8.MFC | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.38.17.8.MFC.ARM | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.38.17.8.MFC.ARM.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.38.17.8.MFC.ARM64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.38.17.8.MFC.ARM64.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.38.17.8.MFC.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.39.17.9.ARM | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.39.17.9.ARM.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.39.17.9.ARM64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.39.17.9.ARM64.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.39.17.9.ATL | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.39.17.9.ATL.ARM | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.39.17.9.ATL.ARM.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.39.17.9.ATL.ARM64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.39.17.9.ATL.ARM64.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.39.17.9.ATL.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.39.17.9.MFC | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.39.17.9.MFC.ARM | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.39.17.9.MFC.ARM.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.39.17.9.MFC.ARM64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.39.17.9.MFC.ARM64.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.39.17.9.MFC.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.39.17.9.x86.x64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.39.17.9.x86.x64.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.ASAN | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM | 17.9.34511.75 |
|
||||
@@ -449,16 +397,6 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.ARM64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.ARM64EC | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.x86.x64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.v141.ARM | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.v141.ARM.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.v141.ARM64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.v141.ARM64.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.v141.ATL | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.v141.ATL.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.v141.MFC | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.v141.MFC.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.v141.x86.x64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.v141.x86.x64.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Vcpkg | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VSSDK | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Wcf.Tooling | 17.9.34511.75 |
|
||||
@@ -515,14 +453,14 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Microsoft.VisualStudio.Workload.Python | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Workload.Universal | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Workload.VisualStudioExtension | 17.9.34511.75 |
|
||||
| runtimes.ios | 8.0.424.16909 |
|
||||
| runtimes.ios.net7 | 8.0.424.16909 |
|
||||
| runtimes.maccatalyst | 8.0.424.16909 |
|
||||
| runtimes.maccatalyst.net7 | 8.0.424.16909 |
|
||||
| wasm.tools | 8.0.424.16909 |
|
||||
| runtimes.ios | 8.0.524.21615 |
|
||||
| runtimes.ios.net7 | 8.0.524.21615 |
|
||||
| runtimes.maccatalyst | 8.0.524.21615 |
|
||||
| runtimes.maccatalyst.net7 | 8.0.524.21615 |
|
||||
| wasm.tools | 8.0.524.21615 |
|
||||
| ProBITools.MicrosoftAnalysisServicesModelingProjects2022 | 3.0.4 |
|
||||
| ProBITools.MicrosoftReportProjectsforVisualStudio2022 | 3.0.1 |
|
||||
| SSIS.MicrosoftDataToolsIntegrationServices | 1.3.2 |
|
||||
| SSIS.MicrosoftDataToolsIntegrationServices | 1.4 |
|
||||
| VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects | 2.0.1 |
|
||||
| Windows Driver Kit | 10.1.22621.2428 |
|
||||
| Windows Driver Kit Visual Studio Extension | 10.0.22621.0 |
|
||||
@@ -549,11 +487,11 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
- 10.0.22621.0
|
||||
|
||||
### .NET Core Tools
|
||||
- .NET Core SDK: 6.0.129, 6.0.203, 6.0.321, 6.0.421, 7.0.118, 7.0.203, 7.0.315, 7.0.408, 8.0.204
|
||||
- .NET Core SDK: 6.0.130, 6.0.203, 6.0.321, 6.0.422, 7.0.119, 7.0.203, 7.0.316, 7.0.409, 8.0.205
|
||||
- .NET Framework: 4.8, 4.8.1
|
||||
- Microsoft.AspNetCore.App: 6.0.5, 6.0.26, 6.0.29, 7.0.5, 7.0.18, 8.0.4
|
||||
- Microsoft.NETCore.App: 6.0.5, 6.0.26, 6.0.29, 7.0.5, 7.0.18, 8.0.4
|
||||
- Microsoft.WindowsDesktop.App: 6.0.5, 6.0.26, 6.0.29, 7.0.5, 7.0.18, 8.0.4
|
||||
- Microsoft.AspNetCore.App: 6.0.5, 6.0.26, 6.0.29, 6.0.30, 7.0.5, 7.0.19, 8.0.5
|
||||
- Microsoft.NETCore.App: 6.0.5, 6.0.26, 6.0.29, 6.0.30, 7.0.5, 7.0.19, 8.0.5
|
||||
- Microsoft.WindowsDesktop.App: 6.0.5, 6.0.26, 6.0.30, 7.0.5, 7.0.19, 8.0.5
|
||||
- nbgv 3.6.133+2d32d93cb1
|
||||
|
||||
### PowerShell Tools
|
||||
@@ -565,10 +503,10 @@ 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.562
|
||||
- AWSPowershell: 4.1.578
|
||||
- DockerMsftProvider: 1.0.0.8
|
||||
- MarkdownPS: 1.9
|
||||
- Microsoft.Graph: 2.17.0
|
||||
- Microsoft.Graph: 2.19.0
|
||||
- Pester: 3.4.0, 5.5.0
|
||||
- PowerShellGet: 1.0.0.1, 2.2.5
|
||||
- PSScriptAnalyzer: 1.22.0
|
||||
@@ -611,6 +549,6 @@ All other versions are saved but not installed.
|
||||
| mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2022 | sha256:9463c19c08f8855d5520f488e858f9c0ca832c04740ab1a3e204c9fbfab4581b | 2024-04-09 |
|
||||
| mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2022 | sha256:b732b5349aa99af46c02c2cc25e162d083cbe62f455875b35d5c3053c1cd75ce | 2024-04-09 |
|
||||
| mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2022 | sha256:51c056c03b12aa8004e6d7909e5bdf7b699502d89fc8fc861edbbbcd78cf16bd | 2024-04-09 |
|
||||
| mcr.microsoft.com/windows/nanoserver:ltsc2022 | sha256:6223f3a17f2652064c56ca55aaef866177d58d6a1c526636ac2120685df5466d | 2024-04-05 |
|
||||
| mcr.microsoft.com/windows/servercore:ltsc2022 | sha256:5d09ffa90d91a46e2fe7652b0a37cbf5217f34a819c3d71cbe635dae8226061b | 2024-04-05 |
|
||||
| mcr.microsoft.com/windows/nanoserver:ltsc2022 | sha256:ac6a7571d5a404398e2f734d92f9b8f580a4fe1e6ae1820a61c5f138b1bdeff3 | 2024-05-10 |
|
||||
| mcr.microsoft.com/windows/servercore:ltsc2022 | sha256:45952938708fbde6ec0b5b94de68bcdec3f8c838be018536b1e9e5bd95e6b943 | 2024-05-10 |
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ Install-ChocoPackage awscli
|
||||
Install-Binary `
|
||||
-Url "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/windows/SessionManagerPluginSetup.exe" `
|
||||
-InstallArgs ("/silent", "/install") `
|
||||
-ExpectedSignature "FF457E5732E98A9F156E657F8CC7C4432507C3BB"
|
||||
-ExpectedSignature "75A5FB4D02FCB2AB799718F315BAAA3103E9D60C"
|
||||
$env:Path = $env:Path + ";$env:ProgramFiles\Amazon\SessionManagerPlugin\bin"
|
||||
|
||||
# Install AWS SAM CLI
|
||||
|
||||
@@ -119,6 +119,9 @@ $buildToolsList = Get-AndroidBuildToolPackages `
|
||||
-minVersion $androidToolset.build_tools_min_version
|
||||
Install-AndroidSDKPackages $buildToolsList
|
||||
|
||||
# Install Android Emulator
|
||||
Install-AndroidSDKPackages "emulator"
|
||||
|
||||
# Install extras, add-ons and additional tools
|
||||
Write-Host "Installing Android SDK extras, add-ons and additional tools..."
|
||||
Install-AndroidSDKPackages ($androidToolset.extras | ForEach-Object { "extras;$_" })
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
|
||||
Install-Binary -Type MSI `
|
||||
-Url "https://aka.ms/cosmosdb-emulator" `
|
||||
-ExpectedSignature "C2048FB509F1C37A8C3E9EC6648118458AA01780"
|
||||
-ExpectedSHA256Sum "34D8E1968A868CEBBC31D1484C473FC61D3174D6C3B9AB71D4CE94F6618D7670"
|
||||
|
||||
Invoke-PesterTests -TestFile "Tools" -TestName "Azure Cosmos DB Emulator"
|
||||
|
||||
@@ -13,7 +13,7 @@ Add-MachinePathItem 'C:\ProgramData\Chocolatey\bin'
|
||||
Update-Environment
|
||||
|
||||
# Verify and run choco installer
|
||||
$signatureThumbprint = "83AC7D88C66CB8680BCE802E0F0F5C179722764B"
|
||||
$signatureThumbprint = "B009C875F4E10FFBC62B785BAF4FC4D6BC2D5711"
|
||||
$installScriptPath = Invoke-DownloadWithRetry 'https://chocolatey.org/install.ps1'
|
||||
Test-FileSignature -Path $installScriptPath -ExpectedThumbprint $signatureThumbprint
|
||||
Invoke-Expression $installScriptPath
|
||||
|
||||
@@ -44,15 +44,6 @@ Function Install-VisualStudio {
|
||||
Test-FileSignature -Path $bootstrapperFilePath -ExpectedThumbprint $SignatureThumbprint
|
||||
|
||||
try {
|
||||
Write-Host "Enable short name support on Windows needed for Xamarin Android AOT, defaults appear to have been changed in Azure VMs"
|
||||
$shortNameEnableProcess = Start-Process -FilePath fsutil.exe -ArgumentList ('8dot3name', 'set', '0') -Wait -PassThru
|
||||
|
||||
$shortNameEnableExitCode = $shortNameEnableProcess.ExitCode
|
||||
if ($shortNameEnableExitCode -ne 0) {
|
||||
Write-Host "Enabling short name support on Windows failed. This needs to be enabled prior to VS 2017 install for Xamarin Andriod AOT to work."
|
||||
exit $shortNameEnableExitCode
|
||||
}
|
||||
|
||||
$responseData = @{
|
||||
"channelUri" = $channelUri
|
||||
"channelId" = $channelId
|
||||
|
||||
@@ -410,7 +410,8 @@
|
||||
"dotnet": {
|
||||
"versions": [
|
||||
"6.0",
|
||||
"7.0"
|
||||
"7.0",
|
||||
"8.0"
|
||||
],
|
||||
"tools": [
|
||||
{ "name": "nbgv", "test": "nbgv --version", "getversion": "nbgv --version" }
|
||||
|
||||
@@ -176,7 +176,7 @@
|
||||
"subversion" : "17",
|
||||
"edition" : "Enterprise",
|
||||
"channel": "release",
|
||||
"signature": "F9A7CF9FBE13BAC767F4781061332DA6E8B4E0EE",
|
||||
"signature": "C2048FB509F1C37A8C3E9EC6648118458AA01780",
|
||||
"workloads": [
|
||||
"Component.Dotfuscator",
|
||||
"Component.Linux.CMake",
|
||||
@@ -207,85 +207,31 @@
|
||||
"Microsoft.VisualStudio.Component.VC.DiagnosticTools",
|
||||
"Microsoft.VisualStudio.Component.VC.Llvm.Clang",
|
||||
"Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset",
|
||||
"Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest",
|
||||
"Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest",
|
||||
"Microsoft.VisualStudio.Component.VC.Tools.ARM",
|
||||
"Microsoft.VisualStudio.Component.VC.Tools.ARM64",
|
||||
"Microsoft.VisualStudio.Component.VC.Tools.ARM64EC",
|
||||
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
|
||||
"Microsoft.VisualStudio.Component.VC.Modules.x86.x64",
|
||||
"Microsoft.VisualStudio.Component.VC.Redist.MSM",
|
||||
"Microsoft.VisualStudio.Component.VC.Runtimes.ARM.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.Runtimes.ARM64.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.Runtimes.ARM64EC.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest",
|
||||
"Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest",
|
||||
"Microsoft.VisualStudio.Component.VC.Tools.ARM",
|
||||
"Microsoft.VisualStudio.Component.VC.MFC.ARM",
|
||||
"Microsoft.VisualStudio.Component.VC.MFC.ARM.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.ATL.ARM64",
|
||||
"Microsoft.VisualStudio.Component.VC.ATL.ARM64.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.MFC.ARM64",
|
||||
"Microsoft.VisualStudio.Component.VC.MFC.ARM64.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.Modules.x86.x64",
|
||||
"Microsoft.VisualStudio.Component.VC.Tools.ARM64",
|
||||
"Microsoft.VisualStudio.Component.VC.Tools.ARM64EC",
|
||||
"Microsoft.VisualStudio.Component.VC.Redist.MSM",
|
||||
"Microsoft.VisualStudio.Component.VC.v141.x86.x64",
|
||||
"Microsoft.VisualStudio.Component.VC.v141.x86.x64.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.v141.ARM.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.v141.ARM64.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.v141.MFC",
|
||||
"Microsoft.VisualStudio.Component.VC.v141.MFC.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM",
|
||||
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM64",
|
||||
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM64.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64",
|
||||
"Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL",
|
||||
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM",
|
||||
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64",
|
||||
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.29.16.11.MFC",
|
||||
"Microsoft.VisualStudio.Component.VC.14.29.16.11.MFC.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.29.16.11.MFC.ARM",
|
||||
"Microsoft.VisualStudio.Component.VC.14.29.16.11.MFC.ARM.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.29.16.11.MFC.ARM64",
|
||||
"Microsoft.VisualStudio.Component.VC.14.29.16.11.MFC.ARM64.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ARM",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ARM.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ARM64",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ARM64.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL.ARM",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL.ARM.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL.ARM64",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL.ARM64.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.MFC",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.MFC.ARM",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.MFC.ARM.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.MFC.ARM64",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.MFC.ARM64.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.MFC.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.39.17.9.ARM",
|
||||
"Microsoft.VisualStudio.Component.VC.14.39.17.9.ARM.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.39.17.9.ARM64",
|
||||
"Microsoft.VisualStudio.Component.VC.14.39.17.9.ARM64.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.39.17.9.ATL",
|
||||
"Microsoft.VisualStudio.Component.VC.14.39.17.9.ATL.ARM",
|
||||
"Microsoft.VisualStudio.Component.VC.14.39.17.9.ATL.ARM.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.39.17.9.ATL.ARM64",
|
||||
"Microsoft.VisualStudio.Component.VC.14.39.17.9.ATL.ARM64.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.39.17.9.ATL.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.39.17.9.MFC",
|
||||
"Microsoft.VisualStudio.Component.VC.14.39.17.9.MFC.ARM",
|
||||
"Microsoft.VisualStudio.Component.VC.14.39.17.9.MFC.ARM.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.39.17.9.MFC.ARM64",
|
||||
"Microsoft.VisualStudio.Component.VC.14.39.17.9.MFC.ARM64.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.39.17.9.MFC.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.14.39.17.9.x86.x64",
|
||||
"Microsoft.VisualStudio.Component.VC.14.39.17.9.x86.x64.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.ATLMFC",
|
||||
"Microsoft.VisualStudio.Component.VC.ATLMFC.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.ATL",
|
||||
"Microsoft.VisualStudio.Component.VC.ATL.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.ATL.ARM",
|
||||
"Microsoft.VisualStudio.Component.VC.ATL.ARM.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.ATL.ARM64",
|
||||
"Microsoft.VisualStudio.Component.VC.ATL.ARM64.Spectre",
|
||||
"Microsoft.VisualStudio.Component.VC.ASAN",
|
||||
"Microsoft.VisualStudio.Component.Windows10SDK.19041",
|
||||
"Microsoft.VisualStudio.Component.Windows10SDK.20348",
|
||||
"Microsoft.VisualStudio.Component.Windows11SDK.22000",
|
||||
|
||||
Reference in New Issue
Block a user