Skip to content

swissgrc/docker-azure-pipelines-dotnet-6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Docker image for running .NET 6 in an Azure Pipelines container job

License Build Quality Gate Status Pulls Stars

Docker image to run .NET 6 in Azure Pipelines container jobs. The image contains also Docker CLI to access Docker engine on the agent.

Usage

This image can be used to run .NET 6 in Azure Pipelines container jobs.

Azure Pipelines Container Job

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

Tags

Tag Description Base Image .NET SDK Size
6 Latest stable release (from main branch) azure-pipelines-git:2.45.1 6.0.423 Docker Image Size (tag)
6-unstable Latest unstable release (from develop branch) azure-pipelines-git:2.45.1 6.0.423 Docker Image Size (tag)
6.0.301 .NET SDK 6.0.301 debian:11.3-slim 6.0.301 Docker Image Size (tag)
6.0.302 .NET SDK 6.0.302 debian:11.3-slim 6.0.302 Docker Image Size (tag)
6.0.302.1 .NET SDK 6.0.302 debian:11.3-slim 6.0.302 Docker Image Size (tag)
6.0.400 .NET SDK 6.0.400 debian:11.3-slim 6.0.400 Docker Image Size (tag)
6.0.401 .NET SDK 6.0.401 debian:11.5-slim 6.0.401 Docker Image Size (tag)
6.0.402 .NET SDK 6.0.402 debian:11.5-slim 6.0.402 Docker Image Size (tag)
6.0.403 .NET SDK 6.0.403 debian:11.5-slim 6.0.403 Docker Image Size (tag)
6.0.404 .NET SDK 6.0.404 debian:11.5-slim 6.0.404 Docker Image Size (tag)
6.0.405 .NET SDK 6.0.405 debian:11.6-slim 6.0.405 Docker Image Size (tag)
6.0.406 .NET SDK 6.0.406 debian:11.6-slim 6.0.406 Docker Image Size (tag)
6.0.407 .NET SDK 6.0.407 debian:11.6-slim 6.0.407 Docker Image Size (tag)
6.0.408 .NET SDK 6.0.408 debian:11.6-slim 6.0.408 Docker Image Size (tag)
6.0.410 .NET SDK 6.0.410 azure-pipelines-git:2.39.2 6.0.410 Docker Image Size (tag)
6.0.411 .NET SDK 6.0.411 azure-pipelines-git:2.39.2 6.0.411 Docker Image Size (tag)
6.0.412 .NET SDK 6.0.412 azure-pipelines-git:2.39.2 6.0.412 Docker Image Size (tag)
6.0.413 .NET SDK 6.0.413 azure-pipelines-git:2.39.2 6.0.413 Docker Image Size (tag)
6.0.414 .NET SDK 6.0.414 azure-pipelines-git:2.39.2 6.0.414 Docker Image Size (tag)
6.0.415 .NET SDK 6.0.415 azure-pipelines-git:2.39.2 6.0.415 Docker Image Size (tag)
6.0.416 .NET SDK 6.0.416 azure-pipelines-git:2.42.0 6.0.416 Docker Image Size (tag)
6.0.417 .NET SDK 6.0.417 azure-pipelines-git:2.42.1 6.0.417 Docker Image Size (tag)
6.0.418 .NET SDK 6.0.418 azure-pipelines-git:2.43.0 6.0.418 Docker Image Size (tag)
6.0.419 .NET SDK 6.0.419 azure-pipelines-git:2.43.1 6.0.419 Docker Image Size (tag)
6.0.420 .NET SDK 6.0.420 azure-pipelines-git:2.44.0 6.0.420 Docker Image Size (tag)
6.0.421 .NET SDK 6.0.421 azure-pipelines-git:2.44.0 6.0.421 Docker Image Size (tag)
6.0.422 .NET SDK 6.0.422 azure-pipelines-git:2.45.1 6.0.422 Docker Image Size (tag)
6.0.423 .NET SDK 6.0.423 azure-pipelines-git:2.45.1 6.0.423 Docker Image Size (tag)