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.
The following software is additionally available in the image:
Software | Included since |
---|---|
Docker CLI | 22.3.0 |
Git | 22.3.0 |
.NET 8 | 22.3.0 |
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
Tag | Description | Base Image | Node.js | Yarn | Size |
---|---|---|---|---|---|
latest-22-net8 | Latest stable release (from main branch) |
swissgrc/azure-pipelines-dotnet:8.0.403 | 22.11.0 | 1.22.22 | |
unstable-22-net8 | Latest unstable release (from develop branch) |
swissgrc/azure-pipelines-dotnet:8.0.403 | 22.11.0 | 1.22.22 | |
22.3.0-net8 | Node.js 22.3.0 | swissgrc/azure-pipelines-dotnet:8.0.301 | 22.3.0 | 1.22.22 | |
22.4.0-net8 | Node.js 22.4.0 | swissgrc/azure-pipelines-dotnet:8.0.301 | 22.4.0 | 1.22.22 | |
22.4.1-net8 | Node.js 22.4.1 | swissgrc/azure-pipelines-dotnet:8.0.301 | 22.4.1 | 1.22.22 | |
22.5.1-net8 | Node.js 22.5.1 | swissgrc/azure-pipelines-dotnet:8.0.303 | 22.5.1 | 1.22.22 | |
22.6.0-net8 | Node.js 22.6.0 | swissgrc/azure-pipelines-dotnet:8.0.400 | 22.6.0 | 1.22.22 | |
22.7.0-net8 | Node.js 22.7.0 | swissgrc/azure-pipelines-dotnet:8.0.401 | 22.7.0 | 1.22.22 | |
22.8.0-net8 | Node.js 22.8.0 | swissgrc/azure-pipelines-dotnet:8.0.401 | 22.8.0 | 1.22.22 | |
22.9.0-net8 | Node.js 22.9.0 | swissgrc/azure-pipelines-dotnet:8.0.401 | 22.9.0 | 1.22.22 | |
22.10.0-net8 | Node.js 22.10.0 | swissgrc/azure-pipelines-dotnet:8.0.403 | 22.10.0 | 1.22.22 | |
22.11.0-net8 | Node.js 22.11.0 | swissgrc/azure-pipelines-dotnet:8.0.403 | 22.11.0 | 1.22.22 |