Docker image to run .NET 6 in Azure Pipelines container jobs. The image contains also Docker CLI to access Docker engine on the agent.
This image can be used to run .NET 6 in Azure Pipelines container jobs.
To use the image in an Azure Pipelines Container Job, add one of the following example tasks and use it with the container
property.
The following example shows the container used for a deployment step which shows .NET version:
- stage: deploy
jobs:
- deployment: runDotNet
container: swissgrc/azure-pipelines-dotnet:latest
environment: smarthotel-dev
strategy:
runOnce:
deploy:
steps:
- bash: |
dotnet --version
Tag | Description | Base Image | .NET SDK | Size |
---|---|---|---|---|
6 | Latest stable release (from main branch) |
azure-pipelines-git:2.47.0 | 6.0.427 | |
6-unstable | Latest unstable release (from develop branch) |
azure-pipelines-git:2.47.0 | 6.0.427 | |
6.0.301 | .NET SDK 6.0.301 | debian:11.3-slim | 6.0.301 | |
6.0.302 | .NET SDK 6.0.302 | debian:11.3-slim | 6.0.302 | |
6.0.302.1 | .NET SDK 6.0.302 | debian:11.3-slim | 6.0.302 | |
6.0.400 | .NET SDK 6.0.400 | debian:11.3-slim | 6.0.400 | |
6.0.401 | .NET SDK 6.0.401 | debian:11.5-slim | 6.0.401 | |
6.0.402 | .NET SDK 6.0.402 | debian:11.5-slim | 6.0.402 | |
6.0.403 | .NET SDK 6.0.403 | debian:11.5-slim | 6.0.403 | |
6.0.404 | .NET SDK 6.0.404 | debian:11.5-slim | 6.0.404 | |
6.0.405 | .NET SDK 6.0.405 | debian:11.6-slim | 6.0.405 | |
6.0.406 | .NET SDK 6.0.406 | debian:11.6-slim | 6.0.406 | |
6.0.407 | .NET SDK 6.0.407 | debian:11.6-slim | 6.0.407 | |
6.0.408 | .NET SDK 6.0.408 | debian:11.6-slim | 6.0.408 | |
6.0.410 | .NET SDK 6.0.410 | azure-pipelines-git:2.39.2 | 6.0.410 | |
6.0.411 | .NET SDK 6.0.411 | azure-pipelines-git:2.39.2 | 6.0.411 | |
6.0.412 | .NET SDK 6.0.412 | azure-pipelines-git:2.39.2 | 6.0.412 | |
6.0.413 | .NET SDK 6.0.413 | azure-pipelines-git:2.39.2 | 6.0.413 | |
6.0.414 | .NET SDK 6.0.414 | azure-pipelines-git:2.39.2 | 6.0.414 | |
6.0.415 | .NET SDK 6.0.415 | azure-pipelines-git:2.39.2 | 6.0.415 | |
6.0.416 | .NET SDK 6.0.416 | azure-pipelines-git:2.42.0 | 6.0.416 | |
6.0.417 | .NET SDK 6.0.417 | azure-pipelines-git:2.42.1 | 6.0.417 | |
6.0.418 | .NET SDK 6.0.418 | azure-pipelines-git:2.43.0 | 6.0.418 | |
6.0.419 | .NET SDK 6.0.419 | azure-pipelines-git:2.43.1 | 6.0.419 | |
6.0.420 | .NET SDK 6.0.420 | azure-pipelines-git:2.44.0 | 6.0.420 | |
6.0.421 | .NET SDK 6.0.421 | azure-pipelines-git:2.44.0 | 6.0.421 | |
6.0.422 | .NET SDK 6.0.422 | azure-pipelines-git:2.45.1 | 6.0.422 | |
6.0.423 | .NET SDK 6.0.423 | azure-pipelines-git:2.45.1 | 6.0.423 | |
6.0.424 | .NET SDK 6.0.424 | azure-pipelines-git:2.45.2 | 6.0.424 | |
6.0.425 | .NET SDK 6.0.425 | azure-pipelines-git:2.46.0 | 6.0.425 | |
6.0.427 | .NET SDK 6.0.427 | azure-pipelines-git:2.47.0 | 6.0.427 |