docker / cli

The Docker CLI
Apache License 2.0
4.88k stars 1.92k forks source link

[27.1 backport] docs: make buildx build the canonical reference doc #5227

Closed dvdksn closed 3 months ago

dvdksn commented 3 months ago

Move common flag descriptions to the buildx build reference, and make that page the canonical page in docs. Also rewrite some content in image_build to make clear that this page is only for the legacy builder.

Signed-off-by: David Karlsson 35727626+dvdksn@users.noreply.github.com (cherry picked from commit e91f0ded9c386dc8e29f298dd697e228cdd28aa3) Signed-off-by: David Karlsson 35727626+dvdksn@users.noreply.github.com

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 61.44%. Comparing base (7d4bcd8) to head (27bf78d). Report is 4 commits behind head on 27.0.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 27.0 #5227 +/- ## ========================================== + Coverage 61.43% 61.44% +0.01% ========================================== Files 298 298 Lines 20799 20806 +7 ========================================== + Hits 12777 12784 +7 Misses 7109 7109 Partials 913 913 ```