Skip to content

Commit

Permalink
Rename build-nginx to build-http
Browse files Browse the repository at this point in the history
With this new name, we abstract the tecnology used, same as
`cli` and `fpm`.
  • Loading branch information
carusogabriel committed Oct 27, 2020
1 parent 3cf99a3 commit 7c21e87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ build-fpm: clean-tags
# Docker HTTP images build matrix ./build-nginx.sh (nginx version) (extra tag)
build-http: BUILDINGIMAGE=http
build-http: clean-tags
./build-nginx.sh 1.17 nginx1 nginx
./build-nginx.sh 1.16
./build-nginx.sh 1.15
./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

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

0 comments on commit 7c21e87

Please sign in to comment.