Skip to content

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

License

Notifications You must be signed in to change notification settings

swissgrc/docker-azure-pipelines-node22-net9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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 22.11.0
Git 22.11.0
.NET 9 22.11.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-22-net9
        environment: smarthotel-dev
        strategy:
          runOnce:
            deploy:
              steps:
                - bash: |
                    node --version

Tags

Tag Description Base Image Node.js Yarn Size
latest Latest stable release (from main branch) swissgrc/azure-pipelines-dotnet:9.0.100 22.12.0 1.22.22 Docker Image Size (tag)
latest-22-net9 Indentical to latest tag Docker Image Size (tag)
unstable Latest unstable release (from develop branch) swissgrc/azure-pipelines-dotnet:9.0.100 22.12.0 1.22.22 Docker Image Size (tag)
unstable-22-net9 Indentical to unstable tag Docker Image Size (tag)
22.11.0-net9 Node.js 22.11.0 swissgrc/azure-pipelines-dotnet:9.0.100 22.11.0 1.22.22 Docker Image Size (tag)
22.12.0-net9 Node.js 22.12.0 swissgrc/azure-pipelines-dotnet:9.0.100 22.12.0 1.22.22 Docker Image Size (tag)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •