Expand chown value of COPY command#926
Expand chown value of COPY command#926tonistiigi merged 2 commits intomoby:masterfrom m-hu:35018-expandchown
Conversation
Signed-off-by: Hao Hu <hao.hu.fr@gmail.com>
|
@AkihiroSuda @thaJeztah What's you thoughts on this? I think I'm ok with it. I guess we need to bump the version to 1.1 for this cause doesn't make sense to put it in experimental. We should find a solution for #815 as well in the same release cycle. @pptime Could you add an integration test as well please. |
Signed-off-by: Hao Hu <hao.hu.fr@gmail.com>
|
@tonistiigi some existing integration tests have been extended. However, get the following tests failure It seems to be the same issue as in #909. Is it a really flaky? |
|
Functionally, I'm ok with this, but I recall that you had concerns about caching and which scope to use for expansion of |
|
Thx, I tried to rerun the same test on my laptop, the test with the same
title fails, but due to different errors, and frontend=gateway instead.
Of course, I could also check if it is ok to do the expansion in
performCopy function instead.
Le dim. 7 avr. 2019 à 01:42, Sebastiaan van Stijn <notifications@github.com>
a écrit :
… Functionally, I'm ok with this, but I recall that you had concerns about
caching and which scope to use for expansion of ARG (global vs local?)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#926 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACcfryldMf1puwxFyzV0gHR9KABMWy97ks5veTD7gaJpZM4cgGLa>
.
|
|
@thaJeztah That was for |
|
Ah, yes; no objections then |
|
all right, still some arbitrary fails...but it is pointing to some interesting stuff anyway |
|
ping @AkihiroSuda @tiborvass |
|
Will this also be backported to Docker 18.09 or when can we see this in an official release? |
|
This will be in the next (19.03) release of docker; https://github.com/docker/engine/blob/19.03/vendor/github.com/moby/buildkit/frontend/dockerfile/instructions/commands.go#L203 |
@thaJeztah @tonistiigi hey guys, I'm wondering about expanding |
Signed-off-by: Hao Hu hao.hu.fr@gmail.com
for fixing the issue moby/moby#35018