Update dev containers to Fedora 39 (#17954)

This commit is contained in:
Ella Hathaway 2023-12-12 14:42:58 -08:00 committed by GitHub
parent f1a5a5b94e
commit 7cfe9149ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
// The container supports source-building the SDK // The container supports source-building the SDK
{ {
"name": "VMR with PR changes", "name": "VMR with PR changes",
"image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36", "image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39",
"hostRequirements": { "hostRequirements": {
// A completely source built .NET is >64 GB with all the repos/artifacts // A completely source built .NET is >64 GB with all the repos/artifacts
"storage": "128gb" "storage": "128gb"

View file

@ -1,7 +1,7 @@
// Container contains checked-out source code only // Container contains checked-out source code only
{ {
"name": "Default", "name": "Default",
"image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36", "image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39",
"hostRequirements": { "hostRequirements": {
// A completely source built .NET is >64 GB with all the repos/artifacts // A completely source built .NET is >64 GB with all the repos/artifacts
"storage": "128gb" "storage": "128gb"

View file

@ -1,7 +1,7 @@
// Container contains a pre-built SDK // Container contains a pre-built SDK
{ {
"name": "Pre-built .NET SDK", "name": "Pre-built .NET SDK",
"image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36", "image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39",
"hostRequirements": { "hostRequirements": {
// A completely source built .NET is >64 GB with all the repos/artifacts // A completely source built .NET is >64 GB with all the repos/artifacts
"storage": "128gb" "storage": "128gb"