Commit Graph

2687 Commits

Author SHA1 Message Date
aiordache 9279954193 Check the status of pod containers on `compose up`
Signed-off-by: aiordache <anca.iordache@docker.com>
2021-06-08 12:14:40 +00:00
Nicolas De loof d0e8ebef15
Merge pull request #1751 from ndeloof/pull_only_missing
only report pull progress if we have something to pull
2021-06-07 20:27:34 +02:00
Nicolas De loof b86ff6b18f
Merge pull request #1747 from ndeloof/down_progress 2021-06-07 15:57:38 +02:00
Nicolas De loof bb54b9afac
Merge pull request #1750 from ndeloof/update_compose-go
update compose-go
2021-06-07 15:47:45 +02:00
Nicolas De Loof cb144ab09a
update compose-go
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-06-07 15:42:24 +02:00
Nicolas De Loof dec9169198
move progress to backend on "down"
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-06-07 15:41:59 +02:00
Nicolas De Loof afa1618f17
only report pull progress if we have something to pull
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-06-07 15:31:49 +02:00
Nicolas De loof 5e5bccefbb
Merge pull request #1749 from thaJeztah/ignore_sigurg
mobycli: ignore SIGURG on Linux and Darwin
2021-06-07 14:30:43 +02:00
Nicolas De loof 94cbff00e0
Merge pull request #1748 from thaJeztah/bump_engine_vendor
go.mod: update docker and cli to v20.10.7
2021-06-07 14:17:43 +02:00
Sebastiaan van Stijn b4c8a9dc5f
mobycli: ignore SIGURG on Linux and Darwin
Equivalent of fff164c22e
and cedaf44ea2

In go1.14+, SIGURG is used by the runtime to handle preemtable system calls.
In practice this signal is caught *frequently*.

For reference:

https://go.googlesource.com/proposal/+/master/design/24543-non-cooperative-preemption.md
golang/go#37942

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-06-07 12:44:55 +02:00
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