From: Javier Marcet Date: Thu, 25 Mar 2021 16:25:58 +0000 (+0000) Subject: docker-compose: Update to version 1.28.6 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7369f3270ccac46b4b3a37e2fdc5245b4d937561;p=feed%2Fpackages.git 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 --- diff --git a/utils/docker-compose/Makefile b/utils/docker-compose/Makefile index 8e51bf6174..7aca1956e3 100644 --- a/utils/docker-compose/Makefile +++ b/utils/docker-compose/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=docker-compose -PKG_VERSION:=1.28.4 +PKG_VERSION:=1.28.6 PKG_RELEASE:=1 PYPI_NAME:=docker-compose -PKG_HASH:=681aca74e70e238ae43c810a62f471b645942f0ce97b6a0ca375fcb64f3aca85 +PKG_HASH:=1d44906f7ab738ba2d1785130ed31b16111eee6dc5a1dbd7252091dae48c5281 PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=Apache-2.0