pulumi / pulumi-docker-containers

Definitions for official Pulumi Docker images.
Apache License 2.0
19 stars 23 forks source link

Update .Net SDK to .Net 8 #177

Open MattWood21 opened 11 months ago

MattWood21 commented 11 months ago

Hello!

Issue details

Latest versions of Pulumi require .Net 8, which is the most recent LTS release of .Net. https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/

Affected area/feature

Deployment PR's via the GitHub app use the default Docker container, which currently installs .Net 6 SDK.

The default docker container should be updated to install the .Net 8 SDK instead.

justinvp commented 1 month ago

.NET 8 is now included in the pulumi/pulumi image and there are now separate pulumi/pulumi-dotnet-6.0 and pulumi/pulumi-dotnet-8.0 images available for each version. The pulumi/pulumi-dotnet image still defaults to .NET 6, but we will be updating the default to .NET 8 in November. See https://www.pulumi.com/blog/docker-containers/ for details.