Commit Graph

2727 Commits

Author SHA1 Message Date
Sebastiaan van Stijn abffcdd082
go.mod: update docker and cli to v20.10.7
- diff: https://github.com/docker/docker/compare/v20.10.5...v20.10.7
- diff: https://github.com/docker/cli/compare/v20.10.6...v20.10.7

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-06-07 12:28:23 +02:00
Nicolas De loof 165686838e
Merge pull request #1733 from ndeloof/pull_digested
stop using buildkit hack to pull images
2021-06-04 14:26:25 +02:00
Nicolas De loof 9fd0ac9195
Merge pull request #1735 from ndeloof/progress_backend 2021-06-04 13:08:22 +02:00
Nicolas De Loof 924d7925d6
showcase simpler command design by using API options as cobra flags target
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-06-03 17:58:54 +02:00
Nicolas De Loof 82f35d1bac
Move progress writter into backend(s)
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-06-03 14:16:22 +02:00
Nicolas De Loof fe085df7b7
stop using buildkit hack to pull images
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-06-03 11:32:30 +02:00
Nicolas De loof db30ef76d0
Merge pull request #1728 from bukhavtsov/feature/refactoring 2021-06-02 11:23:03 +02:00
Nicolas De loof 3ec33face4
Merge pull request #1730 from ndeloof/progress_cleanup
code cleanup: most progress.Run don't return a value
2021-06-02 11:22:34 +02:00
Nicolas De Loof 907e8e1f24 implement healthcheck.disable by setting Test: "NONE"
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-06-02 10:32:17 +02:00
Nicolas De loof f34f49a16b
Merge pull request #1729 from ndeloof/drop_compose_grpc
remove obsolete compose grpc service
2021-06-01 19:13:36 +02:00
Nicolas De Loof a2ff974ac6
remove obsolete compose grpc service
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-06-01 15:33:55 +02:00
Nicolas De Loof 9b0bc6fee1
code cleanup: most progress.Run don't return a value
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-06-01 15:18:03 +02:00
Artsiom Bukhautsou 610f34fbc7 replaced 'tab' to \t character in the Printf
Signed-off-by: Artsiom Bukhautsou <artyom.bukhavtsov@gmail.com>
2021-06-01 14:01:44 +03:00
Nicolas De loof ff32f87eca
Merge pull request #1724 from ndeloof/config_ipaddress
update compose-go dependency
2021-05-31 18:19:04 +02:00
Nicolas De Loof 17113dfcd3
update compose-go dependency
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-31 18:09:34 +02:00
Nicolas De loof 89a1a27f80
Merge pull request #1723 from docker/master_fail
ignore missing docker-compose cli-plugin, not required for ECS/ACI/Ku…
2021-05-31 17:47:32 +02:00
Nicolas De Loof 8e8122f255
ignore missing docker-compose cli-plugin, not required for ECS/ACI/Kube e2e tests
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-31 17:17:17 +02:00
Lorena Rangel 41d5cfd219
Merge pull request #1722 from lorenrh/fix-readme
Fix readme: remove extra single quotes
2021-05-31 16:51:40 +02:00
Lorena Rangel 62f8bd103b Fix readme: remove extra single quotes
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2021-05-31 16:41:42 +02:00
Lorena Rangel d4b15d833b
Merge pull request #1721 from ndeloof/install
clarify compose 2 install as a CLI plugin
2021-05-31 15:57:01 +02:00
Nicolas De Loof 2863db84b4
clarify compose 2 install as a CLI plugin
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-31 11:56:32 +02:00
Nicolas De loof 2315a1dad7
Merge pull request #1707 from docker/up_follow 2021-05-31 10:54:40 +02:00
Mathieu Champlon c1ebad6005
Merge pull request #1714 from ndeloof/split_build
split compose-cli "docker" and composeV2 cli-plugin release processes
2021-05-31 07:07:23 +02:00
Lorena Rangel a1fe15c8c3
Merge pull request #1715 from ndeloof/env_crash
remove unresolved vars from env set by `exec`
2021-05-27 20:21:52 +02:00
Nicolas De Loof 4947a4037f
remove unresolved vars from env set by `exec`
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-27 16:19:28 +02:00
Nicolas De Loof 3aaec6a554
split compose-cli "docker" and composeV2 cli-plugin release processes
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-27 12:46:39 +02:00
Nicolas De Loof 6f6ae071d6
improve container events watch robustness
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-26 14:04:38 +02:00
Nicolas De Loof c16834cba6
attach to containers added by "scale"
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-25 22:59:57 +02:00
Nicolas De loof 2605aae33f
Merge pull request #1711 from ndeloof/rename_race
prevent race condition renaming containers
2021-05-25 20:53:10 +02:00
Nicolas De Loof 5f09e330fb
prevent race condition renaming containers
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-25 14:02:07 +02:00
Nicolas De loof d16a5f4cb9
Merge pull request #1704 from gtardif/fix_win_mount_socket 2021-05-24 22:03:40 +02:00
guillaume.tardif 7a25378590 Do not resolve mount linux abs path as windows path on windows (eg. /var/run/docker.sock => c:/var/run/docker.sock folder)
Signed-off-by: guillaume.tardif <guillaume.tardif@gmail.com>
2021-05-24 21:54:36 +02:00
Guillaume Tardif 003d61f6c6
Merge pull request #1673 from steele/support-wsl1-azure-login
Support Azure login page on WSL 1
2021-05-21 11:24:57 +02:00
Nicolas De loof 93a3392d3a
Merge pull request #1696 from ndeloof/compose_file_env
support compose file set by COMPOSE_FILE env var
2021-05-21 10:22:57 +02:00
Nicolas De loof ccaa1754d4
Merge pull request #1682 from ndeloof/exec_env
define exec env by merging service env with command line --env
2021-05-20 21:29:57 +02:00
Nicolas De Loof 04c3833450
define exec env by merging service env with command line --env
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-20 18:54:03 +02:00
Nicolas De loof ed11511d29
Merge pull request #1691 from docker/pre_run
validate and pre-process flags in PreRun
2021-05-20 18:50:50 +02:00
Nicolas De Loof 8b9ed85928
validate and pre-process flags in PreRun
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-20 18:35:13 +02:00
Nicolas De loof d70b50bc3b
Merge pull request #1689 from chris-crone/bump-linter 2021-05-20 18:33:48 +02:00
Nicolas De loof e91e163c84
Merge pull request #1688 from docker/interceptor 2021-05-20 18:33:41 +02:00
Nicolas De Loof de85b0624b
support compose file set by COMPOSE_FILE env var
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-20 15:41:41 +02:00
Nicolas De loof 24e63e8675
Merge pull request #1693 from docker/restart_services 2021-05-20 12:16:23 +02:00
Nicolas De Loof c76dd110c7
only (re)start selected services
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-20 12:03:30 +02:00
Chris Crone d27bda5e1d build: Update golangci-lint
* Replace goling with revive as the former is deprecated

Signed-off-by: Chris Crone <christopher.crone@docker.com>
2021-05-19 15:00:53 +00:00
Chris Crone d543ef3064 build: Include go cache where module cache is used
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2021-05-19 14:59:21 +00:00
Nicolas De Loof 21e2f5c062
use interceptor to implement ACI-specific flags
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-19 16:00:26 +02:00
Nicolas De Loof 62af4e0cc7 introduce ServiceProxy for backend lazy initialization
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-19 15:48:56 +02:00
Nicolas De loof dbd936b704
Merge pull request #1679 from ndeloof/build_args
resolve build args on compose up --build
2021-05-17 16:32:38 +02:00
Nicolas De loof 2162bc922a
Merge pull request #1675 from ndeloof/ps_exitcode
ps shows healthcheck only for running container
2021-05-17 16:31:43 +02:00
Nicolas De loof 8f2e572edd
Merge pull request #1676 from ndeloof/bind_npipe
named pipe need to be mounted using the bind API
2021-05-17 16:30:45 +02:00