Skip to content
This repository was archived by the owner on May 1, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

License Build Quality Gate Status Pulls Stars

⚠️ This repository is deprecated

This image is no longer maintained. Node.js and .NET build runtimes are now provided by azure-pipelines-vulcan in our new monorepo: swissgrc/docker-azure-pipelines.

Migration:

# Old
ghcr.io/swissgrc/azure-pipelines-node:<tag>
docker.io/swissgrc/azure-pipelines-node:<tag>

# New
ghcr.io/swissgrc/azure-pipelines-vulcan:<tag>

Timeline:

  • 2026-05-01 — Deprecated, repository archived (read-only)
  • 2026-07-01 — Container images on ghcr.io and docker.io will be deleted. All existing tags remain available until this date.
  • 2026-09-01 — This repository will be deleted from GitHub

Questions about migration? Please use the Discussions on the new repository.

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

Included Software

Tags

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

About

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

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages