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
+7-7
Original file line number
Diff line number
Diff line change
@@ -22,24 +22,24 @@ This image is published to Docker Hub and can be pulled via the command
22
22
docker pull ppiper/node-browsers
23
23
```
24
24
25
-
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.
25
+
The default tag `latest` contains node 20
26
26
27
-
For node-12 or node-14, use the tag `12-buster` or `14-buster`:
27
+
For node-16 or node-18 use the tag `16-bookworm` or `18-bookworm`:
28
28
29
29
```
30
-
docker pull ppiper/node-browsers:12-buster
31
-
docker pull ppiper/node-browsers:14-buster
30
+
docker pull ppiper/node-browsers:16-bookworm
31
+
docker pull ppiper/node-browsers:18-bookworm
32
32
```
33
33
34
34
## Build
35
35
36
36
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`.
42
+
Where the `BASE_IMAGE_TAG=20-bookworm` build argument can be replaced with `BASE_IMAGE_TAG=16-bookworm` or `BASE_IMAGE_TAG=18-bookworm`.
43
43
The given tag **must** exist in the [node](https://hub.docker.com/_/node) base image **and** use Debian GNU/Linux.
44
44
45
45
## Usage
@@ -48,4 +48,4 @@ See this [blog post](https://blogs.sap.com/2017/12/11/sap-s4hana-cloud-sdk-end-t
48
48
49
49
## Licensing
50
50
51
-
Copyright 2017-2021 SAP SE or an SAP affiliate company and devops-docker-node-browsers contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/devops-docker-node-browsers).
51
+
Copyright 2017-2021 SAP SE or an SAP affiliate company and devops-docker-node-browsers contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/devops-docker-node-browsers).
0 commit comments