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-net8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 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.

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-net8
        environment: smarthotel-dev
        strategy:
          runOnce:
            deploy:
              steps:
                - bash: |
                    node --version

Included Software

Tags

Tag Description Size
latest-22-net8 Latest stable release (from main branch) Docker Image Size (tag)
unstable-22-net8 Latest unstable release (from develop branch) Docker Image Size (tag)
x.y.z-net8 Image for a specific version of Node.js

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •