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 --iidfile option #705

Closed ndeloof closed 4 years ago

ndeloof commented 4 years ago

- What I did Introduce --iidfile option to store built app image ID in a file

- How I did it Copy pasted option from the docker CLI

- How to verify it run docker app build --iidfile foo . foo file contains a single line with image ID, matching the one reported on console at the end of the build.

- Description for the changelog Introduce --iidfile option to store built app image ID in a file

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

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #705   +/-   ##
=======================================
  Coverage   71.02%   71.02%           
=======================================
  Files          59       59           
  Lines        2975     2975           
=======================================
  Hits         2113     2113           
  Misses        580      580           
  Partials      282      282

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 277a41d...9b8537a. Read the comment docs.