Skip to content

Commit 3249c8a

Browse files
committed
Readme: update versions
1 parent 3e3da06 commit 3249c8a

File tree

1 file changed

+22
-17
lines changed

1 file changed

+22
-17
lines changed

README.md

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<h1 align=center>Dockette / CI</h1>
22

33
<p align=center>
4-
:green_apple: :apple: :green_apple: Continuous integration Dockerfiles based on Alpine Linux
4+
:green_apple: :apple: :green_apple: Continuous integration Dockerfiles based on Alpine Linux
55
for PHP 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4
6-
and Node.js 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22
6+
and Node.js 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24
77
</p>
88

99
<p align=center>
@@ -65,21 +65,23 @@ docker run -it --rm -v $(pwd):/srv dockette/ci:php56
6565

6666
### NodeJS
6767

68-
| NodeJS | OS | Tag | PM | Dockerfile |
69-
|-----------------|--------------|--------|--------|----------------------------------------------------------------------------|
70-
| NodeJS 22 | Alpine v3.20 | node22 | npm, pnpm | [Dockerfile](https://github.com/dockette/ci/blob/master/node19/Dockerfile) |
71-
| NodeJS 21 | Alpine v3.19 | node21 | npm, pnpm | [Dockerfile](https://github.com/dockette/ci/blob/master/node19/Dockerfile) |
72-
| NodeJS 20 | Alpine v3.18 | node20 | npm, pnpm | [Dockerfile](https://github.com/dockette/ci/blob/master/node19/Dockerfile) |
73-
| NodeJS 19 | Alpine v3.17 | node19 | npm, pnpm | [Dockerfile](https://github.com/dockette/ci/blob/master/node19/Dockerfile) |
74-
| NodeJS 18 | Alpine v3.16 | node18 | npm, pnpm | [Dockerfile](https://github.com/dockette/ci/blob/master/node18/Dockerfile) |
75-
| NodeJS 17 | Alpine v3.16 | node17 | npm | [Dockerfile](https://github.com/dockette/ci/blob/master/node17/Dockerfile) |
76-
| NodeJS 16 | Alpine v3.13 | node16 | npm | [Dockerfile](https://github.com/dockette/ci/blob/master/node16/Dockerfile) |
77-
| NodeJS 15 | Alpine v3.12 | node15 | npm | [Dockerfile](https://github.com/dockette/ci/blob/master/node15/Dockerfile) |
78-
| NodeJS 14 | Alpine v3.12 | node14 | npm | [Dockerfile](https://github.com/dockette/ci/blob/master/node14/Dockerfile) |
79-
| NodeJS 13 | Alpine v3.11 | node13 | npm | [Dockerfile](https://github.com/dockette/ci/blob/master/node13/Dockerfile) |
80-
| NodeJS 12 | Alpine v3.12 | node12 | npm | [Dockerfile](https://github.com/dockette/ci/blob/master/node12/Dockerfile) |
81-
| NodeJS 11 | Alpine v3.9 | node11 | npm | [Dockerfile](https://github.com/dockette/ci/blob/master/node11/Dockerfile) |
82-
| NodeJS 10 | Alpine v3.10 | node10 | npm | [Dockerfile](https://github.com/dockette/ci/blob/master/node10/Dockerfile) |
68+
| NodeJS | OS | Tag | Node Version | npm Version | pnpm Version | Dockerfile |
69+
|----------------------|--------------|--------|--------------|-------------|--------------|----------------------------------------------------------------------------|
70+
| NodeJS 24 (v22.16.0) | Alpine v3.22 | node24 | v22.16.0 | 11.4.2 | 10.22.0 | [Dockerfile](https://github.com/dockette/ci/blob/master/node24/Dockerfile) |
71+
| NodeJS 23 (v23.11.1) | Alpine v3.22 | node23 | v23.11.1 | 11.4.2 | 10.9.0 | [Dockerfile](https://github.com/dockette/ci/blob/master/node23/Dockerfile) |
72+
| NodeJS 22 (v22.15.1) | Alpine v3.21 | node22 | v22.15.1 | 10.9.1 | 9.15.9 | [Dockerfile](https://github.com/dockette/ci/blob/master/node22/Dockerfile) |
73+
| NodeJS 21 (v21.7.3) | Alpine v3.19 | node21 | v21.7.3 | 10.9.1 | 10.22.0 | [Dockerfile](https://github.com/dockette/ci/blob/master/node21/Dockerfile) |
74+
| NodeJS 20 (v20.8.1) | Alpine v3.18 | node20 | v20.8.1 | 9.6.6 | 10.22.0 | [Dockerfile](https://github.com/dockette/ci/blob/master/node20/Dockerfile) |
75+
| NodeJS 19 (v19.7.0) | Alpine v3.17 | node19 | v19.7.0 | 9.1.2 | 10.22.0 | [Dockerfile](https://github.com/dockette/ci/blob/master/node19/Dockerfile) |
76+
| NodeJS 18 (v18.9.1) | Alpine v3.16 | node18 | v18.9.1 | 8.10.0 | N/A | [Dockerfile](https://github.com/dockette/ci/blob/master/node18/Dockerfile) |
77+
| NodeJS 17 (v17.9.0) | Alpine v3.16 | node17 | v17.9.0 | 8.1.3 | N/A | [Dockerfile](https://github.com/dockette/ci/blob/master/node17/Dockerfile) |
78+
| NodeJS 16 (v16.11.1) | Alpine v3.13 | node16 | v16.11.1 | 7.17.0 | N/A | [Dockerfile](https://github.com/dockette/ci/blob/master/node16/Dockerfile) |
79+
| NodeJS 15 (v15.10.0) | Alpine v3.12 | node15 | v15.10.0 | 6.14.17 | N/A | [Dockerfile](https://github.com/dockette/ci/blob/master/node15/Dockerfile) |
80+
| NodeJS 14 | Alpine v3.12 | node14 | - | - | - | [Dockerfile](https://github.com/dockette/ci/blob/master/node14/Dockerfile) |
81+
| NodeJS 13 | Alpine v3.11 | node13 | - | - | - | [Dockerfile](https://github.com/dockette/ci/blob/master/node13/Dockerfile) |
82+
| NodeJS 12 | Alpine v3.12 | node12 | - | - | - | [Dockerfile](https://github.com/dockette/ci/blob/master/node12/Dockerfile) |
83+
| NodeJS 11 | Alpine v3.9 | node11 | - | - | - | [Dockerfile](https://github.com/dockette/ci/blob/master/node11/Dockerfile) |
84+
| NodeJS 10 | Alpine v3.10 | node10 | - | - | - | [Dockerfile](https://github.com/dockette/ci/blob/master/node10/Dockerfile) |
8385

8486
All Nodejs images have a few preinstalled packages:
8587

@@ -97,6 +99,9 @@ All Nodejs images have a few preinstalled packages:
9799
**Terminal**
98100

99101
```
102+
docker run -it --rm -v $(pwd):/srv dockette/ci:node25
103+
docker run -it --rm -v $(pwd):/srv dockette/ci:node24
104+
docker run -it --rm -v $(pwd):/srv dockette/ci:node23
100105
docker run -it --rm -v $(pwd):/srv dockette/ci:node22
101106
docker run -it --rm -v $(pwd):/srv dockette/ci:node21
102107
docker run -it --rm -v $(pwd):/srv dockette/ci:node20

0 commit comments

Comments
 (0)