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
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,22 +20,26 @@ 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.
23
+
The default tag `latest`contains node 10 for compatibility reasons with approuter, which is a Maintenance LTS and will be end of life after 2021-04-30.
24
24
25
-
For node 12, use the tag `node12`:
25
+
For node-12 or node-14, use the tag `12-buster` or `14-buster`:
26
26
27
27
```
28
-
docker pull ppiper/node-browsers:node12
28
+
docker pull ppiper/node-browsers:12-buster
29
+
docker pull ppiper/node-browsers:14-buster
29
30
```
30
31
31
32
## Build
32
33
33
34
To build this image locally, open a terminal in the directory of the Dockerfile and run
Where the `BASE_IMAGE_TAG=10-buster` build argument can be replaced with `BASE_IMAGE_TAG=12-buster` or `BASE_IMAGE_TAG=14-buster`.
41
+
The given tag **must** exist in the [node](https://hub.docker.com/_/node) base image **and** use Debian GNU/Linux.
42
+
39
43
## Usage
40
44
41
45
See this [blog post](https://blogs.sap.com/2017/12/11/sap-s4hana-cloud-sdk-end-to-end-tests-against-secured-applications/) for usage of this image in a Jenkins pipeline based on `ppiper/jenkins-master`.
0 commit comments