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"
|
||||||
|
@ -22,4 +22,4 @@
|
||||||
},
|
},
|
||||||
"onCreateCommand": "${containerWorkspaceFolder}/installer/.devcontainer/vmr-source-build/init.sh",
|
"onCreateCommand": "${containerWorkspaceFolder}/installer/.devcontainer/vmr-source-build/init.sh",
|
||||||
"workspaceFolder": "/workspaces"
|
"workspaceFolder": "/workspaces"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
|
@ -19,4 +19,4 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"onCreateCommand": ".devcontainer/init.sh"
|
"onCreateCommand": ".devcontainer/init.sh"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
|
@ -19,4 +19,4 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"onCreateCommand": ".devcontainer/prebuilt-sdk/init.sh"
|
"onCreateCommand": ".devcontainer/prebuilt-sdk/init.sh"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue