🐳 Docker image to run Node.js commands in Azure Pipelines container jobs.
This image can be used to run Node.js commands in Azure Pipelines container jobs.
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- swissgrc/azure-pipelines-dotnet:9 as base image
- Node.js 22
- Yarn
- pnpm
| Tag | Description | Size |
|---|---|---|
| latest-22-net9 | Latest stable release (from main branch) |
|
| unstable-22-net9 | Latest stable release (from main branch) |
|
| x.y.z-net9 | Image for a specific version of Node.js |