You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Node Browsers Image
2
2
3
-
This [_Dockerfile_](https://docs.docker.com/engine/reference/builder/) can be used in _Continuous Delivery_ (CD) pipelines for SAP development projects.
3
+
This [_Dockerfile_](https://docs.docker.com/engine/reference/builder/) can be used in _Continuous Delivery_ (CD) pipelines for SAP development projects.
4
4
The image is optimized for use with project ["Piper"](https://github.com/SAP/jenkins-library) on [Jenkins](https://jenkins.io/).
5
5
Docker containers simplify your CD tool setup, encapsulating tools and environments that are required to execute pipeline steps.
6
6
@@ -20,6 +20,14 @@ This image is published to Docker Hub and can be pulled via the command
20
20
docker pull ppiper/node-browsers
21
21
```
22
22
23
+
The default tag contains node 10 due to compatibility reasons with approuter.
24
+
25
+
For node 12, use the tag `node12`:
26
+
27
+
```
28
+
docker pull ppiper/node-browsers:node12
29
+
```
30
+
23
31
## Build
24
32
25
33
To build this image locally, open a terminal in the directory of the Dockerfile and run
0 commit comments