-
Notifications
You must be signed in to change notification settings - Fork 18.8k
[19.03] vendor: buildkit v0.6.4-5-g59e305aa #40877
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
full diff: moby/buildkit@b26cff2...59e305a - moby/buildkit#1469 Avoid creation of irrelevant temporary files on Windows - backport of moby/buildkit#1462 for the docker-19.03/v0.6 branch Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@tonistiigi @tiborvass PTAL |
@@ -26,7 +26,7 @@ github.com/imdario/mergo 7c29201646fa3de8506f70121347 | |||
golang.org/x/sync e225da77a7e68af35c70ccbf71af2b83e6acac3c | |||
|
|||
# buildkit | |||
github.com/moby/buildkit b26cff2413cc6a466f8739262efa13bd126f8fc7 # v0.6.4 + aa7df97d7136e732561b59f87a38ad52d46d3b19 | |||
github.com/moby/buildkit 59e305aa33fd96e51d5c458f55104250b3e39f56 # v0.6.4-5-g59e305aa |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where's the -5-
coming from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5 commits since the v0.6.4
tag, and 59e305aa
is the commit:
git describe --tags --match "v[0-9]*"
v0.6.4-5-g59e305aa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
no space left on ppc64le and I don't know about windows rs5 |
@StefanScherer I disabled ppc64le-ubuntu-31, because it only had 1 GB of disk space left |
full diff: moby/buildkit@b26cff2...59e305a