docker-compose: Update to version 1.28.6
authorJavier Marcet <redacted>
Thu, 25 Mar 2021 16:25:58 +0000 (16:25 +0000)
committerRosen Penev <redacted>
Fri, 26 Mar 2021 20:06:42 +0000 (13:06 -0700)
commit7369f3270ccac46b4b3a37e2fdc5245b4d937561
tree37afd9f6bb879242bae44d89bce2acf37c08f9e9
parent30639b69ea3cb22354c0fdea2e5d000bb20cdc1c
docker-compose: Update to version 1.28.6

Bugs:

- Make --env-file relative to the current working directory and error out for
invalid paths. Environment file paths set with --env-file are relative to the
current working directory while the default .env file is located in the project
directory which by default is the base directory of the Compose file.

- Fix missing service property storage_opt by updating the compose schema

- Fix build extra_hosts list format

- Remove extra error message on exec

- Fix OpenSSL version mismatch error when shelling out to the ssh client

- Add missing build flags to the native builder: platform, isolation and
extra_hosts

- Remove info message on native build

- Avoid fetching logs when service logging driver is set to 'none'

Miscellaneous:

- Add compose.yml and compose.yaml to default filename list

Signed-off-by: Javier Marcet <redacted>
utils/docker-compose/Makefile
git clone https://git.99rst.org/PROJECT