File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,27 +6,6 @@ Minimal PHP Docker image for wordpress based on [kooldev/php](https://github.com
66
77## Available Tags
88
9- ### 7.1
10-
11- - [ 7.1] ( https://github.com/kool-dev/docker-wordpress/blob/master/7.1/Dockerfile )
12- - [ 7.1-prod] ( https://github.com/kool-dev/docker-wordpress/blob/master/7.1-prod/Dockerfile )
13- - [ 7.1-nginx] ( https://github.com/kool-dev/docker-wordpress/blob/master/7.1-nginx/Dockerfile )
14- - [ 7.1-nginx-prod] ( https://github.com/kool-dev/docker-wordpress/blob/master/7.1-nginx-prod/Dockerfile )
15-
16- ### 7.2
17-
18- - [ 7.2] ( https://github.com/kool-dev/docker-wordpress/blob/master/7.2/Dockerfile )
19- - [ 7.2-prod] ( https://github.com/kool-dev/docker-wordpress/blob/master/7.2-prod/Dockerfile )
20- - [ 7.2-nginx] ( https://github.com/kool-dev/docker-wordpress/blob/master/7.2-nginx/Dockerfile )
21- - [ 7.2-nginx-prod] ( https://github.com/kool-dev/docker-wordpress/blob/master/7.2-nginx-prod/Dockerfile )
22-
23- ### 7.3
24-
25- - [ 7.3] ( https://github.com/kool-dev/docker-wordpress/blob/master/7.3/Dockerfile )
26- - [ 7.3-prod] ( https://github.com/kool-dev/docker-wordpress/blob/master/7.3-prod/Dockerfile )
27- - [ 7.3-nginx] ( https://github.com/kool-dev/docker-wordpress/blob/master/7.3-nginx/Dockerfile )
28- - [ 7.3-nginx-prod] ( https://github.com/kool-dev/docker-wordpress/blob/master/7.3-nginx-prod/Dockerfile )
29-
309### 7.4
3110
3211- [ 7.4] ( https://github.com/kool-dev/docker-wordpress/blob/master/7.4/Dockerfile )
@@ -37,3 +16,9 @@ Minimal PHP Docker image for wordpress based on [kooldev/php](https://github.com
3716## How to
3817
3918Check [ kooldev/php] ( https://github.com/kool-dev/docker-php ) to see available options.
19+
20+ ### Update images with templates
21+
22+ You should change ` fwd-template.json ` for configuration and ` template ` folder for the actual base templates.
23+
24+ After any changes, we need to run ` kool run template ` to parse the templates and generate all versions folder/files.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ scripts :
2+ template : kool docker fireworkweb/fwd:v1.0 fwd template
3+ build :
4+ # parse templates
5+ - kool run template
6+ # PHP 7.4
7+ - docker build --pull -t kooldev/wordpress:7.4 7.4
8+ - docker build -t kooldev/wordpress:7.4-prod 7.4-prod
9+ - docker build -t kooldev/wordpress:7.4-nginx 7.4-nginx
10+ - docker build -t kooldev/wordpress:7.4-nginx-prod 7.4-nginx-prod
You can’t perform that action at this time.
0 commit comments