docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 177 forks source link

Add note to enable BuildKit to build in docker #729

Closed zappy-shu closed 4 years ago

zappy-shu commented 4 years ago

- What I did

Adds a note in the "Build using Docker" section of BUILDING.md to explain that BuildKit is required and how to enable it.

- A picture of a cute animal (not mandatory)

hedgehog-2019-11-07

ndeloof commented 4 years ago

@zappy-shu build failed by jenkins internal issue, can your please git ci --amend your last commit and force push to trigger a fresh new build ?

codecov[bot] commented 4 years ago

Codecov Report

Merging #729 into master will increase coverage by 0.59%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #729      +/-   ##
==========================================
+ Coverage   70.94%   71.54%   +0.59%     
==========================================
  Files          61       60       -1     
  Lines        3493     3201     -292     
==========================================
- Hits         2478     2290     -188     
+ Misses        695      603      -92     
+ Partials      320      308      -12
Impacted Files Coverage Δ
internal/packager/init.go 61.68% <0%> (-9.13%) :arrow_down:
internal/commands/root.go 73.86% <0%> (-4.65%) :arrow_down:
internal/packager/cnab.go 97.91% <0%> (-0.09%) :arrow_down:
internal/names.go 100% <0%> (ø) :arrow_up:
internal/commands/inspect.go
types/parameters/parameters.go 93.65% <0%> (+1.58%) :arrow_up:
internal/inspect/inspect.go 86.88% <0%> (+8.09%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8acd0a8...bdbcf4d. Read the comment docs.