Aaron Lehmann
efa7068133
Run lint on most of api/types
...
The validate-lint script excludes any package names that match
api/types. However, the only subpackage that appears to cause issues is
api/types/container (due to stuttering names). Tighten the filtering so
that other code inside api/types is validated.
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-11-03 19:08:24 -07:00
Alexander Morozov
c072347078
Merge pull request #27912 from LK4D4/vndr
...
project: use vndr for vendoring
2016-11-03 18:30:19 -07:00
Brian Goff
7248742ae7
Merge pull request #28052 from mavenugo/nid
...
Handle NetworkDettach for the case of network-id
2016-11-03 21:00:37 -04:00
Brian Goff
d5c3eb0afb
Merge pull request #28046 from tophj-ibm/make-debs-1610
...
[ppc64le] add yakkety yak to 'make deb'
2016-11-03 20:17:36 -04:00
Sebastiaan van Stijn
2793f198de
Merge pull request #28000 from riyazdf/revert-27804
...
Revert "Update authz plugin list on failure."
2016-11-03 17:17:22 -07:00
Misty Stanley-Jones
a89f8f2d93
Merge pull request #28053 from gdevillele/pr_fix_docs_frontmatter_keywords_2
...
fix frontmatter keywords value type (string, instead of []string) in /docs/reference/
2016-11-03 17:16:40 -07:00
Misty Stanley-Jones
8956853398
Merge pull request #28049 from gdevillele/pr_fix_docs_frontmatter_keywords
...
fix frontmatter keywords value type (string, instead of []string)
2016-11-03 17:14:11 -07:00
Sebastiaan van Stijn
58a930d66b
Merge pull request #26792 from mrunalp/bug/26790
...
Add SELinux options to security opt even when it is not empty
2016-11-03 17:04:36 -07:00
Sebastiaan van Stijn
6b3b9d53e1
Merge pull request #28021 from YuPengZTE/devString
...
Add “” for String
2016-11-03 17:03:56 -07:00
Sebastiaan van Stijn
f424b1d884
Merge pull request #27707 from FrenchBen/aws-logstream
...
Aws logstream
2016-11-03 16:16:02 -07:00
Madhu Venugopal
5f17e0f6c9
Handle NetworkDettach for the case of network-id
...
When a container is attached to an "--attachable" network, it strictly
forms the attacherKey using either the network-id or network-name
because at the time of attachment, the daemon may not have the network
downloaded locally from the manager. Hence, when the NetworkDettach is
called, it should use either network-name or network-id. This fix
addresses the missing network-id based dettachment case.
Signed-off-by: Madhu Venugopal <madhu@docker.com>
2016-11-03 15:56:35 -07:00
Riyaz Faizullabhoy
a64fc8eea3
Revert "Update authz plugin list on failure."
...
This reverts commit fae904af02
.
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
2016-11-03 15:49:21 -07:00
Gaetan de Villele
248c699ec8
fix frontmatter keywords value type (string, instead of []string) in /docs/reference
...
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-03 15:48:30 -07:00
Alexander Morozov
f2614f2107
project: use vndr for vendoring
...
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2016-11-03 15:31:46 -07:00
Alexander Morozov
f54339dfea
Merge pull request #27964 from dnephin/faster-validate
...
Faster validation scripts
2016-11-03 15:17:34 -07:00
Tianon Gravi
98c3e0c929
Merge pull request #28044 from tophj-ibm/update-ppc64le-make-deb
...
[ppc64le] update go download link, and improve comments
2016-11-03 14:42:32 -07:00
Madhu Venugopal
2d676d38a0
Merge pull request #28019 from sanimej/vendor
...
Vendoring libnetwork @9ab6e13
2016-11-03 14:35:28 -07:00
Gaetan de Villele
4aa6618acb
fix frontmatter keywords value type (string, instead of []string)
...
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-03 14:21:33 -07:00
French Ben
3661510f7f
Updated AWS logstream to understand tags
...
Signed-off-by: French Ben <frenchben@docker.com>
2016-11-03 13:49:40 -07:00
Brian Goff
02bc2e652b
Merge pull request #27331 from Microsoft/jjh/spew
...
Add spew debugging
2016-11-03 16:36:20 -04:00
Daniel Nephin
9a2eb8b162
Add stubs for windows CI
...
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2016-11-03 14:24:58 -06:00
Daniel Nephin
22033e1003
Move validation out of hack/make
...
Allow each script to run directly without the hack/make.sh wrapper. These
scripts do not produce artifacts and do not benefit from the "bundles"
framework.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2016-11-03 14:24:22 -06:00
Mrunal Patel
4c10c2ded3
Ensure that SELinux Options are set when seccomp is already set
...
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2016-11-03 13:23:53 -07:00
Sebastiaan van Stijn
16f6b3e8a9
Merge pull request #27383 from runcom/authz-peercerts
...
pkg/authorization: send request's TLS peer certificates to plugins
2016-11-03 13:22:29 -07:00
Victor Vieux
e9158358e5
Merge pull request #28040 from vieux/fix_prune_container_msg
...
fix double [y/N] in container prune
2016-11-03 13:19:10 -07:00
Christopher Jones
da382044d3
[ppc64le] add yakkety yak to 'make deb'
...
This adds 'make deb' support for yakkety yak on ppc64le
Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
2016-11-03 15:59:59 -04:00
Christopher Jones
629e85ad89
[ppc64le] update make deb go download link
...
Updates the ppc64le `make deb` trusty download link to be
consistent with the other Dockerfiles. Also minor clarification
to how we install go.
Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
2016-11-03 15:26:28 -04:00
Santhosh Manohar
9cebccfb95
Fix IT case for network name validation
...
Signed-off-by: Santhosh Manohar <santhosh@docker.com>
2016-11-03 11:04:37 -07:00
Santhosh Manohar
8479a765dd
Vendoring libnetwork @9ab6e13
...
Signed-off-by: Santhosh Manohar <santhosh@docker.com>
2016-11-03 10:58:47 -07:00
Victor Vieux
eadb5b315b
fix double [y/N] in container prune
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-11-03 10:33:17 -07:00
Sebastiaan van Stijn
b2641bd9df
Merge pull request #27910 from dperny/node_ip_in_raft
...
Auto-detect node IP address
2016-11-03 10:30:55 -07:00
John Howard
ecf405b64d
Merge pull request #27873 from duglin/fixContChar
...
Fix case where \ at EOF made the builder ignore the command
2016-11-03 10:30:15 -07:00
Anusha Ragunathan
cf55397e13
Merge pull request #27164 from cpuguy83/carry_24205
...
Fix volume creates blocked by stale cache entries
2016-11-03 10:28:13 -07:00
Victor Vieux
6ee25e6277
Merge pull request #27968 from vieux/add_volume_test
...
add test plugin install --disable and volume ls
2016-11-03 10:22:52 -07:00
John Howard
4c62b12636
Spew debugging
...
Signed-off-by: John Howard <jhoward@microsoft.com>
2016-11-03 10:05:11 -07:00
John Howard
3b6cd20b0b
Vendor davecgh/gospew @ 6d212880
...
Signed-off-by: John Howard <jhoward@microsoft.com>
2016-11-03 09:35:58 -07:00
Brian Goff
6a0bdffc1a
Fix volume creates blocked by stale cache entries
...
When a conflict is found in the volume cache, check with the driver if
that volume still actually exists.
If the volume doesn't exist, purge it from the cache and allow the
create to happen.
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-11-03 11:56:44 -04:00
Justin Cormack
81683e898a
Merge pull request #27599 from estesp/getent-path
...
Add support for looking up user/groups via `getent`
2016-11-03 15:11:42 +00:00
Drew Erny
9bcf623719
added node ip autodetection
...
Manager now auto-detects the address that an agent connects to the cluster
from and stores it. This is useful for many kinds of internal cluster
management tools.
Signed-off-by: Drew Erny <drew.erny@docker.com>
2016-11-03 08:10:14 -07:00
Doug Davis
eaf0b5708f
Fix case where \\ at EOF made the builder ignore the command
...
Came from looking at issue #27545
Signed-off-by: Doug Davis <dug@us.ibm.com>
2016-11-03 05:48:49 -07:00
Vincent Demeester
aa90a531c5
Merge pull request #27934 from yuexiao-wang/volume-create
...
Update descriptions for the docker volume sub-command, such as create,list and inspect
2016-11-03 03:12:10 -07:00
yuexiao-wang
cf5fadeb0c
Update for docker volume create
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2016-11-03 22:40:04 +08:00
Vincent Demeester
e93f84a48b
Merge pull request #26825 from AkihiroSuda/mountcli
...
cli: add `--mount` to `docker run`
2016-11-03 03:11:44 -07:00
yupeng
167daf5060
Add for String
...
Signed-off-by: yupeng <yu.peng36@zte.com.cn>
2016-11-03 16:15:26 +08:00
Vincent Demeester
19b5b4aada
Merge pull request #27951 from LK4D4/dump_always_to_file
...
daemon: always dump stack to file
2016-11-03 00:35:06 -07:00
Akihiro Suda
273eeb813c
cli: add `--mount` to `docker run`
...
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2016-11-03 07:08:59 +00:00
Vincent Demeester
0f9ba0ea70
Merge pull request #28016 from thaJeztah/dont-include-powershell-in-tgz
...
Don't include PowerShell completions in tgz
2016-11-02 23:32:48 -07:00
Vincent Demeester
1f4137857f
Merge pull request #28006 from dmcgowan/clean-overlay2-layerstore
...
Cleanup invalid code in overlay2 and layer store
2016-11-02 23:16:38 -07:00
Vincent Demeester
5c9e38b73f
Merge pull request #27889 from Microsoft/jjh/windockerfile
...
Windows: dockerfile tweaks
2016-11-02 23:08:27 -07:00
Vincent Demeester
9a6f26ce55
Merge pull request #27973 from yuexiao-wang/add-stack
...
Add stack service and fix typos
2016-11-02 23:04:54 -07:00