A Linux-based Docker image intended to use with CI/CD servers for building .NET Core applications.
The image is tagged for the current .NET releases and is bases on the corresponding official .NET SDK (Ubuntu flavor).
Tags | Status | SDK | Runtime | Base |
---|---|---|---|---|
9, latest | STS | 9.0.301 | 9.0.6 | Ubuntu Noble |
10-preview, preview | Preview | 10.0.100-preview.5.25277.114 | 10.0.0-preview.5.25277.114 | Ubuntu Noble |
8 | LTS | 8.0.411 | 8.0.17 | Ubuntu Noble |
- Docker CLI 28.1.1
- kubectl 1.33.0
- nuke 9.0.4 as global tool
- Azure Devops credential provider for NuGet
- docker pushrm 1.9.0 (Docker Push Readme)
- git 2.43.0
- git-lfs 3.6.1
- .NET Aspire SDK
docker pull chaos/dotnet-nukebuild:latest
Or visit the chaos/dotnet-nukebuild page on docker hub.
Since .NET 6 the major version of this image will always correspond to the .NET SDK version included.
The current preview of .NET 10 is available using the preview
tag.
docker pull chaos/dotnet-nukebuild:preview