Commit Graph

  • a5bd2973b1 Merge pull request #945 from vdemeester/trust-follow-up Vincent Demeester 2018-03-16 11:09:00 +01:00
  • 7d839876b1 Merge pull request #945 from vdemeester/trust-follow-up Vincent Demeester 2018-03-16 11:09:00 +01:00
  • da9945b5a8 Merge pull request #36584 from cpuguy83/volume_store_tests Vincent Demeester 2018-03-16 09:12:55 +01:00
  • 19d8f3bc64 Merge pull request #36610 from Microsoft/jjh/unbreakxenon John Stephens 2018-03-15 21:38:15 -07:00
  • ca5f3626a1 Allow epoch to be changed by a make variable Eli Uriegas 2018-03-15 23:33:02 +00:00
  • f925996d4a Move same parts to common variables Eli Uriegas 2018-03-15 23:31:46 +00:00
  • f89e535fb8 Windows: Fix Hyper-V containers regression from 36586 John Howard 2018-03-15 15:36:36 -07:00
  • 7998309733 Enable new test versioning scheme Eli Uriegas 2018-03-15 22:05:22 +00:00
  • 8fabfd2555 Merge component 'engine' from git@github.com:moby/moby master GordonTheTurtle 2018-03-15 17:06:50 +00:00
  • 3daa4b4cdd Fix stats collector spinning CPU if no stats are collected Sebastiaan van Stijn 2018-03-15 17:56:15 +01:00
  • 145731fe4b Merge component 'cli' from git@github.com:docker/cli master GordonTheTurtle 2018-03-15 16:41:54 +00:00
  • 37eebe5cb6 Merge pull request #946 from thaJeztah/bump-moby Brian Goff 2018-03-15 09:49:25 -04:00
  • ce28c959c9 Merge pull request #946 from thaJeztah/bump-moby Brian Goff 2018-03-15 09:49:25 -04:00
  • 5fc2230d23 add compress option for 'jsonfiles' log driver This PR adds support for compressibility of log file. I added a new option conpression for the jsonfile log driver, this option allows the user to specify compression algorithm to compress the log files. By default, the log files will be not compressed. At present, only support 'gzip'. Yanqiang Miao 2018-03-13 10:47:24 +08:00
  • 6a0b3c07e8 integration/TestExportContainerAfterDaemonRestart: add Kir Kolyshkin 2018-03-15 00:30:11 -07:00
  • fbedb97a27 Merge pull request #464 from jose-bigio/18.03_versionBump v18.03.0-ce-rc4 Andrew Hsu 2018-03-15 00:28:45 -07:00
  • 1adc2983f8 Merge pull request #465 from andrewhsu/cl Andrew Hsu 2018-03-15 00:28:11 -07:00
  • 6bca1f316f changelog for docker-ce 18.03.0 rc4 Andrew Hsu 2018-03-14 19:32:51 +00:00
  • 78455c2b2f Merge pull request #469 from andrewhsu/hns Andrew Hsu 2018-03-15 00:21:43 -07:00
  • 3b7099798e Update libnetwork to fix stale HNS endpoints on Windows Sebastiaan van Stijn 2018-03-14 23:45:58 +01:00
  • 8cec80b17b Merge pull request #36603 from thaJeztah/fix-stale-hns-endpoints Tibor Vass 2018-03-14 21:05:27 -07:00
  • ef0da452ea Merge pull request #466 from thaJeztah/18.03-fix-duplicate-ip-issues Andrew Hsu 2018-03-14 20:30:56 -07:00
  • b17215c456 Bump moby to ae7016427f8cba4e4d8fcb979d6ba313ee2c0702 Sebastiaan van Stijn 2018-03-15 00:53:49 +01:00
  • 30deffedde Bump moby to ae7016427f8cba4e4d8fcb979d6ba313ee2c0702 Sebastiaan van Stijn 2018-03-15 00:53:49 +01:00
  • 1629147864 Merge pull request #36586 from kolyshkin/do-not-panic Sebastiaan van Stijn 2018-03-15 00:18:24 +01:00
  • b3b80b72e7 Merge pull request #36517 from jim-minter/missing_closewrite Sebastiaan van Stijn 2018-03-15 00:05:54 +01:00
  • 9c4442b73b Update libnetwork to fix stale HNS endpoints on Windows Sebastiaan van Stijn 2018-03-14 23:45:58 +01:00
  • f91125ff08 Update libnetwork with fixes for duplicate IP addresses Sebastiaan van Stijn 2018-03-14 12:44:22 +01:00
  • e1d37225cd Merge pull request #36589 from thaJeztah/fix-duplicate-ip-issues Tibor Vass 2018-03-14 15:04:41 -07:00
  • 32e93cd766 Add some tests to the volume store Brian Goff 2018-03-13 15:39:23 -04:00
  • 1dd3bdc5e9 Merge pull request #459 from thaJeztah/18.03-backport-ipc-ro Andrew Hsu 2018-03-14 12:27:12 -07:00
  • a3fc95aed5 Merge pull request #463 from thaJeztah/18.03-ingress-fix Andrew Hsu 2018-03-14 12:26:22 -07:00
  • a2e4c2ffca LCOW: Write saved manifest.json in Unix paths John Howard 2018-03-14 10:00:15 -07:00
  • c113de75ae LCOW: Graphdriver DiffGetter implementation John Howard 2018-03-13 15:55:17 -07:00
  • d2852cf7ac LCOW: Make sure OS is copied for docker save John Howard 2018-03-13 10:12:56 -07:00
  • 47c7cacdf3 LCOW: Check OS in takeLayerReference John Howard 2018-03-13 09:46:21 -07:00
  • 7d9137fefc Merge pull request #461 from vdemeester/trust-updates Andrew Hsu 2018-03-14 10:23:54 -07:00
  • 70cb53f0ba Merge pull request #460 from seemethere/fix_ppc64le_tests Andrew Hsu 2018-03-14 10:22:01 -07:00
  • 8024288396 Merge component 'engine' from git@github.com:moby/moby master GordonTheTurtle 2018-03-14 17:06:05 +00:00
  • 63ebcae382 Small content trust enhancement Vincent Demeester 2018-03-14 17:36:23 +01:00
  • fb08bdcb4b Small content trust enhancement Vincent Demeester 2018-03-14 17:36:23 +01:00
  • 440327d92f Merge component 'cli' from git@github.com:docker/cli master GordonTheTurtle 2018-03-14 16:41:41 +00:00
  • 9cc70ae1b0 Version bump for 18.03-ce-rc4 jose-bigio 2018-03-14 09:25:15 -07:00
  • 4a96b47716 Update libnetwork with fixes for duplicate IP addresses Sebastiaan van Stijn 2018-03-14 12:44:22 +01:00
  • f42054fc2d Ensure a hijacked connection implements CloseWrite whenever its underlying connection does. If this isn't done, then a container listening on stdin won't receive an EOF when the client closes the stream at their end. Jim Minter 2018-03-07 13:23:03 -05:00
  • 30726dd76a Update vendoring for libnetwork PR #2097 Chris Telfer 2018-03-12 12:57:47 -04:00
  • 0825e477d8 Delete the load balancer endpoint in Ingress nets Chris Telfer 2018-03-05 10:43:25 -05:00
  • 735514a077 Add test for ingress removal on service removal Chris Telfer 2018-03-07 16:47:16 -05:00
  • 6d58bd7ffc Merge pull request #36571 from kolyshkin/t-win-fail Sebastiaan van Stijn 2018-03-14 12:06:32 +01:00
  • b816bde6cc Fix docker stack services command on Port output when kubernetes service is a LoadBalancer or a NodePort * added tests on Kubernetes service conversion to swarm service Silvin Lubecki 2018-03-13 18:31:44 +01:00
  • 4be327090a Fix docker stack services command on Port output when kubernetes service is a LoadBalancer or a NodePort * added tests on Kubernetes service conversion to swarm service Silvin Lubecki 2018-03-13 18:31:44 +01:00
  • 093b46e361 Bash: update trust completions Sebastiaan van Stijn 2018-03-14 01:01:25 +01:00
  • 518a7181ad update doc Victor Vieux 2018-03-13 15:26:39 -07:00
  • 48712f36a6 Move Docker Trust out of experimental Nassim 'Nass' Eddequiouaq 2018-03-09 21:10:23 +01:00
  • 3d69121433 Fix comment and misc code issues Nassim 'Nass' Eddequiouaq 2018-03-09 20:26:43 +01:00
  • 2d81349010 Refactor trust view command into a --pretty flag on trust inspect Nassim 'Nass' Eddequiouaq 2018-03-09 18:37:43 +01:00
  • 6d7c23a6b4 Merge pull request #944 from thaJeztah/update-completion-scripts Vincent Demeester 2018-03-14 08:42:40 +01:00
  • 9c4b5f4db9 Merge pull request #944 from thaJeztah/update-completion-scripts Vincent Demeester 2018-03-14 08:42:40 +01:00
  • f655d600ba container.BaseFS: check for nil before deref Kir Kolyshkin 2018-03-13 19:45:21 -07:00
  • db4a8d6dcb daemon.ContainerExport(): do not panic Kir Kolyshkin 2018-03-13 21:17:11 -07:00
  • 2a6808db87 Bash: update trust completions Sebastiaan van Stijn 2018-03-14 01:01:25 +01:00
  • 065614040d Bash: update trust completions Sebastiaan van Stijn 2018-03-14 01:01:25 +01:00
  • 176aa4865c Merge pull request #935 from n4ss/trust-out-of-experimental2 Victor Vieux 2018-03-13 16:59:50 -07:00
  • 0607bea593 Merge pull request #935 from n4ss/trust-out-of-experimental2 Victor Vieux 2018-03-13 16:59:50 -07:00
  • 09ec6d4ad9 update doc Victor Vieux 2018-03-13 15:26:39 -07:00
  • b97b29bfcb update doc Victor Vieux 2018-03-13 15:26:39 -07:00
  • 04f51ce3f0 Merge pull request #36577 from cpuguy83/info_tweaks Brian Goff 2018-03-13 16:48:45 -04:00
  • 951f082fa9 Merge pull request #36538 from ctelfer/ingress-fix Sebastiaan van Stijn 2018-03-13 20:56:03 +01:00
  • 7946f15b56 [integration] skip ppc64le oom tests for now Christopher Jones 2018-03-08 16:57:23 -06:00
  • 2c6fe9c524 Change containerd monitor ticker to sleep Brian Goff 2018-03-13 12:21:56 -04:00
  • 6e4307b92b Merge component 'engine' from git@github.com:moby/moby master GordonTheTurtle 2018-03-13 17:14:47 +00:00
  • d15385dab8 Add Len() to image store for info endpoint Brian Goff 2018-03-13 11:58:05 -04:00
  • 59feac96fd Merge pull request #36569 from kolyshkin/t-etc-hosts Sebastiaan van Stijn 2018-03-13 15:12:59 +01:00
  • 2dcdb5d404 Merge pull request #36567 from kolyshkin/t-parallel Brian Goff 2018-03-13 08:36:20 -04:00
  • 496c3cdf9d integration-cli/TestSlowStdinClosing: increase timeout Kir Kolyshkin 2018-03-12 20:27:28 -07:00
  • 2052fc8774 TestLinksEtcHostsContentMatch: use container.Exec() Kir Kolyshkin 2018-03-12 18:08:59 -07:00
  • 6623004cd4 integration/TestContainerShmNoLeak: use --iptables=false Kir Kolyshkin 2018-03-12 14:48:49 -07:00
  • fcffd67028 Add e2e test for stack deploy Daniel Nephin 2018-03-12 15:02:18 -04:00
  • f1846c5ab0 Add e2e test for stack deploy Daniel Nephin 2018-03-12 15:02:18 -04:00
  • 48cfa9f758 Delete the load balancer endpoint in Ingress nets Chris Telfer 2018-03-05 10:43:25 -05:00
  • 06f61ef263 Update vendoring for libnetwork PR #2097 Chris Telfer 2018-03-12 12:57:47 -04:00
  • 7b6b17fc7d Add test for ingress removal on service removal Chris Telfer 2018-03-07 16:47:16 -05:00
  • b4c108a385 Fix named network in compose file Daniel Nephin 2018-03-12 13:09:59 -04:00
  • 940ab0afd2 Fix named network in compose file Daniel Nephin 2018-03-12 13:09:59 -04:00
  • ca88e5e9df update vendor, add cmpopts Daniel Nephin 2018-03-12 12:41:27 -04:00
  • de500b1b76 update vendor, add cmpopts Daniel Nephin 2018-03-12 12:41:27 -04:00
  • 01364ce230 Merge component 'engine' from git@github.com:moby/moby master GordonTheTurtle 2018-03-12 17:09:46 +00:00
  • 09262890a9 Merge pull request #36523 from yolken-stripe/36521-configurable-logfile-perms Sebastiaan van Stijn 2018-03-12 15:07:23 +01:00
  • 4afacfb791 Merge pull request #36489 from thaJeztah/fix-errdef-is Brian Goff 2018-03-12 10:04:41 -04:00
  • c64a65bccb daemon/oci_linux_test: add TestIpcPrivateVsReadonly Kir Kolyshkin 2018-03-08 12:24:39 -08:00
  • e22655d04a daemon/setMounts(): do not make /dev/shm ro Kir Kolyshkin 2018-03-07 20:14:16 -08:00
  • 3179450003 Merge pull request #36546 from arm64b/multi-arch-support4Dockerfiles Sebastiaan van Stijn 2018-03-12 12:36:58 +01:00
  • d24c1e8528 Remove arch-suffix detection of Dockerfile Dennis Chen 2018-03-09 06:49:26 +00:00
  • e19b73b949 Arch-specific Dockerfile removal Dennis Chen 2018-03-09 06:17:37 +00:00
  • 56843d4319 Multiarch support for Dockerfile Dennis Chen 2018-03-09 06:09:59 +00:00
  • ea206204a6 Merge component 'engine' from git@github.com:moby/moby master GordonTheTurtle 2018-03-11 17:06:14 +00:00
  • de73b08b59 Merge pull request #36550 from dnephin/fix-diff-tests Akihiro Suda 2018-03-11 11:26:50 +09:00
  • 02493cad47 Merge pull request #36526 from kolyshkin/ipc-ro Yong Tang 2018-03-10 10:30:22 -08:00
  • 0b63fed158 Merge component 'engine' from git@github.com:moby/moby master GordonTheTurtle 2018-03-10 17:26:08 +00:00
  • 827dc14c2b Merge component 'cli' from git@github.com:docker/cli master GordonTheTurtle 2018-03-10 17:00:57 +00:00