Skip to content

Commit

Permalink
chore: upstream sync (#15)
Browse files Browse the repository at this point in the history
* [Ubuntu] Revert Podman, buildah and skopeo for Ubuntu-24.04 (actions#9825)

* [macOS] Add Xcode 15.4 Release Candidate (actions#9822)

* Updating readme file for macos-13 version 20240506.1 (actions#9800)

Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>

* [Ubuntu] Remove zip versions from Azuremodules (actions#9774)

* [Windows] Add .NET SDK 8.0 to Windows-2019 (actions#9838)

* Updating readme file for ubuntu24 version 20240510.1.1 (actions#9828)

Co-authored-by: Image generation service account <no-reply@microsoft.com>

* [Ubuntu] Add 24.04 to templates (actions#9847)

* [Windows] Update VS2022 code signature (actions#9850)

* README: mark ubuntu24 as beta (actions#9849)

* README: use the same tag for deprecated as for beta (actions#9852)

* [macOS] Add Xcode 15.4 Release (actions#9842)

* Updating readme file for macos-14 version 20240514.3 (actions#9857)

Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>

* Updating readme file for macos-13 version 20240514.3 (actions#9860)

Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>

* Updating readme file for ubuntu20 version 20240514.2.1 (actions#9855)

Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>

* Updating readme file for win19 version 20240514.1.1 (actions#9856)

Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>

* Updating readme file for ubuntu22 version 20240514.2.1 (actions#9854)

Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>

* Updating readme file for macos-13-arm64 version 20240514.3 (actions#9859)

Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>

* [Ubuntu] Patch azure-cli installer for Ubuntu 24.04 (actions#9863)

* Updating readme file for macos-12 version 20240514.3 (actions#9861)

Co-authored-by: Image generation service account <no-reply@microsoft.com>

* Updating readme file for win22 version 20240514.3.1 (actions#9853)

Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>

* [Ubuntu] Pin Helm 3.14.4 due to unusual release of 3.15.0 (actions#9867)

* Updating readme file for macos-14-arm64 version 20240514.3 (actions#9858)

Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>

* VisualStudioHelpers.ps1 stop enabling 8.3 filename creation (actions#9862)

The bug that prompted enabling 8.3 filename creation was fixed 5 years ago, see dotnet/android#3407:
> Fix included in Xamarin.Android 10.1.0.30.
>
> Fix included on Windows in Visual Studio 2019 version 16.4.

We're on VS 2019 16.11: https://github.com/actions/runner-images/blob/98150396188d19c21a7d7c596cf4a4d7609bb12a/images/windows/Windows2019-Readme.md?plain=1#L233

8.3 filename creation is known to hurt file creation performance, especially when there are a large number of similarly named files in the same folder:
* https://learn.microsoft.com/en-us/archive/blogs/josebda/windows-server-2012-file-server-tip-disable-8-3-naming-and-strip-those-short-names-too
* https://www.linkedin.com/pulse/dont-forget-disable-short-filenames-83-servers-folders-wes-brown
* https://deep.data.blog/2013/06/19/debugging-story-slowness-due-to-ntfs-short-file-8-3-name-generation/

I created a new VM with the base Azure Marketplace Windows 2019 image and confirmed that 8.3 name generation is disabled by default for both the OS and temp disk:
```
fsutil 8dot3name query C:
The volume state is: 1 (8dot3 name creation is disabled).
The registry state is: 2 (Per volume setting - the default).

Based on the above settings, 8dot3 name creation is disabled on C:

fsutil 8dot3name query D:
The volume state is: 1 (8dot3 name creation is disabled).
The registry state is: 2 (Per volume setting - the default).

Based on the above settings, 8dot3 name creation is disabled on D:
```

This might help a bit with actions/cache#752, although I haven't tested it, and AFAICT it's unlikely make an order of magnitude difference.

* Add ubuntu 24.04 to custom image scripts generator (actions#9868)

* Updating readme file for ubuntu20 version 20240516.1.1 (actions#9869)

Co-authored-by: Image generation service account <no-reply@microsoft.com>

* Updating readme file for ubuntu22 version 20240516.1.1 (actions#9870)

Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>

* Updating readme file for ubuntu24 version 20240516.4.1 (actions#9871)

Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>

* [Ubuntu] Add .NET SDKs 6 and 7 on Ubuntu 24.04 (actions#9878)

* [macos] Fix URLs in configure-preimagedata.sh (actions#9880)

* Fix macos-12 rollout badge (actions#9881)

* [macOS] Pin Swiftlint on macOS-12 due to Xcode 15.3 requirements (actions#9886)

* [Windows] Update signature for Azure CosmosDb Emulator (actions#9875)

* [Windows] Update signature for Azure CosmosDb Emulator

* Replace with SHA256

---------

Co-authored-by: Erik Bershel <110455084+erik-bershel@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
Co-authored-by: sssharif <sssharif@github.com>
Co-authored-by: Mikhail Koliada <88318005+mikhailkoliada@users.noreply.github.com>
Co-authored-by: Congyi Wu <congyiwu@github.com>
Co-authored-by: Shamil Mubarakshin <127750046+shamil-mubarakshin@users.noreply.github.com>
  • Loading branch information
9 people authored May 20, 2024
1 parent 5f1e4fc commit aa111b2
Show file tree
Hide file tree
Showing 31 changed files with 646 additions and 656 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/announcement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/tool-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,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] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fmikhailkoliada%2F35b243dd6e217d041fe3dfa5b4e2e2ed%2Fraw%2Fubuntu24.json) |
| Ubuntu 24.04 <sup>beta</sup> | `ubuntu-24.04` | [ubuntu-24.04] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fmikhailkoliada%2F35b243dd6e217d041fe3dfa5b4e2e2ed%2Fraw%2Fubuntu24.json) |
| Ubuntu 22.04 | `ubuntu-latest` or `ubuntu-22.04` | [ubuntu-22.04] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fmikhailkoliada%2F35b243dd6e217d041fe3dfa5b4e2e2ed%2Fraw%2Fubuntu22.json) |
| Ubuntu 20.04 | `ubuntu-20.04` | [ubuntu-20.04] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fmikhailkoliada%2F35b243dd6e217d041fe3dfa5b4e2e2ed%2Fraw%2Fubuntu20.json) |
| macOS 14 | `macos-latest-large` or `macos-14-large`| [macOS-14] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fmikhailkoliada%2F35b243dd6e217d041fe3dfa5b4e2e2ed%2Fraw%2Fmacos-14.json) |
| macOS 14 Arm64 |`macos-latest`, `macos-14`, `macos-latest-xlarge` or `macos-14-xlarge`| [macOS-14-arm64] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fmikhailkoliada%2F35b243dd6e217d041fe3dfa5b4e2e2ed%2Fraw%2Fmacos-14-arm64.json) |
| macOS 13 | `macos-13` or `macos-13-large` | [macOS-13] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fmikhailkoliada%2F35b243dd6e217d041fe3dfa5b4e2e2ed%2Fraw%2Fmacos-13.json) |
| macOS 13 Arm64 | `macos-13-xlarge` | [macOS-13-arm64] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fmikhailkoliada%2F35b243dd6e217d041fe3dfa5b4e2e2ed%2Fraw%2Fmacos-13-arm64.json) |
| macOS 12 | `macos-12` or `macos-12-large`| [macOS-12] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fmikhailkoliada%2F35b243dd6e217d041fe3dfa5b4e2e2ed%2Fraw%2FmacOS-12.json) |
| macOS 11 [deprecated] | `macos-11`| [macOS-11] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fmikhailkoliada%2F35b243dd6e217d041fe3dfa5b4e2e2ed%2Fraw%2FmacOS-11.json) |
| macOS 12 | `macos-12` or `macos-12-large`| [macOS-12] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fmikhailkoliada%2F35b243dd6e217d041fe3dfa5b4e2e2ed%2Fraw%2Fmacos-12.json) |
| macOS 11 <sup>deprecated</sup> | `macos-11`| [macOS-11] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fmikhailkoliada%2F35b243dd6e217d041fe3dfa5b4e2e2ed%2Fraw%2FmacOS-11.json) |
| Windows Server 2022 | `windows-latest` or `windows-2022` | [windows-2022] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fmikhailkoliada%2F35b243dd6e217d041fe3dfa5b4e2e2ed%2Fraw%2Fwin22.json) |
| Windows Server 2019 | `windows-2019` | [windows-2019] | ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fmikhailkoliada%2F35b243dd6e217d041fe3dfa5b4e2e2ed%2Fraw%2Fwin19.json) |

Expand Down
6 changes: 5 additions & 1 deletion helpers/GenerateResourcesAndImage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ enum ImageType {
Windows2022 = 2
Ubuntu2004 = 3
Ubuntu2204 = 4
UbuntuMinimal = 5
Ubuntu2404 = 5
UbuntuMinimal = 6
}

Function Get-PackerTemplatePath {
Expand All @@ -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"
}
Expand Down
119 changes: 59 additions & 60 deletions images/macos/macos-12-Readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# macOS 12
- OS Version: macOS 12.7.4 (21H1123)
- Kernel Version: Darwin 21.6.0
- Image Version: 20240418.1
- Image Version: 20240514.3

## 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`
Expand All @@ -16,35 +16,35 @@
- 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
- Julia 1.10.3
- Kotlin 1.9.24-release-822
- Go 1.21.10
- Mono 6.12.0.188
- Node.js 18.20.2
- 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.2, 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
- Composer 2.7.6
- Homebrew 4.3.0
- Miniconda 24.3.0
- NPM 10.5.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)
- RubyGems 3.5.10
- Vcpkg 2024 (build from commit bd2b54836)
- Yarn 1.22.19

#### Environment variables
Expand All @@ -57,57 +57,57 @@
- Apache Ant 1.10.14
- Apache Maven 3.9.6
- 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
- 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-32
- 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.50
- 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 CLI (azure-devops) 1.0.0
- Bicep CLI 0.26.170
- Bicep CLI 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
- Colima 0.6.8
- Fastlane 2.220.0
- GHC 9.8.2
- GHC 9.10.1
- GHCup 0.1.22.0
- Jazzy 0.14.4
- Jazzy 0.15.0
- Stack 2.15.5
- SwiftFormat 0.53.7
- SwiftFormat 0.53.9
- Swig 4.2.1
- Xcbeautify 1.6.0
- Xcode Command Line Tools 14.2.0.0.1.1668646533
Expand All @@ -120,14 +120,14 @@
### 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
- Google Chrome 124.0.6367.208
- Google Chrome for Testing 124.0.6367.207
- ChromeDriver 124.0.6367.207
- Microsoft Edge 124.0.2478.105
- Microsoft Edge WebDriver 124.0.2478.105
- Mozilla Firefox 126.0
- geckodriver 0.34.0
- Selenium server 4.19.1
- Selenium server 4.20.0

#### Environment variables
| Name | Value |
Expand All @@ -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
Expand All @@ -168,32 +168,32 @@
#### Node.js
- 16.20.2
- 18.20.2
- 20.12.2
- 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: 11.6.0
- MarkdownPS: 1.9
- Pester: 5.5.0
- PSScriptAnalyzer: 1.22.0
Expand All @@ -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
```
Expand Down Expand Up @@ -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.13 |
| 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 |
Expand Down Expand Up @@ -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.3.1-54941/ParallelsDesktop-19.3.1-54941.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.
```

Loading

0 comments on commit aa111b2

Please sign in to comment.