Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

swissgrc/docker-azure-pipelines-dotnet-7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

License Build Quality Gate Status Pulls Stars

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

Tags

Tag Description Base Image .NET SDK Size
7 Latest stable release (from main branch) swissgrc/azure-piplines-git:2.45.1 7.0.409 Docker Image Size (tag)
7-unstable Latest unstable release (from develop branch) swissgrc/azure-piplines-git:2.45.1 7.0.409 Docker Image Size (tag)
7.0.302 .NET SDK 7.0.302 swissgrc/azure-piplines-git:2.39.2 7.0.302 Docker Image Size (tag)
7.0.304 .NET SDK 7.0.304 swissgrc/azure-piplines-git:2.39.2 7.0.304 Docker Image Size (tag)
7.0.305 .NET SDK 7.0.305 swissgrc/azure-piplines-git:2.39.2 7.0.305 Docker Image Size (tag)
7.0.306 .NET SDK 7.0.306 swissgrc/azure-piplines-git:2.39.2 7.0.306 Docker Image Size (tag)
7.0.400 .NET SDK 7.0.400 swissgrc/azure-piplines-git:2.39.2 7.0.400 Docker Image Size (tag)
7.0.401 .NET SDK 7.0.401 swissgrc/azure-piplines-git:2.39.2 7.0.401 Docker Image Size (tag)
7.0.402 .NET SDK 7.0.402 swissgrc/azure-piplines-git:2.39.2 7.0.402 Docker Image Size (tag)
7.0.403 .NET SDK 7.0.403 swissgrc/azure-piplines-git:2.42.0 7.0.403 Docker Image Size (tag)
7.0.404 .NET SDK 7.0.404 swissgrc/azure-piplines-git:2.42.1 7.0.404 Docker Image Size (tag)
7.0.405 .NET SDK 7.0.405 swissgrc/azure-piplines-git:2.43.0 7.0.405 Docker Image Size (tag)
7.0.406 .NET SDK 7.0.406 swissgrc/azure-piplines-git:2.43.1 7.0.406 Docker Image Size (tag)
7.0.407 .NET SDK 7.0.407 swissgrc/azure-piplines-git:2.44.0 7.0.407 Docker Image Size (tag)
7.0.408 .NET SDK 7.0.408 swissgrc/azure-piplines-git:2.44.0 7.0.408 Docker Image Size (tag)
7.0.409 .NET SDK 7.0.409 swissgrc/azure-piplines-git:2.45.1 7.0.409 Docker Image Size (tag)