Antonio Murdaca
cc12d2bfaa
Merge pull request #21022 from hqhq/hq_fix_race_resize
...
Fix race condition with exec and resize
2016-03-15 22:54:55 +01:00
David Calavera
db182507c1
Merge pull request #21128 from allencloud/handle-kernel-and-os-error-in-info-api
...
handle kernel and os info error in /info api
2016-03-15 14:42:57 -07:00
Antonio Murdaca
4adf74ad42
Merge pull request #21117 from justincormack/restart_syscall
...
Allow restart_syscall in default seccomp profile
2016-03-15 22:41:14 +01:00
Antonio Murdaca
6852d87659
Merge pull request #21193 from amitkris/flush_fix
...
Remove flush(stdout) in pkg/chrootarchive/diff_unix.go
2016-03-15 22:40:37 +01:00
David Calavera
bb23b20ee7
Merge pull request #21110 from hypriot/fix-arm-kernel-modules
...
Improve checking dummy kernel module
2016-03-15 14:39:45 -07:00
David Calavera
a2039f117c
Merge pull request #21218 from runcom/len-check-fix
...
daemon: update: check len inside public function
2016-03-15 14:37:19 -07:00
Antonio Murdaca
0f59b0b12c
Merge pull request #19831 from cloudflare/optimize-gelf
...
GELF logger: Add gelf-compression-type and gelf-compression-level
2016-03-15 22:35:46 +01:00
Jess Frazelle
6c2f4381d3
Merge pull request #21226 from calavera/fix_experimental_deb_builds
...
Move debian rules to the right place before creating the package.
2016-03-15 13:37:20 -07:00
David Calavera
027f4fdca6
Move debian rules to the right place before creating the package.
...
debhelper has changed the way it performs path validations and
building the deb package fails when it tries to compress the files.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-03-15 16:17:38 -04:00
Aaron Lehmann
7cf894ce10
Fix pulling images that contain no layers at all
...
The download manager assumed there was at least one layer involved in
all images. This can be false if the image is essentially a copy of
`scratch`.
Fix a nil pointer dereference that happened in this case. Add
integration tests that involve schema1 and schema2 manifests.
Fixes #21213
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-03-15 11:10:03 -07:00
Tibor Vass
b5725434c6
Update CHANGELOG with reverts
...
Signed-off-by: Tibor Vass <tibor@docker.com>
(cherry picked from commit 320d17b2a2b42a71089b7109797dc4c0f6a06fa8)
2016-03-15 14:02:49 -04:00
Antonio Murdaca
1f4e87f638
distribution: registry: do not access the errors slice if it's empty
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
(cherry picked from commit 0186f4d4223a094a050d06f456355da3ae431468)
2016-03-15 14:02:48 -04:00
Tibor Vass
1c64becab6
Update CHANGELOG for 1.10.3
...
Signed-off-by: Tibor Vass <tibor@docker.com>
(cherry picked from commit f33460253887ec05b804cfa9f1daee8d1fd229e1)
2016-03-15 14:01:57 -04:00
Amit Krishnan
a9c6169138
Remove flush(stdout) in pkg/chrootarchive/diff_unix.go and improve error reporting of flush() to fix #21103
...
pkg/chrootarchive/diff_unix.go erroneously calls flush on stdout, which tries to read from stdout returning an error.
This has been fixed by removing the call and by modifying flush to return errors and checking for these errors on calls to flush.
Signed-off-by: Amit Krishnan <krish.amit@gmail.com>
2016-03-15 10:29:51 -07:00
David Calavera
6f2d8b411e
Merge pull request #21162 from estesp/copyastar-dir-create
...
Fix CopyWithTar creation of new destination dir as remapped root
2016-03-15 10:26:30 -07:00
Antonio Murdaca
bb05c18892
daemon: update: check len inside public function
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-03-15 17:24:25 +01:00
Phil Estes
69f297bfee
Merge pull request #21191 from tophj-ibm/ppc64le-update-dockerfile
...
ppc64le: update dockerfile hashes and notary
2016-03-15 09:17:45 -07:00
allencloud
825b582207
add validating configs from configuration file
...
Signed-off-by: allencloud <allen.sun@daocloud.io>
2016-03-16 00:05:52 +08:00
Tim Hockin
53c5de2921
Don't smoosh hostname and domainname in API
...
This allows users to provide a FQDN as hostname or to use distinct hostname and
domainname parts. Depends on https://github.com/docker/libnetwork/pull/950
Signed-off-by: Tim Hockin <thockin@google.com>
2016-03-15 08:32:35 -07:00
Phil Estes
21e531014d
Merge pull request #20177 from jheiss/12076-net_hostname
...
Allow --hostname with --net=host
2016-03-15 08:17:25 -07:00
Alexander Morozov
29fbc9cc1d
gitignore: cleanup some not needed entries
...
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2016-03-15 07:33:05 -07:00
allencloud
b0fb0f1993
handle kernel and os info error in /info api
...
Signed-off-by: allencloud <allen.sun@daocloud.io>
2016-03-15 20:23:15 +08:00
Sebastiaan van Stijn
daabb45d0a
Merge pull request #21196 from LK4D4/detect_leaks_util
...
integration-cli: move goroutines info helpers to separate funcs
2016-03-15 12:42:47 +01:00
Daniel Dao
bd94baa353
add gelf option to customize compression type and level
...
this allows user to choose the compression type (i.e. gzip/zlib/none) using
--log-opt=gelf-compression-type=none or the compression level (-1..9) using
--log-opt=gelf-compression-level=0 for gelf driver.
Signed-off-by: Daniel Dao <dqminh@cloudflare.com>
2016-03-15 11:06:06 +00:00
Vincent Demeester
43b5e1ed40
Merge pull request #21205 from geekylucas/21195-update-docs-debian-image-size
...
Update docs: A more accurate size for debian image
2016-03-15 11:18:27 +01:00
Sebastiaan van Stijn
68ca76320f
Merge pull request #21190 from runcom/cleanup
...
*: remove unused stuff
2016-03-15 11:13:10 +01:00
Vincent Demeester
f9fe796eab
Merge pull request #21209 from HackToday/fixdocps
...
Add the missed volume filter
2016-03-15 10:59:52 +01:00
Kai Qiang Wu(Kennan)
b1619766c0
Add the missed volume filter
...
Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com>
2016-03-15 09:26:41 +00:00
Lucas Chan
2f634e4691
Update docs: A more accurate size for debian image
...
Fixes : #21195
The current size of the debian image is 125.1 MB so I have updated the Markdown to say "under 150". Also removed "extremely" (minimal) as requested. Documentation built and tested using `make docs`.
Signed-off-by: Lucas Chan <lucas-github@lucaschan.com>
2016-03-15 18:29:06 +11:00
Brian Goff
37a1fadae6
Merge pull request #21097 from thaJeztah/dont-run-without-udev-sync
...
Fail when devicemapper doesn't support udev-sync
2016-03-14 21:18:01 -04:00
Vincent Batts
bfed97b688
Merge pull request #20786 from rhvgoyal/min-free-space
...
devmapper: Add a new option dm.min_free_space_percent
2016-03-14 20:10:43 -04:00
Brian Goff
f500951598
Merge pull request #20121 from solganik/master
...
syslog format
2016-03-14 20:09:15 -04:00
Alexander Morozov
0c7c9df804
integration-cli: move goroutines info helpers to separate funcs
...
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2016-03-14 15:52:56 -07:00
David Calavera
d8539347bf
Merge pull request #20111 from twistlock/19995_skip_user_ns
...
Run privileged containers when userns are specified - feature proposal
2016-03-14 15:11:55 -07:00
Brian Goff
01f165169b
Merge pull request #21151 from mountkin/optimize-test
...
optimize slow tests
2016-03-14 16:39:01 -04:00
Sebastiaan van Stijn
fa8417d9ef
Merge pull request #21192 from ohadschn/master
...
Fix Remote API doc double slash typo in cURL command
2016-03-14 21:34:48 +01:00
Vincent Demeester
90ce409e35
Merge pull request #20949 from imjching/master
...
Fix typo for download and upload retry messages
2016-03-14 21:08:49 +01:00
Ohad Schneider
e31217fbc4
Fix Remote API doc typo in cURL command
...
Either a single slash or localhost should be specified after http in the cURL URL, not http:// (double slash)
Signed-off-by: ohadschn <ohad188@gmail.com>
2016-03-14 21:15:38 +02:00
David Calavera
c5aedcdac9
Merge pull request #21149 from yongtang/21124-TestJSONFormatProgress
...
Fix flaky test TestJSONFormatProgress (#21124 )
2016-03-14 11:50:50 -07:00
Christopher Jones
2bcf50bdd4
ppc64le: update dockerfile hashes and notary
...
Now that we are using gc/go 1.6, update a few hashes as well
as actually building the notary binary
Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
2016-03-14 14:36:20 -04:00
Antonio Murdaca
59648fc1e9
*: remove unused stuff
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-03-14 18:41:30 +01:00
Stefan Scherer
53ba08c874
Improve checking dummy kernel module
...
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
2016-03-14 18:25:24 +01:00
moxiegirl
7ae1990526
Merge pull request #21158 from thaJeztah/add-alias-for-removed-docs
...
Add redirects for old Docker Cloud tutorial
2016-03-14 10:24:12 -07:00
David Calavera
df20b5cfd3
Merge pull request #21002 from tonistiigi/fix-id-noprefix
...
Fix docker run for 64 byte hex ID
2016-03-14 10:17:38 -07:00
David Calavera
8e74cf59d0
Merge pull request #21048 from LK4D4/fix_attach_leak
...
daemon: fix hanging attaches on initial start failures
2016-03-14 10:16:45 -07:00
Brian Goff
3d42393e7f
Merge pull request #21161 from Microsoft/jjh/TestLogsPerformanceProblem
...
Windows: Improve TestLogsContainers performance
2016-03-14 13:04:16 -04:00
Jay
f8d14bd4c6
Fix typo for download and upload retry messages
...
Signed-off-by: Jay <jay@imjching.com>
2016-03-15 00:56:19 +08:00
Aaron Lehmann
0b962f72a9
Merge pull request #21159 from runcom/fix-retry-push-bug
...
distribution: errors: do not retry if no credentials provided
2016-03-14 09:47:13 -07:00
David Calavera
3771a1713b
Merge pull request #21131 from estesp/gcc-devmapper-test-broken
...
Fix gcc compile test with proper flag ordering
2016-03-14 09:46:49 -07:00
David Calavera
d95723f5ef
Merge pull request #21123 from justincormack/libseccomp23
...
Update statically linked libseccomp to 2.3.0
2016-03-14 09:45:29 -07:00