10
10
11
11
This image can be used to run Node.js commands in [ Azure Pipelines container jobs] .
12
12
13
- The following software is additionally available in the image:
14
-
15
- | Software | Included since |
16
- | ------------| ----------------|
17
- | Docker CLI | 22.11.0 |
18
- | Git | 22.11.0 |
19
- | .NET 9 | 22.11.0 |
20
-
21
13
### Azure Pipelines Container Job
22
14
23
15
To use the image in an Azure Pipelines Container Job, add one of the following example tasks and use it with the ` container ` property.
@@ -38,17 +30,19 @@ The following example shows the container used for a deployment step with a Azur
38
30
node --version
39
31
` ` `
40
32
41
- ### Tags
42
-
43
- | Tag | Description | Base Image | Node.js | Yarn | Size |
44
- |------------------|-----------------------------------------------------------------------------------------------------|-----------------------------------------|---------|---------|---------------------------------------------------------------------------------------------------------------------------------------|
45
- | latest | Latest stable release (from ` main` branch) | swissgrc/azure-pipelines-dotnet:9.0.102 | 22.13.1 | 1.22.22 |  |
46
- | latest-22-net9 | Indentical to `latest` tag | | | |  |
47
- | unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-dotnet:9.0.102 | 22.13.1 | 1.22.22 |  |
48
- | unstable-22-net9 | Indentical to `unstable` tag | | | |  |
49
- | 22.11.0-net9 | [Node.js 22.11.0](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.11.0) | swissgrc/azure-pipelines-dotnet:9.0.100 | 22.11.0 | 1.22.22 |  |
50
- | 22.12.0-net9 | [Node.js 22.12.0](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.12.0) | swissgrc/azure-pipelines-dotnet:9.0.100 | 22.12.0 | 1.22.22 |  |
51
- | 22.13.0-net9 | [Node.js 22.13.0](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.13.0) | swissgrc/azure-pipelines-dotnet:9.0.100 | 22.13.0 | 1.22.22 |  |
52
- | 22.13.1-net9 | [Node.js 22.13.1](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.13.1) | swissgrc/azure-pipelines-dotnet:9.0.102 | 22.13.1 | 1.22.22 |  |
33
+ ## Included Software
34
+ - [swissgrc/azure-pipelines-dotnet:9](https://github.com/swissgrc/docker-azure-pipelines-dotnet-9) as base image
35
+ - Node.js 22
36
+ - Yarn
37
+
38
+ ## Tags
39
+
40
+ | Tag | Description | Size |
41
+ |------------------|------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|
42
+ | latest | Latest stable release (from ` main` branch) |  |
43
+ | latest-22-net9 | Indentical to `latest` tag |  |
44
+ | unstable | Latest unstable release (from `develop` branch) |  |
45
+ | unstable-22-net9 | Indentical to `unstable` tag |  |
46
+ | x.y.z-net9 | Image for a specific version of Node.js | |
53
47
54
48
[Azure Pipelines container jobs] : https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases
0 commit comments