Skip to content

Commit 44857f6

Browse files
authored
Update image to centos-stream9 (#45250)
1 parent 6dd9f93 commit 44857f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SourceBuild/content/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Container contains checked-out source code only
22
{
33
"name": "Default",
4-
"image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-41",
4+
"image": "mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9",
55
"hostRequirements": {
66
// A completely source built .NET is >64 GB with all the repos/artifacts
77
"storage": "128gb"

src/SourceBuild/content/.devcontainer/prebuilt-sdk/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Container contains a pre-built SDK
22
{
33
"name": "Pre-built .NET SDK",
4-
"image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-41",
4+
"image": "mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9",
55
"hostRequirements": {
66
// A completely source built .NET is >64 GB with all the repos/artifacts
77
"storage": "128gb"

0 commit comments

Comments
 (0)