mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 14:15:38 +03:00
Makefile improvements
This commit is contained in:
parent
a721cbc3ce
commit
a3087623c1
@ -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.
|
||||
|
5
Makefile
5
Makefile
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user