Skip to content

Commit 8a7a877

Browse files
Run update.sh
1 parent 4a20451 commit 8a7a877

File tree

2 files changed

+16
-37
lines changed

2 files changed

+16
-37
lines changed

node/README.md

+16-35
Original file line numberDiff line numberDiff line change
@@ -16,39 +16,28 @@ WARNING:
1616

1717
# Supported tags and respective `Dockerfile` links
1818

19-
- [`8.17.0-jessie`, `8.17-jessie`, `8-jessie`, `carbon-jessie`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/8/jessie/Dockerfile)
20-
- [`8.17.0-jessie-slim`, `8.17-jessie-slim`, `8-jessie-slim`, `carbon-jessie-slim`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/8/jessie-slim/Dockerfile)
21-
- [`8.17.0-stretch`, `8.17-stretch`, `8-stretch`, `carbon-stretch`, `8.17.0`, `8.17`, `8`, `carbon`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/8/stretch/Dockerfile)
22-
- [`8.17.0-stretch-slim`, `8.17-stretch-slim`, `8-stretch-slim`, `carbon-stretch-slim`, `8.17.0-slim`, `8.17-slim`, `8-slim`, `carbon-slim`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/8/stretch-slim/Dockerfile)
23-
- [`8.17.0-buster`, `8.17-buster`, `8-buster`, `carbon-buster`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/8/buster/Dockerfile)
24-
- [`8.17.0-buster-slim`, `8.17-buster-slim`, `8-buster-slim`, `carbon-buster-slim`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/8/buster-slim/Dockerfile)
25-
- [`8.17.0-alpine3.9`, `8.17-alpine3.9`, `8-alpine3.9`, `carbon-alpine3.9`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/8/alpine3.9/Dockerfile)
26-
- [`8.17.0-alpine3.10`, `8.17-alpine3.10`, `8-alpine3.10`, `carbon-alpine3.10`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/8/alpine3.10/Dockerfile)
27-
- [`8.17.0-alpine3.11`, `8.17-alpine3.11`, `8-alpine3.11`, `carbon-alpine3.11`, `8.17.0-alpine`, `8.17-alpine`, `8-alpine`, `carbon-alpine`](https://github.com/nodejs/docker-node/blob/ab3d54cef9f236ed9792aa4b786215db9ee7c1b6/8/alpine3.11/Dockerfile)
28-
- [`8.17.0-onbuild`, `8.17-onbuild`, `8-onbuild`, `carbon-onbuild`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/8/onbuild/Dockerfile)
29-
- [`13.5.0-stretch`, `13.5-stretch`, `13-stretch`, `stretch`, `13.5.0`, `13.5`, `13`, `latest`](https://github.com/nodejs/docker-node/blob/31bd89bbd77709b5dae93c31dbd74bf32b7c4867/13/stretch/Dockerfile)
30-
- [`13.5.0-stretch-slim`, `13.5-stretch-slim`, `13-stretch-slim`, `stretch-slim`, `13.5.0-slim`, `13.5-slim`, `13-slim`, `slim`](https://github.com/nodejs/docker-node/blob/31bd89bbd77709b5dae93c31dbd74bf32b7c4867/13/stretch-slim/Dockerfile)
31-
- [`13.5.0-buster`, `13.5-buster`, `13-buster`, `buster`](https://github.com/nodejs/docker-node/blob/31bd89bbd77709b5dae93c31dbd74bf32b7c4867/13/buster/Dockerfile)
32-
- [`13.5.0-buster-slim`, `13.5-buster-slim`, `13-buster-slim`, `buster-slim`](https://github.com/nodejs/docker-node/blob/31bd89bbd77709b5dae93c31dbd74bf32b7c4867/13/buster-slim/Dockerfile)
33-
- [`13.5.0-alpine3.10`, `13.5-alpine3.10`, `13-alpine3.10`, `alpine3.10`](https://github.com/nodejs/docker-node/blob/31bd89bbd77709b5dae93c31dbd74bf32b7c4867/13/alpine3.10/Dockerfile)
34-
- [`13.5.0-alpine3.11`, `13.5-alpine3.11`, `13-alpine3.11`, `alpine3.11`, `13.5.0-alpine`, `13.5-alpine`, `13-alpine`, `alpine`](https://github.com/nodejs/docker-node/blob/ab3d54cef9f236ed9792aa4b786215db9ee7c1b6/13/alpine3.11/Dockerfile)
35-
- [`12.14.0-stretch`, `12.14-stretch`, `12-stretch`, `erbium-stretch`, `lts-stretch`, `current-stretch`, `12.14.0`, `12.14`, `12`, `erbium`, `lts`, `current`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/12/stretch/Dockerfile)
36-
- [`12.14.0-stretch-slim`, `12.14-stretch-slim`, `12-stretch-slim`, `erbium-stretch-slim`, `lts-stretch-slim`, `current-stretch-slim`, `12.14.0-slim`, `12.14-slim`, `12-slim`, `erbium-slim`, `lts-slim`, `current-slim`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/12/stretch-slim/Dockerfile)
37-
- [`12.14.0-buster`, `12.14-buster`, `12-buster`, `erbium-buster`, `lts-buster`, `current-buster`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/12/buster/Dockerfile)
38-
- [`12.14.0-buster-slim`, `12.14-buster-slim`, `12-buster-slim`, `erbium-buster-slim`, `lts-buster-slim`, `current-buster-slim`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/12/buster-slim/Dockerfile)
39-
- [`12.14.0-alpine3.9`, `12.14-alpine3.9`, `12-alpine3.9`, `erbium-alpine3.9`, `lts-alpine3.9`, `current-alpine3.9`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/12/alpine3.9/Dockerfile)
40-
- [`12.14.0-alpine3.10`, `12.14-alpine3.10`, `12-alpine3.10`, `erbium-alpine3.10`, `lts-alpine3.10`, `current-alpine3.10`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/12/alpine3.10/Dockerfile)
41-
- [`12.14.0-alpine3.11`, `12.14-alpine3.11`, `12-alpine3.11`, `erbium-alpine3.11`, `lts-alpine3.11`, `current-alpine3.11`, `12.14.0-alpine`, `12.14-alpine`, `12-alpine`, `erbium-alpine`, `lts-alpine`, `current-alpine`](https://github.com/nodejs/docker-node/blob/ab3d54cef9f236ed9792aa4b786215db9ee7c1b6/12/alpine3.11/Dockerfile)
19+
- [`13.6.0-stretch`, `13.6-stretch`, `13-stretch`, `stretch`, `13.6.0`, `13.6`, `13`, `latest`](https://github.com/nodejs/docker-node/blob/8b8eebe2667b04d50f85535e2504fcbfd4675930/13/stretch/Dockerfile)
20+
- [`13.6.0-stretch-slim`, `13.6-stretch-slim`, `13-stretch-slim`, `stretch-slim`, `13.6.0-slim`, `13.6-slim`, `13-slim`, `slim`](https://github.com/nodejs/docker-node/blob/cd046b99024274af8a782bc7fb722a89f65ecfdc/13/stretch-slim/Dockerfile)
21+
- [`13.6.0-buster`, `13.6-buster`, `13-buster`, `buster`](https://github.com/nodejs/docker-node/blob/8b8eebe2667b04d50f85535e2504fcbfd4675930/13/buster/Dockerfile)
22+
- [`13.6.0-buster-slim`, `13.6-buster-slim`, `13-buster-slim`, `buster-slim`](https://github.com/nodejs/docker-node/blob/cd046b99024274af8a782bc7fb722a89f65ecfdc/13/buster-slim/Dockerfile)
23+
- [`13.6.0-alpine3.10`, `13.6-alpine3.10`, `13-alpine3.10`, `alpine3.10`](https://github.com/nodejs/docker-node/blob/8b8eebe2667b04d50f85535e2504fcbfd4675930/13/alpine3.10/Dockerfile)
24+
- [`13.6.0-alpine3.11`, `13.6-alpine3.11`, `13-alpine3.11`, `alpine3.11`, `13.6.0-alpine`, `13.6-alpine`, `13-alpine`, `alpine`](https://github.com/nodejs/docker-node/blob/8b8eebe2667b04d50f85535e2504fcbfd4675930/13/alpine3.11/Dockerfile)
25+
- [`12.14.1-stretch`, `12.14-stretch`, `12-stretch`, `erbium-stretch`, `lts-stretch`, `current-stretch`, `12.14.1`, `12.14`, `12`, `erbium`, `lts`, `current`](https://github.com/nodejs/docker-node/blob/8b8eebe2667b04d50f85535e2504fcbfd4675930/12/stretch/Dockerfile)
26+
- [`12.14.1-stretch-slim`, `12.14-stretch-slim`, `12-stretch-slim`, `erbium-stretch-slim`, `lts-stretch-slim`, `current-stretch-slim`, `12.14.1-slim`, `12.14-slim`, `12-slim`, `erbium-slim`, `lts-slim`, `current-slim`](https://github.com/nodejs/docker-node/blob/cd046b99024274af8a782bc7fb722a89f65ecfdc/12/stretch-slim/Dockerfile)
27+
- [`12.14.1-buster`, `12.14-buster`, `12-buster`, `erbium-buster`, `lts-buster`, `current-buster`](https://github.com/nodejs/docker-node/blob/8b8eebe2667b04d50f85535e2504fcbfd4675930/12/buster/Dockerfile)
28+
- [`12.14.1-buster-slim`, `12.14-buster-slim`, `12-buster-slim`, `erbium-buster-slim`, `lts-buster-slim`, `current-buster-slim`](https://github.com/nodejs/docker-node/blob/cd046b99024274af8a782bc7fb722a89f65ecfdc/12/buster-slim/Dockerfile)
29+
- [`12.14.1-alpine3.9`, `12.14-alpine3.9`, `12-alpine3.9`, `erbium-alpine3.9`, `lts-alpine3.9`, `current-alpine3.9`](https://github.com/nodejs/docker-node/blob/8b8eebe2667b04d50f85535e2504fcbfd4675930/12/alpine3.9/Dockerfile)
30+
- [`12.14.1-alpine3.10`, `12.14-alpine3.10`, `12-alpine3.10`, `erbium-alpine3.10`, `lts-alpine3.10`, `current-alpine3.10`](https://github.com/nodejs/docker-node/blob/8b8eebe2667b04d50f85535e2504fcbfd4675930/12/alpine3.10/Dockerfile)
31+
- [`12.14.1-alpine3.11`, `12.14-alpine3.11`, `12-alpine3.11`, `erbium-alpine3.11`, `lts-alpine3.11`, `current-alpine3.11`, `12.14.1-alpine`, `12.14-alpine`, `12-alpine`, `erbium-alpine`, `lts-alpine`, `current-alpine`](https://github.com/nodejs/docker-node/blob/8b8eebe2667b04d50f85535e2504fcbfd4675930/12/alpine3.11/Dockerfile)
4232
- [`10.18.0-jessie`, `10.18-jessie`, `10-jessie`, `dubnium-jessie`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/10/jessie/Dockerfile)
43-
- [`10.18.0-jessie-slim`, `10.18-jessie-slim`, `10-jessie-slim`, `dubnium-jessie-slim`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/10/jessie-slim/Dockerfile)
33+
- [`10.18.0-jessie-slim`, `10.18-jessie-slim`, `10-jessie-slim`, `dubnium-jessie-slim`](https://github.com/nodejs/docker-node/blob/f99660df7b05bc739cb63d51d5ddc290d54c196f/10/jessie-slim/Dockerfile)
4434
- [`10.18.0-stretch`, `10.18-stretch`, `10-stretch`, `dubnium-stretch`, `10.18.0`, `10.18`, `10`, `dubnium`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/10/stretch/Dockerfile)
45-
- [`10.18.0-stretch-slim`, `10.18-stretch-slim`, `10-stretch-slim`, `dubnium-stretch-slim`, `10.18.0-slim`, `10.18-slim`, `10-slim`, `dubnium-slim`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/10/stretch-slim/Dockerfile)
35+
- [`10.18.0-stretch-slim`, `10.18-stretch-slim`, `10-stretch-slim`, `dubnium-stretch-slim`, `10.18.0-slim`, `10.18-slim`, `10-slim`, `dubnium-slim`](https://github.com/nodejs/docker-node/blob/f99660df7b05bc739cb63d51d5ddc290d54c196f/10/stretch-slim/Dockerfile)
4636
- [`10.18.0-buster`, `10.18-buster`, `10-buster`, `dubnium-buster`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/10/buster/Dockerfile)
47-
- [`10.18.0-buster-slim`, `10.18-buster-slim`, `10-buster-slim`, `dubnium-buster-slim`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/10/buster-slim/Dockerfile)
37+
- [`10.18.0-buster-slim`, `10.18-buster-slim`, `10-buster-slim`, `dubnium-buster-slim`](https://github.com/nodejs/docker-node/blob/f99660df7b05bc739cb63d51d5ddc290d54c196f/10/buster-slim/Dockerfile)
4838
- [`10.18.0-alpine3.9`, `10.18-alpine3.9`, `10-alpine3.9`, `dubnium-alpine3.9`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/10/alpine3.9/Dockerfile)
4939
- [`10.18.0-alpine3.10`, `10.18-alpine3.10`, `10-alpine3.10`, `dubnium-alpine3.10`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/10/alpine3.10/Dockerfile)
5040
- [`10.18.0-alpine3.11`, `10.18-alpine3.11`, `10-alpine3.11`, `dubnium-alpine3.11`, `10.18.0-alpine`, `10.18-alpine`, `10-alpine`, `dubnium-alpine`](https://github.com/nodejs/docker-node/blob/ab3d54cef9f236ed9792aa4b786215db9ee7c1b6/10/alpine3.11/Dockerfile)
51-
- [`chakracore-8.11.1`, `chakracore-8.11`, `chakracore-8`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/chakracore/8/Dockerfile)
5241
- [`chakracore-10.13.0`, `chakracore-10.13`, `chakracore-10`, `chakracore`](https://github.com/nodejs/docker-node/blob/3c10e908934690b6af4f8f83b7e5e1da49926b34/chakracore/10/Dockerfile)
5342

5443
# Quick reference
@@ -116,14 +105,6 @@ This variant is highly recommended when final image size being as small as possi
116105

117106
To minimize image size, it's uncommon for additional related tools (such as `git` or `bash`) to be included in Alpine-based images. Using this image as a base, add the things you need in your own Dockerfile (see the [`alpine` image description](https://hub.docker.com/_/alpine/) for examples of how to install packages if you are unfamiliar).
118107

119-
## `node:<version>-onbuild`
120-
121-
The `ONBUILD` image variants are deprecated, and their usage is discouraged. For more details, see [docker-library/official-images#2076](https://github.com/docker-library/official-images/issues/2076).
122-
123-
While the `onbuild` variant is really useful for "getting off the ground running" (zero to Dockerized in a short period of time), it's not recommended for long-term usage within a project due to the lack of control over *when* the `ONBUILD` triggers fire (see also [`docker/docker#5714`](https://github.com/docker/docker/issues/5714), [`docker/docker#8240`](https://github.com/docker/docker/issues/8240), [`docker/docker#11917`](https://github.com/docker/docker/issues/11917)).
124-
125-
Once you've got a handle on how your project functions within Docker, you'll probably want to adjust your `Dockerfile` to inherit from a non-`onbuild` variant and copy the commands from the `onbuild` variant `Dockerfile` (moving the `ONBUILD` lines to the end and removing the `ONBUILD` keywords) into your own file so that you have tighter control over them and more transparency for yourself and others looking at your `Dockerfile` as to what it does. This also makes it easier to add additional requirements as time goes on (such as installing more packages before performing the previously-`ONBUILD` steps).
126-
127108
# License
128109

129110
View [license information](https://github.com/nodejs/node/blob/master/LICENSE) for Node.js or [license information](https://github.com/nodejs/docker-node/blob/master/LICENSE) for the Node.js Docker project.

xwiki/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ WARNING:
1616

1717
# Supported tags and respective `Dockerfile` links
1818

19-
- [`10`, `10.11`, `10.11.11`, `10-mysql-tomcat`](https://github.com/xwiki-contrib/docker-xwiki/blob/b5d75f3e79ae6df32ed1ccab487e7dba0898f299/10/mysql-tomcat/Dockerfile)
20-
- [`10-postgres-tomcat`, `10.11-postgres-tomcat`, `10.11.11-postgres-tomcat`](https://github.com/xwiki-contrib/docker-xwiki/blob/b5d75f3e79ae6df32ed1ccab487e7dba0898f299/10/postgres-tomcat/Dockerfile)
2119
- [`11`, `11.10`, `11.10.2`, `11-mysql-tomcat`, `11.10-mysql-tomcat`, `11.10.2-mysql-tomcat`, `stable-mysql-tomcat`, `stable-mysql`, `stable`, `latest`, `mysql-tomcat`, `lts-mysql-tomcat`, `lts-mysql`, `lts`](https://github.com/xwiki-contrib/docker-xwiki/blob/ab4e20f0ae8562b801f7f4901b931b8d9405b697/11/mysql-tomcat/Dockerfile)
2220
- [`11-postgres-tomcat`, `11.10-postgres-tomcat`, `11.10.2-postgres-tomcat`, `stable-postgres-tomcat`, `stable-postgres`, `postgres-tomcat`, `lts-postgres-tomcat`, `lts-postgres`](https://github.com/xwiki-contrib/docker-xwiki/blob/ab4e20f0ae8562b801f7f4901b931b8d9405b697/11/postgres-tomcat/Dockerfile)
2321

0 commit comments

Comments
 (0)