GordonTheTurtle
8e212141ba
Merge component 'cli' from git@github.com:docker/cli master
2018-07-10 16:41:45 +00:00
Sebastiaan van Stijn
d5d9154f1b
Merge pull request #1178 from cyli/fix-swarm-ca-command
...
Propagate the provided external CA certificate to the external CA object in swarm
Upstream-commit: c8b9c21ef9
Component: cli
2018-07-10 01:31:32 +02:00
GordonTheTurtle
e3a4e3e405
Merge component 'engine' from git@github.com:docker/engine master
2018-07-09 17:05:35 +00:00
GordonTheTurtle
7f77443754
Merge component 'cli' from git@github.com:docker/cli master
2018-07-09 16:41:26 +00:00
Vincent Demeester
68bf9d2bfa
Merge pull request #37390 from thaJeztah/update_cfssl_for_swarmkit
...
Update cloudflare/cfssl to 1.3.2
Upstream-commit: c8bda42d1632163c62f6a3d32969af2ba5463ab3
Component: engine
2018-07-09 09:10:25 +02:00
Arash Deshmeh
a160d8d6ac
refactored cli/compose and cli/command/trust to use sort.Slice and removed custom types used for sorting
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com >
Upstream-commit: 71d650ee17
Component: cli
2018-07-08 15:08:17 -04:00
Sebastiaan van Stijn
806ea23a1d
Merge pull request #37409 from ctelfer/rm-libnet-error-wrapping
...
Fix faulty error type checking in removeNetwork()
Upstream-commit: 905811f366f28c1712626817f5fb086bd4072a78
Component: engine
2018-07-08 20:18:40 +02:00
GordonTheTurtle
cf69ae8a84
Merge component 'engine' from git@github.com:docker/engine master
2018-07-08 17:05:19 +00:00
Donghwa Kim
a65c9b81e8
Fix typo on test.md
...
It said `TESTFLAGS='-test.run ^TestValidateIPAddress$' make test-unit`
runs `TestBuild` test, but actually runs `TestValidateIPAddress` test.
Signed-off-by: Donghwa Kim <shanytt@gmail.com >
Upstream-commit: 3048c3a7682919297d8d7d26897a59dc91b3be09
Component: engine
2018-07-08 18:22:21 +09:00
Chris Telfer
f1b7597661
Get err type in removeNetworks() w/ errors.Cause()
...
Commit c0bc14e8 wrapped the return value of nw.Delete() with some extra
information. However, this breaks the code in
containerAdaptor.removeNetworks() which ignores certain specific
libnetwork error return codes. Said codes actually don't represent
errors, but just regular conditions to be expected in normal operation.
The removeNetworks() call checked for these errors by type assertions
which the errors.Wrap(err...) breaks.
This has a cascading effect, because controller.Remove() invokes
containerAdaptor.removeNetworks() and if the latter returns an error,
then Remove() fails to remove the container itself. This is not
necessarily catastrophic since the container reaper apparently will
purge the container later, but it is clearly not the behavior we want.
Signed-off-by: Chris Telfer <ctelfer@docker.com >
Upstream-commit: 6225d1f15c5fd916c3e0ef3afe022f6cc14ac696
Component: engine
2018-07-07 18:18:53 -04:00
GordonTheTurtle
69398f8dbb
Merge component 'engine' from git@github.com:docker/engine master
2018-07-07 18:12:23 +00:00
GordonTheTurtle
6905b9b449
Merge component 'cli' from git@github.com:docker/cli master
2018-07-07 17:47:00 +00:00
Brian Goff
af3a05526e
Merge pull request #37411 from tonistiigi/vendor-containerd
...
vendor: update containerd to b41633746
Upstream-commit: ae1160b8d8dd0b877bb58226852422c63b7210ce
Component: engine
2018-07-06 18:37:31 -07:00
GordonTheTurtle
642f2f54c1
Merge component 'packaging' from git@github.com:docker/docker-ce-packaging master
2018-07-06 23:32:26 +00:00
Eli Uriegas
d8b48fcc0c
Add a 0. to be more consistent with dev version
...
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com >
Upstream-commit: eed5a3519f43d4603cdbc410059d191d9f2c54ea
Component: packaging
2018-07-06 22:21:52 +00:00
docker-unir[bot]
981ec3d944
Merge pull request #118 from seemethere/j
...
Merged with https://github.com/seemethere/unir
Upstream-commit: 680e6a05a1d55d97bcba7b4179a1af5a7526a30d
Component: packaging
2018-07-06 22:01:37 +00:00
Tonis Tiigi
3c2cc200c2
vendor: update containerd to b41633746
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
Upstream-commit: f0e61582664d16c5a608c3a742cc12b6b006bca6
Component: engine
2018-07-06 14:43:49 -07:00
Sebastiaan van Stijn
9e7b5c6072
Merge pull request #37404 from runcom/no-acpi
...
Add /proc/acpi to masked paths
Upstream-commit: 86a41e4ef70ddeca610f2d0ed195a7834fc6bf4d
Component: engine
2018-07-06 22:40:08 +02:00
Arash Deshmeh
b6e6c32f70
refactored all commands under cli/command/ to use sort.Slice instead of declaring custom types for sorting
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com >
Upstream-commit: ceed42217d
Component: cli
2018-07-06 15:49:32 -04:00
Eli Uriegas
90fd78493d
Make static versioning match RPM and DEB versioning
...
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com >
Upstream-commit: c2afc0508ba0af6f50e99b9f1756a72748ff2bb1
Component: packaging
2018-07-06 18:45:11 +00:00
Eli Uriegas
7925889650
Bump EPOCH to 1
...
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com >
Upstream-commit: 6456000a411bc00fa9f2b022ecda985d1e221869
Component: packaging
2018-07-06 18:23:35 +00:00
Eli Uriegas
8c93c99508
Add unir yml
...
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com >
Upstream-commit: 6a5e5179ef2160c98c8e96a82a676703322c24c9
Component: packaging
2018-07-06 18:04:36 +00:00
Eli Uriegas
8dfe97f6a1
Change dev versioning to be purely git based
...
Switches dev versioning from being based on a set version like
`18.06.0-dev` to being based purely on the git commit timestamp / git
commit sha.
This should give us a bit more flexibility in terms of nightlies not
being tied to specific versions.
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com >
Upstream-commit: 559c9a323a77fe1215f91d851ce72053ce5dd99b
Component: packaging
2018-07-06 17:59:30 +00:00
GordonTheTurtle
23d14578b4
Merge component 'engine' from git@github.com:docker/engine master
2018-07-06 17:07:46 +00:00
GordonTheTurtle
136964a8f1
Merge component 'cli' from git@github.com:docker/cli master
2018-07-06 16:41:46 +00:00
Vincent Demeester
c81d2d67a0
Merge pull request #1102 from sfluor/1074-fix-mapping-a-range-of-host-ports-to-a-single-container-port
...
Fix mapping a range of host ports to a single container port
Upstream-commit: 2634562119
Component: cli
2018-07-06 14:41:00 +02:00
Vincent Demeester
c8c1e95dc9
Merge pull request #37394 from yongtang/07052018-ipcmode
...
Migrate some ipcmode tests to integration
Upstream-commit: aba2735e3fe66333ac1064bed3b476f30b1d1c00
Component: engine
2018-07-06 10:00:03 +02:00
GordonTheTurtle
ce46cc96e7
Merge component 'engine' from git@github.com:docker/engine master
2018-07-06 00:59:10 +00:00
GordonTheTurtle
31c1953e39
Merge component 'cli' from git@github.com:docker/cli master
2018-07-06 00:33:04 +00:00
Ying Li
be1844eeef
Bump swarmkit to include task reaper fixes and more metrics.
...
This includes the following behavior-modifying PRs:
- docker/swarmkit#2673
- docker/swarmkit#2669
- docker/swarmkit#2675
- docker/swarmkit#2664
Signed-off-by: Ying Li <ying.li@docker.com >
Upstream-commit: b322705750cddef903a1097e65a46a6a86610d0a
Component: engine
2018-07-05 15:24:10 -07:00
Sebastiaan van Stijn
ca577823d1
Merge pull request #37157 from debayande/even-more-names
...
Adds a few more names to the name generator.
Upstream-commit: 656036ce2cc949939e7eccc6d87d1e8be26e6890
Component: engine
2018-07-05 21:06:12 +02:00
Sebastiaan van Stijn
d053f8aaa0
Merge pull request #37378 from cpuguy83/fix_bindmount_src_create_race
...
Fix bindmount autocreate race
Upstream-commit: cfc75f91ab172f7a202494880c188c7fd963997b
Component: engine
2018-07-05 20:36:49 +02:00
Brian Goff
43a91b94e2
Merge pull request #37392 from thaJeztah/bump_fsnotify
...
update fsnotify to v1.4.7
Upstream-commit: e9c043517889accd19dd426d9f4aadaa18190896
Component: engine
2018-07-05 10:50:25 -07:00
GordonTheTurtle
33125af849
Merge component 'engine' from git@github.com:docker/engine master
2018-07-05 17:07:30 +00:00
GordonTheTurtle
06dc7cf0b2
Merge component 'cli' from git@github.com:docker/cli master
2018-07-05 16:41:46 +00:00
Arash Deshmeh
301034f108
The output of plugin list command is sorted by plugin name
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com >
Upstream-commit: 26151d910a
Component: cli
2018-07-05 12:35:53 -04:00
Antonio Murdaca
b0a8f8763d
Add /proc/acpi to masked paths
...
The deafult OCI linux spec in oci/defaults{_linux}.go in Docker/Moby
from 1.11 to current upstream master does not block /proc/acpi pathnames
allowing attackers to modify host's hardware like enabling/disabling
bluetooth or turning up/down keyboard brightness. SELinux prevents all
of this if enabled.
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
Upstream-commit: 569b9702a59804617e1cd3611fbbe953e4247b3e
Component: engine
2018-07-05 17:39:52 +02:00
Vincent Demeester
aaa1925293
Merge pull request #37393 from mykeul/master
...
Added "--no-cache" to apk call to reduce alpine base image by 10-12% …
Upstream-commit: 06dee4cc27a1e5db75f2cdbcdcb7f762641b57d3
Component: engine
2018-07-05 15:06:21 +02:00
Sebastiaan van Stijn
7340763295
Merge pull request #37388 from ianre657/patch-1
...
add vim-plug setting
Upstream-commit: 65dce935a66de6894b9877b63ce2276eb681ba81
Component: engine
2018-07-05 14:50:28 +02:00
Sebastiaan van Stijn
cb25218045
Merge pull request #37380 from yui-knk/update_doc_Detect
...
Update documents of `Detect`
Upstream-commit: 8d56fa0bb780beb7b7116a8a17771179074408ea
Component: engine
2018-07-05 14:49:18 +02:00
Sami Tabet
9d7371b15c
Adding support of the long syntax publish notation
...
Signed-off-by: Sami Tabet <salph.tabet@gmail.com >
Upstream-commit: 29612ccefe
Component: cli
2018-07-05 00:33:13 +02:00
Mickaël Remars
d5f0e16922
Replaced "--update-cache" argument with "--no-cache" in apk call to reduce alpine base image by 10-12% (avoid useless indexes in /var/cache/apk)
...
Signed-off-by: Mickaël Remars <github@remars.com >
Upstream-commit: e72047a37586f5a929aaec0b8c73863d7209904b
Component: engine
2018-07-04 23:34:30 +02:00
Yong Tang
bf53bc318d
Migrate some ipcmode tests to integration
...
This fix migrates some ipcmode tests in integration-cli
to integration tests.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
Upstream-commit: e0403604e26868b1546a766ab0b40b6cb1677ee6
Component: engine
2018-07-04 16:32:18 +00:00
Sebastiaan van Stijn
472b9e9903
Update cloudflare/cfssl to 1.3.2
...
Matching the version that is used in SwarmKit
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 7084487fdcfaf0fdb76a98757d49033c817c5978
Component: engine
2018-07-04 17:47:22 +02:00
Sebastiaan van Stijn
086353aeec
update fsnotify to v1.4.7
...
Fixes a possible deadlock on closing the watcher on kqueue
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 9f016c0fe1cd30381805fdb225854a36a806e961
Component: engine
2018-07-04 16:58:25 +02:00
Silvin
76a7769a26
Merge pull request #1163 from thaJeztah/bump_engine
...
bump docker and dependencies
Upstream-commit: f285fe67e9
Component: cli
2018-07-04 16:17:12 +02:00
Ian Chen
a79f6da5b0
add vim-plug setting
...
this should work ( tried on my machine)
Signed-off-by: Ian Chen <ianre657@gmail.com >
Upstream-commit: a7652107189336f243e5c9a89b33a577df34fdd2
Component: engine
2018-07-04 15:54:19 +08:00
Sebastiaan van Stijn
f9fb05a1c6
Bump docker and dependencies
...
Updates docker/docker to 1436dc8f8d0f6f60b6e335fbd918d6b22ee6574d,
matching 18.06.0-rc1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 5f6d5c7328
Component: cli
2018-07-04 01:14:40 +00:00
Tibor Vass
6f30c64548
Merge pull request #37381 from tiborvass/api-platforms-as-string-for-temp
...
api: Change Platform field back to string (temporary workaround)
Upstream-commit: b711437bbd8596312c962d4189e9ad4d2108c2dc
Component: engine
2018-07-03 17:54:42 -07:00
Tibor Vass
32dfa10dbf
Merge pull request #37385 from tonistiigi/update-buildkit
...
vendor: update buildkit to 9acf51e491
Upstream-commit: 4b3df087a222fa34d771137b02348c51d9e107bc
Component: engine
2018-07-03 17:33:54 -07:00