Anca Iordache
|
f965401569
|
Merge pull request #7435 from rohitkg98/7416-add-disable-log-prefix-flag
Added option to disable log prefix via cli
|
2020-11-12 09:34:20 +01:00 |
|
Chris Crone
|
bf61244f37
|
build: Add build for CentOS
Signed-off-by: Chris Crone <christopher.crone@docker.com>
|
2020-11-09 18:19:02 +01:00 |
|
Chris Crone
|
f825cec2fc
|
build: Refactor to use BuildKit
Signed-off-by: Chris Crone <christopher.crone@docker.com>
|
2020-11-09 18:19:02 +01:00 |
|
Ulysses Souza
|
675c9674e1
|
Add Makefile including spec download target
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-10-27 13:50:17 +01:00 |
|
Kaushal Rohit
|
cddaa77fea
|
Added option to disable log prefix via cli
Signed-off-by: Kaushal Rohit <rohit.kg98@gmail.com>
|
2020-10-18 19:52:16 +05:30 |
|
Anca Iordache
|
a24843e1e4
|
Merge pull request #7769 from aiordache/changelog_1.27.3
Update changelog for 1.27.3 release
|
2020-09-24 16:34:42 +02:00 |
|
aiordache
|
df05472bcc
|
Remove path check for bind mounts
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-09-24 16:32:52 +02:00 |
|
Ulysses Souza
|
ce59a4c223
|
Fix port rendering
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-09-24 14:49:26 +02:00 |
|
Christian Höltje
|
1ff05ac060
|
run.sh: handle unix:// prefix in DOCKER_HOST
docker currently requires the `unix://` prefix when pointing `DOCKER_HOST` at a socket.
fixes #7281
Signed-off-by: Christian Höltje <docwhat@gerf.org>
|
2020-09-18 13:38:03 +02:00 |
|
aiordache
|
1192a4e817
|
Update changelog for 1.27.3 release
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-09-17 09:47:07 +02:00 |
|
aiordache
|
60514c1adb
|
Allow strings for cpus fields
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-09-16 16:16:06 +02:00 |
|
aiordache
|
c960b028b9
|
fix flake8 complexity
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-09-16 16:14:55 +02:00 |
|
aiordache
|
8c81a9da7a
|
Enable relative paths for driver_opts.device
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-09-16 16:14:55 +02:00 |
|
aiordache
|
5340a6d760
|
Add test for scale with stopped containers
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-09-16 15:59:43 +02:00 |
|
aiordache
|
a85d2bc64c
|
update test for start trigger
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-09-16 15:59:43 +02:00 |
|
aiordache
|
50a4afaf17
|
Fix scaling when some containers are not running
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-09-16 15:59:43 +02:00 |
|
Anca Iordache
|
ddec1f61a6
|
Merge pull request #7761 from aiordache/depends_on
Fix depends_on serialisation on `docker-compose config`
|
2020-09-15 14:30:03 +02:00 |
|
aiordache
|
fa720787d6
|
update depends_on tests
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-09-14 18:01:35 +02:00 |
|
aiordache
|
a75b6249f8
|
Fix depends_on serialisation on docker-compose config
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-09-14 11:41:30 +02:00 |
|
Anca Iordache
|
86dad9247d
|
Merge pull request #7751 from aiordache/1.27.1_changelog
Update changelog for release 1.27.1
|
2020-09-11 14:40:21 +02:00 |
|
Anca Iordache
|
c365ac0c11
|
Merge pull request #7754 from ticalcster/master
Added merge for max_replicas_per_node
|
2020-09-11 14:38:39 +02:00 |
|
Kevin Clark
|
d811500fa0
|
Added merge for max_replicas_per_node
Signed-off-by: Kevin Clark <kclark@edustaff.org>
|
2020-09-11 08:01:24 -04:00 |
|
aiordache
|
204655be13
|
Update changelog for 1.27.2
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-09-10 18:10:37 +02:00 |
|
aiordache
|
b4a944c6cb
|
Use detach=true for oneoff containers
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-09-10 17:48:51 +02:00 |
|
aiordache
|
46fb338812
|
Fix release notest for 1.27.0 - add removal of python2 support
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-09-10 14:15:40 +02:00 |
|
Anca Iordache
|
bf3002771e
|
Merge pull request #7745 from ulyssessouza/maintain-version
Preserve the version when specified in the file
|
2020-09-10 14:14:15 +02:00 |
|
Anca Iordache
|
6b435bf723
|
Merge pull request #7744 from aiordache/driver_wa
Allow driver property for external networks
|
2020-09-10 14:13:33 +02:00 |
|
Ulysses Souza
|
fde1c681a7
|
Preserve the version when specified in the file
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-09-10 13:10:33 +02:00 |
|
aiordache
|
6979a337e0
|
Set service scale to 1 for oneoff containers
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-09-10 12:45:23 +02:00 |
|
Ulysses Souza
|
9f47d4e5d7
|
Pin docker-compose config 's version to 3.9
This avoids bugs on using it's output on swarm
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-09-10 10:30:26 +02:00 |
|
aiordache
|
884a1c4286
|
Allow driver property for external networks
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-09-10 09:56:49 +02:00 |
|
aiordache
|
b111ef6322
|
Re-enable 0 scale/deploy.replicas
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-09-09 11:11:42 +02:00 |
|
aiordache
|
3ee52f2f28
|
Add 1.26.2 release notes to changelog
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-09-08 11:20:42 +02:00 |
|
aiordache
|
060e4e05da
|
Add 1.27.0 release notes to changelog and bump dev version
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-09-08 11:20:42 +02:00 |
|
Anca Iordache
|
c030596db5
|
Merge pull request #7725 from ulyssessouza/update-docs-add-check-script
Add docker.github.io documentation checker and update doc message
|
2020-09-07 15:59:56 +02:00 |
|
Ulysses Souza
|
5db0adda77
|
Add docker.github.io documentation checker and update doc message
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-09-07 15:39:15 +02:00 |
|
Anca Iordache
|
155eb91259
|
Merge pull request #7720 from aiordache/context_bug
Pass context to docker cli
|
2020-09-01 15:16:24 +02:00 |
|
aiordache
|
134319c735
|
Pass context to docker cli
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-09-01 14:31:18 +02:00 |
|
Anca Iordache
|
b04d4e5897
|
Merge pull request #7715 from ulyssessouza/add-anca-to-maintainers
Add Anca to Maintainers
|
2020-09-01 10:48:38 +02:00 |
|
Anca Iordache
|
c2be70a108
|
Merge pull request #7714 from ulyssessouza/fix-stderr-returncode
Rely on returncode to check for errors instead of stderr content.
|
2020-09-01 09:56:39 +02:00 |
|
Ulysses Souza
|
3b17b3c2c0
|
Fix stderr on returncode is different of 0
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-08-31 22:20:26 +02:00 |
|
Ulysses Souza
|
827c68fe6f
|
Fix bump of docker-py on setup.py
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-08-31 21:55:56 +02:00 |
|
Ulysses Souza
|
9ee6b17d9c
|
Add Anca to Maintainers
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-08-31 21:40:11 +02:00 |
|
dependabot-preview[bot]
|
e9b93d706f
|
Bump attrs from 19.3.0 to 20.1.0
Bumps [attrs](https://github.com/python-attrs/attrs) from 19.3.0 to 20.1.0.
- [Release notes](https://github.com/python-attrs/attrs/releases)
- [Changelog](https://github.com/python-attrs/attrs/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/python-attrs/attrs/compare/19.3.0...20.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-08-31 10:54:28 +02:00 |
|
dependabot-preview[bot]
|
da0e183052
|
Bump pytest-cov from 2.10.0 to 2.10.1
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.10.0 to 2.10.1.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.10.0...v2.10.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-08-31 10:52:54 +02:00 |
|
Erfan Gholamian
|
76963e44ad
|
Added integration test for build error when building with docker cli
Signed-off-by: Erfan Gholamian <egholamian2@gmail.com>
|
2020-08-21 20:52:56 +02:00 |
|
Erfan Gholamian
|
76c92b01d4
|
Check stderr when building with docker cli.
Signed-off-by: Erfan Gholamian <egholamian2@gmail.com>
|
2020-08-21 20:52:56 +02:00 |
|
Ulysses Souza
|
dff3ce28f4
|
Fix flake8
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-08-21 19:25:24 +02:00 |
|
Anca Iordache
|
099be62a9c
|
Merge pull request #7696 from ulyssessouza/fix-api-version-test
Update API version for docker client
|
2020-08-21 18:13:12 +02:00 |
|
Ulysses Souza
|
c447ff8c2c
|
Update API version for docker client
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-08-21 18:11:27 +02:00 |
|