Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Introduce --iidfile option #705

Merged
merged 1 commit into from Oct 22, 2019
Merged

Introduce --iidfile option #705

merged 1 commit into from Oct 22, 2019

Conversation

ndeloof
Copy link
Contributor

@ndeloof ndeloof commented Oct 22, 2019

- 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

rumpl
rumpl previously requested changes Oct 22, 2019
internal/commands/build/build.go Outdated Show resolved Hide resolved
@ndeloof ndeloof force-pushed the APP-298 branch 5 times, most recently from 47816e4 to 9e662b2 Compare October 22, 2019 10:22
e2e/build_test.go Outdated Show resolved Hide resolved
Copy link
Contributor

@silvin-lubecki silvin-lubecki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ndeloof ndeloof force-pushed the APP-298 branch 4 times, most recently from d53a39f to 29f299f Compare October 22, 2019 12:37
@ndeloof ndeloof requested a review from rumpl October 22, 2019 12:40
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
@codecov
Copy link

codecov bot commented Oct 22, 2019

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.

@ndeloof ndeloof merged commit d8ad541 into docker:master Oct 22, 2019
@ndeloof ndeloof deleted the APP-298 branch October 22, 2019 15:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants