Update dev containers to Fedora 39 (#17954)
This commit is contained in:
parent
f1a5a5b94e
commit
7cfe9149ec
3 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue