Skip to content

swissgrc/docker-azure-pipelines-dotnet-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

License Build Quality Gate Status Pulls Stars

🐳 Docker image to run .NET 8 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 8 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:8
        environment: smarthotel-dev
        strategy:
          runOnce:
            deploy:
              steps:
                - bash: |
                    dotnet --version

Tags

Tag Description Base Image .NET SDK Size
latest Latest stable release (from main branch) swissgrc/azure-piplines-git:2.45.1 8.0.301 Docker Image Size (tag)
8 Identical to latest tag Docker Image Size (tag)
unstable Latest unstable release (from develop branch) swissgrc/azure-piplines-git:2.45.1 8.0.301 Docker Image Size (tag)
8-unstable Identical to unstable tag Docker Image Size (tag)
8.0.100 .NET SDK 8.0.100 swissgrc/azure-piplines-git:2.43.0 8.0.100 Docker Image Size (tag)
8.0.101 .NET SDK 8.0.101 swissgrc/azure-piplines-git:2.43.0 8.0.101 Docker Image Size (tag)
8.0.200 .NET SDK 8.0.200 swissgrc/azure-piplines-git:2.43.1 8.0.200 Docker Image Size (tag)
8.0.202 .NET SDK 8.0.202 swissgrc/azure-piplines-git:2.44.0 8.0.202 Docker Image Size (tag)
8.0.203 .NET SDK 8.0.203 swissgrc/azure-piplines-git:2.44.0 8.0.203 Docker Image Size (tag)
8.0.204 .NET SDK 8.0.204 swissgrc/azure-piplines-git:2.44.0 8.0.204 Docker Image Size (tag)
8.0.300 .NET SDK 8.0.300 swissgrc/azure-piplines-git:2.45.1 8.0.300 Docker Image Size (tag)
8.0.301 .NET SDK 8.0.301 swissgrc/azure-piplines-git:2.45.1 8.0.301 Docker Image Size (tag)