summaryrefslogtreecommitdiff
path: root/compose/service.py
Commit message (Expand)AuthorAge
* Merge pull request #8280 from aiordache/ipc_recreateUlysses Souza2021-04-13
|\
| * Add Ipc mode to the config hashAnca Iordache2021-04-13
* | Revert "Add Snyk scan suggestion when building"Ulysses Souza2021-04-13
|/
* change builder API to return imageIDNicolas De Loof2021-04-09
* Merge pull request #8122 from ojab/add_init_containersAnca Iordache2021-04-06
|\
| * Add init container supportSlava Kardakov2021-02-18
* | Add Snyk scan suggestion when buildingUlysses Souza2021-04-05
* | Merge pull request #8188 from aiordache/build_contextUlysses Souza2021-03-11
|\ \
| * | Do not use context as base dir for Dockerfile when context is a git urlAnca Iordache2021-03-09
* | | Fix build.extra_hosts list formatAnca Iordache2021-03-09
|/ /
* | Add missing --add-host args to the build commandJosé Rodrigues2021-02-25
* | Set `platform` and `isolation` options for cli builderaiordache2021-02-23
|/
* Merge pull request #7930 from acran/profilesAnca Iordache2020-12-02
|\
| * Implement service profilesRoman Anasal2020-12-02
* | Move device requests to service_dict to avoid adding another field to config ...aiordache2020-12-02
* | Add devices to config hash to trigger container recreate on changeaiordache2020-12-02
|/
* Implement device requests for GPU supportaiordache2020-11-17
* Fix scaling when some containers are not runningaiordache2020-09-16
* Fix stderr on returncode is different of 0Ulysses Souza2020-08-31
* Check stderr when building with docker cli.Erfan Gholamian2020-08-21
* Parse network-mode on CLI buildUlysses Souza2020-08-19
* Removed Python2 supportalexrecuenco2020-08-11
* Implement service mode for ipcEric Hripko2020-08-07
* Make run behave in the same way as upEric Hripko2020-08-06
* Removed sixBastian Venthur2020-06-03
* Removed Python2 supportBastian Venthur2020-06-03
* Fix flake8 errorsUlysses Souza2020-05-20
* add labels to CLIbuilderluHub2020-03-28
* Refactored mutable default values.yukihira19922020-01-15
* Decode APIError explanation to unicode before usageUlysses Souza2020-01-06
* Fix non ascii chars error. Python2 onlyUlysses Souza2019-11-18
* Fixed error when using startswith on non-ascii stringSebastien Mamessier2019-10-30
* Add working dir, config files and env file in service labelsGuillaume Rose2019-10-15
* UPDATED log messageZuhayr Elahi2019-10-10
* Added log message to check compose fileZuhayr Elahi2019-10-10
* Fix --progress arg when run docker-compose buildLukas Hettwer2019-09-24
* Add comment on native build and fix typoUlysses Souza2019-08-29
* fix: use subprocess32 for python2Nao YONASHIRO2019-08-29
* feat: add --progress flagNao YONASHIRO2019-08-28
* fix: add build flagsNao YONASHIRO2019-08-28
* Add support to CLI buildNao YONASHIRO2019-08-28
* Merge pull request #6624 from orisano/feat-empty-cache-fromIan Campbell2019-05-20
|\
| * feat: drop empty tag on cache_fromNao YONASHIRO2019-05-20
* | fix warning method is deprecated with testsInconnu082019-05-15
|/
* Add test and implementation for secret added after container has been createdHenke Adolfsson2019-03-08
* Merge pull request #6547 from kudos/bugfix/scale-zero-defaultIan Campbell2019-03-07
|\
| * Fix scale attribute to accept 0 as a valueJonathan Cremin2019-03-05
* | Add --quiet build flagAkshit Grover2019-03-02
|/
* Add --no-rm to command buildUlysses Souza2019-02-20
* Fix Flake8 lintUlysses Souza2019-02-05