aboutsummaryrefslogtreecommitdiff
path: root/utils/docker-compose
Commit message (Collapse)AuthorAge
* docker-compose: Update to version 1.29.2Javier Marcet2021-05-13
| | | | | | | | | | Miscellaneous: - Remove prompt to use docker compose in the up command - Bump py to 1.10.0 in requirements-indirect.txt Signed-off-by: Javier Marcet <javier@marcet.info>
* docker-compose: Update to version 1.29.1Javier Marcet2021-04-14
| | | | | | | | | | | | | | Bugs: - Fix for invalid handler warning on Windows builds - Fix config hash to trigger container recreation on IPC mode updates - Fix conversion map for placement.max_replicas_per_node - Remove extra scan suggestion on build Signed-off-by: Javier Marcet <javier@marcet.info>
* docker-compose: Update to version 1.29.0Javier Marcet2021-04-11
| | | | | | | | | | | | | | | | | | | | | | 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>
* docker-compose: Update to version 1.28.6Javier Marcet2021-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <javier@marcet.info>
* docker-compose: Update to version 1.28.4Javier Marcet2021-02-19
| | | | | | | | | | | | Bugs: - Fix SSH port parsing by bumping docker-py to 4.4.3 Miscellaneous: - Bump Python to 3.7.10 Signed-off-by: Javier Marcet <javier@marcet.info>
* docker-compose: Update to version 1.28.3Javier Marcet2021-02-19
| | | | | | | | | | | | | | | | | | | | | | Bugs: - Fix SSH hostname parsing when it contains leading 's', 'h', and remove the quiet option that was hiding the error (via docker-py bump to 4.4.2) - Fix key error for --no-log-prefix option - Fix incorrect CLI environment variable name for service profiles: COMPOSE_PROFILES instead of COMPOSE_PROFILE - Fix fish completion Miscellaneous: - Bump cryptography to 3.3.2 - Remove log driver filter Signed-off-by: Javier Marcet <javier@marcet.info>
* docker-compose: Update to version 1.28.2Javier Marcet2021-01-28
| | | | | | | | | | | | | | Bugs: - Revert to Python 3.7 bump for Linux static builds - Add bash completion for docker-compose logs|up --no-log-prefix Miscellaneous: - CI setup update Signed-off-by: Javier Marcet <javier@marcet.info>
* docker-compose: update to v1.28.0Javier Marcet2021-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | Features: - Support for Nvidia GPUs via device requests - Support for service profiles - Change the SSH connection approach to the Docker CLI's via shellout to the local SSH client (old behaviour enabled by setting COMPOSE_PARAMIKO_SSH environment variable) - Add flag to disable log prefix - Add flag for ansi output control Bugs: - Make parallel_pull=True by default - Bring back warning for configs in non-swarm mode - Take --file in account when defining project_dir - On compose up, attach only to services we read logs from Signed-off-by: Javier Marcet <javier@marcet.info>
* docker-compose: Updated `docker-ce` -> `docker`Gerard Ryan2020-12-15
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker-compose: move to Utilities in menuconfigAlberto Bursi2020-10-26
| | | | | | | | it makes no sense to show docker-compose sit in Languages -> Python submenu in menuconfig, it is a tool and not a library. Move it to Utilities section like docker-ce also is. Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
* docker-compose: Update to version 1.27.4Javier Marcet2020-09-25
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* docker-compose: Update to version 1.27.3Javier Marcet2020-09-17
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* docker-compose: Update to version 1.26.2, drop six depJavier Marcet2020-07-03
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-packages: Remove variantsJeffery To2020-06-14
| | | | | | | These packages were in the PR stage when the cleanup occurred and so still had VARIANT:=python3. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* docker-compose: fix depends after merge in master and move to utilsJavier Marcet2020-06-12
Signed-off-by: Javier Marcet <javier@marcet.info>