Skip to content

Commit eccd68f

Browse files
authored
Merge pull request #46 from SAP/o-liver-patch-1
Update README.md
2 parents ae190b0 + 6fd497f commit eccd68f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@ This image is published to Docker Hub and can be pulled via the command
2222
docker pull ppiper/node-browsers
2323
```
2424

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
2626

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`:
2828

2929
```
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
3232
```
3333

3434
## Build
3535

3636
To build this image locally, open a terminal in the directory of the Dockerfile and run
3737

3838
```
39-
docker build --build-arg=BASE_IMAGE_TAG=10-buster -t ppiper/node-browsers .
39+
docker build --build-arg=BASE_IMAGE_TAG=20-bookworm -t ppiper/node-browsers .
4040
```
4141

42-
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`.
4343
The given tag **must** exist in the [node](https://hub.docker.com/_/node) base image **and** use Debian GNU/Linux.
4444

4545
## Usage
@@ -48,4 +48,4 @@ See this [blog post](https://blogs.sap.com/2017/12/11/sap-s4hana-cloud-sdk-end-t
4848

4949
## Licensing
5050

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

Comments
 (0)