Conversation
thaJeztah
left a comment
There was a problem hiding this comment.
couple of nits / suggestions, but LGTM otherwise
CHANGELOG.md
Outdated
There was a problem hiding this comment.
Should probably describe what it's fixing as well; Also should this be in the "Builder" section?
* Fix an error when trying to `ADD` or `COPY` files to the root (`/`) of the container's filesystem
@tonistiigi SGTY? ^^
There was a problem hiding this comment.
The problem is in file extraction so not directly related to builder. Could probably happen in pull/load/cp as well in certain conditions. I'd add "during extraction ...". Or "Properly handle shared mount propagation in storage directory".
There was a problem hiding this comment.
I like Properly handle shared mount propagation in storage directory
CHANGELOG.md
Outdated
There was a problem hiding this comment.
Missing https://github.com/ here and couple below
9a35aa3 to
a4f62a0
Compare
|
please take a look @aaronlehmann @mrjana @riyazdf |
CHANGELOG.md
Outdated
There was a problem hiding this comment.
Add the following as well:
- Fix a deadlock in networking code docker/libnetwork#1507
- Fix a race in load balancer state docker/libnetwork#1512
CHANGELOG.md
Outdated
There was a problem hiding this comment.
Maybe "Update" instead of "Vendor"?
There was a problem hiding this comment.
@icecrime we used vendor previously in 1.12.2 already but I can change
CHANGELOG.md
Outdated
There was a problem hiding this comment.
I don't know if that's intentional, but this isn't a properly formatted markdown link.
CHANGELOG.md
Outdated
There was a problem hiding this comment.
s/Fix user permissions in containers/Fix ambient capability usage in containers/
There was a problem hiding this comment.
CVE-2016-8867 not published yet?
There was a problem hiding this comment.
Not published yet, but we've received a confirmed ID from MITRE.
We will keep everyone posted as we get details back from MITRE, but that pull request and the linked issue describe the ambient capability misconfiguration.
4308575 to
a31a9bb
Compare
Signed-off-by: Victor Vieux <vieux@docker.com>
|
LGTM |
CHANGELOG.md
Outdated
There was a problem hiding this comment.
Minor nit: missing new line.
a31a9bb to
548f8f0
Compare
ping @thaJeztah