docker / app

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

Introduce --quiet option #707

Closed ndeloof closed 4 years ago

ndeloof commented 4 years ago

- What I did Introduce --quiet option to docker app build. Only output the image digest

- How I did it used os.DevNull to make BuildX quiet (as a quiet build is not supported https://github.com/docker/buildx/blob/master/commands/build.go#L76)

- How to verify it run docker app build --quiet ., will only display the build ID

- Description for the changelog Introduce docker app build --quiet option, equivalent to docker build

- A picture of a cute animal (not mandatory but encouraged) image

codecov[bot] commented 4 years ago

Codecov Report

Merging #707 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #707   +/-   ##
=======================================
  Coverage   71.66%   71.66%           
=======================================
  Files          59       59           
  Lines        3088     3088           
=======================================
  Hits         2213     2213           
  Misses        581      581           
  Partials      294      294

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 331f68a...ca4ec62. Read the comment docs.