Skip to content

Commit 7c21e87

Browse files
committed
Rename build-nginx to build-http
With this new name, we abstract the tecnology used, same as `cli` and `fpm`.
1 parent 3cf99a3 commit 7c21e87

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ build-fpm: clean-tags
4545
# Docker HTTP images build matrix ./build-nginx.sh (nginx version) (extra tag)
4646
build-http: BUILDINGIMAGE=http
4747
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
48+
./build-http.sh 1.17 nginx1 nginx
49+
./build-http.sh 1.16
50+
./build-http.sh 1.15
51+
./build-http.sh 1.14
5252

5353
# Docker Prometheus Exporter file images build matrix ./build-prometheus-exporter-file.sh (nginx version) (extra tag)
5454
# Adding arbitrary version 1.0 in order to make sure if we break compatibility we have to up it
File renamed without changes.

0 commit comments

Comments
 (0)