vendor: buildkit 4d1f260e8490ec438ab66e08bb105577aca0ce06#2656
vendor: buildkit 4d1f260e8490ec438ab66e08bb105577aca0ce06#2656tiborvass merged 1 commit intodocker:masterfrom
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
| return nil, errors.Errorf("unexpected key '%s' in '%s'", key, field) | ||
| } | ||
| } | ||
| if typ == "env" { |
There was a problem hiding this comment.
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 <github@gone.nl>
95a499d to
7edc00d
Compare
full diff: moby/buildkit@df35e98...4d1f260
- Description for the changelog