Makefile improvements

This commit is contained in:
Anatolii Zimovskii 2021-11-02 04:00:42 +03:00
parent a721cbc3ce
commit a3087623c1
Signed by: stam
GPG Key ID: AA3A575AB99E8469
3 changed files with 5 additions and 3 deletions

View File

@ -3,6 +3,7 @@
* `october-november`
* added `nginx:quic` image. UNSTABLE.
* added `redash:latest` image in to `advanced` pack.
* improved `Makefile`s.
* `september`
* added [ArekSredzki/electron-release-server](https://github.com/ArekSredzki/electron-release-server/) support.
* fully reworked `teamcity-agent` images.

View File

@ -1,4 +1,5 @@
VERSION = "2021.11.01"
VERSION = "2021.11.01"
DOCKER_SCAN_SUGGEST = false
all: app
@ -150,4 +151,4 @@ ecosystem-images:
cd `pwd`/linux/ecosystem/nginx/latest/main && pwd && make
cd `pwd`/linux/ecosystem/nginx/latest/php && pwd && make
cd `pwd`/linux/ecosystem/nginx/latest/rtmp-hls && pwd && make
cd `pwd`/linux/ecosystem/nginx/latest/quic && pwd && make
cd `pwd`/linux/ecosystem/nginx/latest/quic && pwd && make

View File

@ -2,4 +2,4 @@
curl --progress-bar -L "https://github.com/docker/compose/releases/download/`curl -fsSLI -o /dev/null -w %{url_effective} https://github.com/docker/compose/releases/latest | sed 's#.*tag/##g' && echo`/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
docker-compose -v
docker-compose -v