We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build-nginx
build-http
1 parent 3cf99a3 commit 7c21e87Copy full SHA for 7c21e87
Makefile
@@ -45,10 +45,10 @@ build-fpm: clean-tags
45
# Docker HTTP images build matrix ./build-nginx.sh (nginx version) (extra tag)
46
build-http: BUILDINGIMAGE=http
47
build-http: clean-tags
48
- ./build-nginx.sh 1.17 nginx1 nginx
49
- ./build-nginx.sh 1.16
50
- ./build-nginx.sh 1.15
51
- ./build-nginx.sh 1.14
+ ./build-http.sh 1.17 nginx1 nginx
+ ./build-http.sh 1.16
+ ./build-http.sh 1.15
+ ./build-http.sh 1.14
52
53
# Docker Prometheus Exporter file images build matrix ./build-prometheus-exporter-file.sh (nginx version) (extra tag)
54
# Adding arbitrary version 1.0 in order to make sure if we break compatibility we have to up it
build-nginx.sh renamed to build-http.sh
0 commit comments