Skip to content

🐳 Docker image for running .Node.js 20 in an Azure Pipelines container job

License

Notifications You must be signed in to change notification settings

swissgrc/docker-azure-pipelines-node20-net7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for running Node.js commands in an Azure Pipelines container job

License Build Quality Gate Status Pulls Stars

Docker image to run Node.js commands in Azure Pipelines container jobs.

Usage

This image can be used to run Node.js commands in Azure Pipelines container jobs.

The following software is additionally available in the image:

Software Included since
Docker CLI 20.9.0
Git 20.9.0
.NET 7 20.9.0

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 with a Azure CLI command:

  - stage: deploy
    jobs:
      - deployment: runAzureCLI
        container: swissgrc/azure-pipelines-node:latest-20-net7
        environment: smarthotel-dev
        strategy:
          runOnce:
            deploy:
              steps:
                - bash: |
                    node --version

Tags

Tag Description Base Image Node.js Yarn Size
latest-20-net7 Latest stable release (from main branch) swissgrc/azure-pipelines-dotnet:7.0.409 20.13.1 1.22.22 Docker Image Size (tag)
unstable-20-net7 Latest unstable release (from develop branch) swissgrc/azure-pipelines-dotnet:7.0.409 20.14.0 1.22.22 Docker Image Size (tag)
20.9.0-net7 Node.js 20.9.0 swissgrc/azure-pipelines-dotnet:7.0.402 20.9.0 N/A Docker Image Size (tag)
20.10.0-net7 Node.js 20.10.0 swissgrc/azure-pipelines-dotnet:7.0.403 20.10.0 1.22.21 Docker Image Size (tag)
20.11.0-net7 Node.js 20.11.0 swissgrc/azure-pipelines-dotnet:7.0.405 20.11.0 1.22.21 Docker Image Size (tag)
20.11.1-net7 Node.js 20.11.1 swissgrc/azure-pipelines-dotnet:7.0.406 20.11.1 1.22.21 Docker Image Size (tag)
20.12.0-net7 Node.js 20.12.0 swissgrc/azure-pipelines-dotnet:7.0.407 20.12.0 1.22.22 Docker Image Size (tag)
20.12.1-net7 Node.js 20.12.1 swissgrc/azure-pipelines-dotnet:7.0.407 20.12.1 1.22.22 Docker Image Size (tag)
20.12.2-net7 Node.js 20.12.2 swissgrc/azure-pipelines-dotnet:7.0.408 20.12.2 1.22.22 Docker Image Size (tag)
20.13.0-net7 Node.js 20.13.0 swissgrc/azure-pipelines-dotnet:7.0.408 20.13.0 1.22.22 Docker Image Size (tag)
20.13.1-net7 Node.js 20.13.1 swissgrc/azure-pipelines-dotnet:7.0.409 20.13.1 1.22.22 Docker Image Size (tag)