Browse Source

docker-compose: Update to version 1.29.0

Features:

- Add profile filter to docker-compose config

- Add a depends_on condition to wait for successful service completion

Miscellaneous:

- Add image scan message on build

- Update warning message for --no-ansi to mention --ansi never as alternative

- Bump docker-py to 5.0.0

- Bump PyYAML to 5.4.1

- Bump python-dotenv to 0.17.0

Signed-off-by: Javier Marcet <javier@marcet.info>
lilik-openwrt-22.03
Javier Marcet 4 years ago
committed by Rosen Penev
parent
commit
138f1ccb4c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      utils/docker-compose/Makefile

+ 2
- 2
utils/docker-compose/Makefile View File

@ -1,11 +1,11 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=docker-compose PKG_NAME:=docker-compose
PKG_VERSION:=1.28.6
PKG_VERSION:=1.29.0
PKG_RELEASE:=1 PKG_RELEASE:=1
PYPI_NAME:=docker-compose PYPI_NAME:=docker-compose
PKG_HASH:=1d44906f7ab738ba2d1785130ed31b16111eee6dc5a1dbd7252091dae48c5281
PKG_HASH:=7f3ac832111b55bf1385ccae8b136dc4cbec04a00cf3191b3d0517003324bfc1
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info> PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
PKG_LICENSE:=Apache-2.0 PKG_LICENSE:=Apache-2.0


Loading…
Cancel
Save