Nicolas De Loof
577bee955b
type mismatch checking tmpfs conflicting options
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-11-09 08:05:42 +01:00
Nicolas De Loof
ed2395819d
better detect container will restart
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-11-08 14:33:04 +01:00
Mathieu Champlon
e6599c7213
Merge pull request #8889 from ndeloof/build_args_classic
...
restore support for multiple build-args
2021-11-07 11:14:00 +01:00
Pierre-Antoine Guillaume
9c01e41adf
Fix typo in --wait option mechanism
...
Signed-off-by: Pierre-Antoine Guillaume <pierreantoine.guillaume@gmail.com>
2021-11-05 21:42:50 +01:00
Nicolas De Loof
6df30f39f2
golang is so ridiculous with this for..loop pattern
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-11-05 21:11:04 +01:00
Ulysses Souza
a79346b978
Support inherited environment vars on exec
...
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-11-05 20:51:36 +01:00
Djordje Lukic
125752c127
Update golang to 1.17
...
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2021-11-04 09:15:46 +01:00
Stephen Thirlwall
95f0431127
Fix typo in destroy event comment
...
Signed-off-by: Stephen Thirlwall <sdt@dr.com>
2021-11-04 09:13:59 +01:00
Stephen Thirlwall
2bee75c3c4
Fix formatting with gofmt -s
...
Knew I'd forget something.
Signed-off-by: Stephen Thirlwall <sdt@dr.com>
2021-11-04 09:13:59 +01:00
Stephen Thirlwall
a1f7be7b5c
Don't exit on container destroy events
...
Fixes #8747
When the event is a container destroy, calling ContainerInspect returns
an error, because the container no longer exists. This causes both
`docker-compose up` and `docker-compose logs -f` to exit when removing a
stopped container.
This container has already emitted its die event, and has already been
cleaned up. I believe all that needs doing in this case is to early-out.
Signed-off-by: Stephen Thirlwall <sdt@dr.com>
2021-11-04 09:13:59 +01:00
Nicolas De Loof
72e4519cbf
introduce up --wait condition
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-11-03 18:22:29 +01:00
Mathieu Champlon
9e6f51d262
Merge pull request #8868 from rumpl/fix-maintainers
...
Fix the maintainers array in MAINTAINERS
2021-11-03 08:40:26 +01:00
Ulysses Souza
98b3353cbc
Merge pull request #8870 from ulyssessouza/bump-compose-go-1.0.5
...
Bump compose-go to v1.0.5
2021-11-02 23:45:27 +00:00
Ulysses Souza
c756ff3d3e
Bump compose-go to v1.0.5
...
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-11-03 00:38:05 +01:00
Djordje Lukic
fc827f295b
Fix the maintainers array in MAINTAINERS
...
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2021-11-02 22:39:51 +01:00
Ulysses Souza
f10c96a54a
Merge pull request #8789 from Mygao/chore/fix-typo
...
Fix typo: netwok -> network
2021-11-02 10:49:31 +00:00
Ulysses Souza
06c5d8a902
Refactoring
...
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-11-02 10:56:03 +01:00
Ulysses Souza
0f3c214b48
Remove command.DockerCli dependency
...
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-11-02 10:56:03 +01:00
Ulysses Souza
058c779378
Add support for classic builder
...
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-11-02 10:56:03 +01:00
Mathieu Champlon
07a562aa2d
Merge pull request #8838 from youssefeldakar/v2
...
Update README.md: typographical edit of "About update..."
2021-11-02 10:11:46 +01:00
Ulysses Souza
76fe903deb
Merge pull request #8858 from ulyssessouza/avoid-test-flakyness-by-ordering-volumes
...
Avoid test flakyness by ordering volumes before checking
2021-10-31 01:31:23 +00:00
Ulysses Souza
284bad4411
Avoid test flakyness by ordering volumes before checking
...
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-10-31 02:25:10 +01:00
Mathieu Champlon
04d8212a88
Merge pull request #8851 from ndeloof/network_EnableIPv6
...
add support for EnableIPv6
2021-10-30 11:53:19 +02:00
Nicolas De Loof
d38f278f68
add support for EnableIPv6
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-10-28 19:32:04 +02:00
Ulysses Souza
4cb6ace1ce
Merge pull request #8847 from ndeloof/compose_compatibility_env
...
COMPOSE_COMPATIBILITY can be set by .env file
2021-10-28 12:55:50 +01:00
Ulysses Souza
9d04f3ff73
Merge pull request #8848 from ndeloof/DOCKER_DEFAULT_PLATFORM
...
add support for DOCKER_DEFAULT_PLATFORM
2021-10-28 12:54:09 +01:00
Youssef Eldakar
cc5b72b11d
Update README.md: typographical edit of "About update..."
...
Signed-off-by: Youssef Eldakar <youssefeldakar@gmail.com>
2021-10-28 13:18:12 +02:00
Nicolas De Loof
ba08d39187
add support for DOCKER_DEFAULT_PLATFORM
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-10-28 10:28:51 +02:00
Nicolas De Loof
c4cfaeb12a
COMPOSE_COMPATIBILITY can be set by .env file
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-10-28 10:10:43 +02:00
Mathieu Champlon
b2d2c67032
Merge pull request #8824 from docker/mat007-patch-1
...
Update link to Docker Community Slack
2021-10-27 07:35:27 +02:00
Mathieu Champlon
9bc1dfe036
Update link to Docker Community Slack
...
Signed-off-by: Mathieu Champlon <mathieu.champlon@docker.com>
2021-10-27 07:33:57 +02:00
Mathieu Champlon
6476e10b93
Merge pull request #8819 from ulyssessouza/dotenv-wrkdir-order
...
Fix project settings' options order
2021-10-23 09:56:08 +02:00
Ulysses Souza
2530bd981a
Fix project settings' options order
...
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-10-22 14:59:25 +02:00
Mathieu Champlon
d38a315798
Merge pull request #8816 from resios/patch-1
...
Actually fix #8811
2021-10-21 14:42:51 +02:00
Andreas Resios
e3204e7c4e
Actually fix #8811
...
The initial PR had the wrong boolean check. This commit addressed it.
fixes #8811
Signed-off-by: Andreas Resios <andrei.resios@gmail.com>
2021-10-21 09:18:08 +00:00
Mathieu Champlon
27f5b8536b
Merge pull request #8815 from resios/resios/issue8811
...
Compose exec cannot process more than 32KB of data
2021-10-21 06:01:59 +02:00
Andreas Resios
85ef72585d
Compose exec cannot process more than 32KB of data
...
Fixes #8811
Signed-off-by: Andreas Resios <andrei.resios@gmail.com>
2021-10-20 15:54:18 +00:00
Ulysses Souza
c3a5eb2269
Merge pull request #8779 from ulyssessouza/build-dockerfile-relativepath
...
Make service>build>dockerfile a simple filename
2021-10-20 10:51:57 +02:00
Ulysses Souza
94379769e3
Make service>build>dockerfile a simple filename
...
- It makes it keep a simple filename instead of an absolute path
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-10-20 10:24:08 +02:00
Ulysses Souza
7d768e7c1d
Fix index out of range on compose.buildContainerMountOptions
...
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-10-20 10:24:05 +02:00
Ulysses Souza
ea5b094a93
Merge pull request #8792 from ulyssessouza/fix-network-mode-service
...
Fix network_mode "service:x"
2021-10-20 10:21:52 +02:00
Mathieu Champlon
555b0ab0da
Merge pull request #8788 from debdutdeb/8784-timeout-param
...
Fix compose down --timeout/-t flag
2021-10-19 05:43:45 +02:00
Ulysses Souza
c2dd40c161
Fix network_mode "service:x"
...
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-10-14 10:40:44 +02:00
Kyungsik Park
3260dcb121
Fix typo: netwok -> network
...
Signed-off-by: Kyungsik Park <kay.pak@naverlabs.com>
2021-10-13 13:50:48 +09:00
Debdut Chakraborty
55a214a45e
Fix -t flag for compose up command
...
Signed-off-by: Debdut Chakraborty <debdut.chakraborty@rocket.chat>
2021-10-13 09:11:44 +05:30
Debdut Chakraborty
35b4d1de28
Fix checking -t flag
...
Signed-off-by: Debdut Chakraborty <debdut.chakraborty@rocket.chat>
2021-10-13 08:59:16 +05:30
Nicolas De Loof
d48068d6e1
pass runtime option to containerCreate
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-10-12 14:10:26 +02:00
Ulysses Souza
ef786f9245
Fix index out of range on compose.buildContainerMountOptions
...
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-10-11 13:27:37 +02:00
Ulysses Souza
0062703bea
Merge pull request #8726 from ndeloof/log_follow_killed
...
`log --follow` must stop when container get killed
2021-10-06 18:46:45 +02:00
Mathieu Champlon
c55fde7080
Merge pull request #8755 from Yopadd/patch-2
...
Add step in README to install on linux
2021-10-06 14:44:29 +02:00