Merge pull request #7042 from seemethere/patch-2

Add 17.06.2-ee-15
This commit is contained in:
Tammy Fox 2018-07-17 13:02:55 -04:00 committed by GitHub
commit c42229b0ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,12 @@ adopted as quickly for consistency and compatibility reasons.
+ Support for `--chown` with `COPY` and `ADD` in `Dockerfile`. + Support for `--chown` with `COPY` and `ADD` in `Dockerfile`.
+ Add support for multiple logging drivers for `docker logs`. + Add support for multiple logging drivers for `docker logs`.
## 17.06.2-ee-15 (2018-07-10)
### Runtime
- Add /proc/acpi to masked paths [(CVE-2018-10892)](https://cve.mitre.org/cgi-bin/cvename.cgi?name=2018-10892). [moby/moby#37404](https://github.com/moby/moby/pull/37404)
## 17.06.2-ee-14 (2018-06-21) ## 17.06.2-ee-14 (2018-06-21)
### Client ### Client