-
Notifications
You must be signed in to change notification settings - Fork 2k
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
vendor: buildkit 4d1f260e8490ec438ab66e08bb105577aca0ce06 #2656
Conversation
@tonistiigi @tiborvass @AkihiroSuda PTAL if the changes for secrets and git require documentation changes and if local changes are needed to expose the functionality |
Ah, guess this answers some of my questions;
|
Codecov Report
@@ Coverage Diff @@
## master #2656 +/- ##
==========================================
+ Coverage 58.54% 58.55% +0.01%
==========================================
Files 296 296
Lines 21286 21293 +7
==========================================
+ Hits 12462 12469 +7
Misses 7915 7915
Partials 909 909 |
Spotted possible issue, fixed in moby/buildkit#1613 . Don't need to be vendored but just same fix can be done in cli. |
I'm a bit confused by the UX. Looking at it, it doesn't seem consistent. The
I think
However, from the above; does One "feature" could be to explicitly allow
Which would either pick the value from If we would remove
|
cli/command/image/build_buildkit.go
Outdated
default: | ||
return nil, errors.Errorf("unexpected key '%s' in '%s'", key, field) | ||
} | ||
} | ||
if typ == "env" { |
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.
need to add this
if typ == "env" { | |
if typ == "env" && fs.Env == "" { |
full diff: moby/buildkit@df35e98...4d1f260 - moby/buildkit#1551 session: track sessions with a group construct - moby/buildkit#1534 secrets: allow providing secrets with env - moby/buildkit#1533 git: support for token authentication - moby/buildkit#1549 progressui: fix logs time formatting Signed-off-by: Sebastiaan van Stijn <[email protected]>
95a499d
to
7edc00d
Compare
full diff: moby/buildkit@df35e98...4d1f260
- Description for the changelog