@@ -6,41 +6,19 @@ Minimal [Node](https://nodejs.org/en/) Docker image. It's use is intended for [k
66
77## Available Tags
88
9- ### 10
10-
11- - [ 10] ( https://github.com/kool-dev/docker-node/blob/master/10/Dockerfile )
12- - [ 10-qa] ( https://github.com/kool-dev/docker-node/blob/master/10-qa/Dockerfile )
13- - [ 10-adonis] ( https://github.com/kool-dev/docker-node/blob/master/10-adonis/Dockerfile )
14- - [ 10-adonis-qa] ( https://github.com/kool-dev/docker-node/blob/master/10-adonis-qa/Dockerfile )
15- - [ 10-nest] ( https://github.com/kool-dev/docker-node/blob/master/10-nest/Dockerfile )
16- - [ 10-nest-qa] ( https://github.com/kool-dev/docker-node/blob/master/10-nest-qa/Dockerfile )
9+ ### 16
1710
18- ### 12
11+ - [ 16 ] ( https://github.com/kool-dev/docker-node/blob/master/16/Dockerfile )
1912
20- - [ 12] ( https://github.com/kool-dev/docker-node/blob/master/12/Dockerfile )
21- - [ 12-qa] ( https://github.com/kool-dev/docker-node/blob/master/12-qa/Dockerfile )
22- - [ 12-adonis] ( https://github.com/kool-dev/docker-node/blob/master/12-adonis/Dockerfile )
23- - [ 12-adonis-qa] ( https://github.com/kool-dev/docker-node/blob/master/12-adonis-qa/Dockerfile )
24- - [ 12-nest] ( https://github.com/kool-dev/docker-node/blob/master/12-nest/Dockerfile )
25- - [ 12-nest-qa] ( https://github.com/kool-dev/docker-node/blob/master/12-nest-qa/Dockerfile )
13+ ### 18
2614
27- ### 14
15+ - [ 18 ] ( https://github.com/kool-dev/docker-node/blob/master/18/Dockerfile )
2816
29- - [ 14] ( https://github.com/kool-dev/docker-node/blob/master/14/Dockerfile )
30- - [ 14-qa] ( https://github.com/kool-dev/docker-node/blob/master/14-qa/Dockerfile )
31- - [ 14-adonis] ( https://github.com/kool-dev/docker-node/blob/master/14-adonis/Dockerfile )
32- - [ 14-adonis-qa] ( https://github.com/kool-dev/docker-node/blob/master/14-adonis-qa/Dockerfile )
33- - [ 14-nest] ( https://github.com/kool-dev/docker-node/blob/master/14-nest/Dockerfile )
34- - [ 14-nest-qa] ( https://github.com/kool-dev/docker-node/blob/master/14-nest-qa/Dockerfile )
17+ ### Legacy / discontinued tags
3518
36- ### 16
37-
38- - [ 16] ( https://github.com/kool-dev/docker-node/blob/master/16/Dockerfile )
39- - [ 16-qa] ( https://github.com/kool-dev/docker-node/blob/master/16-qa/Dockerfile )
40- - [ 16-adonis] ( https://github.com/kool-dev/docker-node/blob/master/16-adonis/Dockerfile )
41- - [ 16-adonis-qa] ( https://github.com/kool-dev/docker-node/blob/master/16-adonis-qa/Dockerfile )
42- - [ 16-nest] ( https://github.com/kool-dev/docker-node/blob/master/16-nest/Dockerfile )
43- - [ 16-nest-qa] ( https://github.com/kool-dev/docker-node/blob/master/16-nest-qa/Dockerfile )
19+ - [ 10] ( https://github.com/kool-dev/docker-node/blob/master/10/Dockerfile ) , [ 10-qa] ( https://github.com/kool-dev/docker-node/blob/master/10-qa/Dockerfile ) , [ 10-adonis] ( https://github.com/kool-dev/docker-node/blob/master/10-adonis/Dockerfile ) , [ 10-adonis-qa] ( https://github.com/kool-dev/docker-node/blob/master/10-adonis-qa/Dockerfile ) , [ 10-nest] ( https://github.com/kool-dev/docker-node/blob/master/10-nest/Dockerfile ) , [ 10-nest-qa] ( https://github.com/kool-dev/docker-node/blob/master/10-nest-qa/Dockerfile )
20+ - [ 12] ( https://github.com/kool-dev/docker-node/blob/master/12/Dockerfile ) , [ 12-qa] ( https://github.com/kool-dev/docker-node/blob/master/12-qa/Dockerfile ) , [ 12-adonis] ( https://github.com/kool-dev/docker-node/blob/master/12-adonis/Dockerfile ) , [ 12-adonis-qa] ( https://github.com/kool-dev/docker-node/blob/master/12-adonis-qa/Dockerfile ) , [ 12-nest] ( https://github.com/kool-dev/docker-node/blob/master/12-nest/Dockerfile ) , [ 12-nest-qa] ( https://github.com/kool-dev/docker-node/blob/master/12-nest-qa/Dockerfile )
21+ - [ 14] ( https://github.com/kool-dev/docker-node/blob/master/14/Dockerfile ) , [ 14-qa] ( https://github.com/kool-dev/docker-node/blob/master/14-qa/Dockerfile ) , [ 14-adonis] ( https://github.com/kool-dev/docker-node/blob/master/14-adonis/Dockerfile ) , [ 14-adonis-qa] ( https://github.com/kool-dev/docker-node/blob/master/14-adonis-qa/Dockerfile ) , [ 14-nest] ( https://github.com/kool-dev/docker-node/blob/master/14-nest/Dockerfile ) , [ 14-nest-qa] ( https://github.com/kool-dev/docker-node/blob/master/14-nest-qa/Dockerfile )
4422
4523## Environment Variables
4624
@@ -54,13 +32,13 @@ Variable | Default Value | Description
5432With ` docker run ` :
5533
5634``` sh
57- docker run -it --rm kooldev/node:14 node -v
35+ docker run -it --rm kooldev/node:16 node -v
5836```
5937
6038With environment variables:
6139
6240``` sh
63- docker run -it --rm -e ASUSER=500 kooldev/node:14 node -v
41+ docker run -it --rm -e ASUSER=500 kooldev/node:16 node -v
6442```
6543
6644With ` docker-compose.yml ` :
7452
7553## Contributing
7654
77- ### Dependencies
55+ ### Updating images and building locally
56+
57+ > You must have [` kool`](https://github.com/kool-dev/kool) installed.
7858
79- - [fwd](https://github.com/fireworkweb/fwd#fireworkwebfwd)
59+ This repo leverages a simple templating tool based on Laravel Blade to generate the actual building contexts for each image flavour.
8060
8161You should change `fwd-template.json` and `template` folder.
8262
83- After your changes, just run `fwd template` to compile the template and generate all version folder/files.
63+ After your changes, just run `kool run template` to compile the template and generate all version folder/files.
8464
8565# # License
8666
0 commit comments