-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add buildpack homepages to inspect-image output #1092
Add buildpack homepages to inspect-image output #1092
Conversation
eb6421d
to
6deca7b
Compare
When someone doesn't provide a buildpack, such as iterating on a custom buildpack - the output looks a little awkward.
What do we think of adding a
|
AcceptanceJust going to include This output was gathered by building this application with the following Setupthe This Image build command:
Testing:Human ReadableCommand
Output
JSONCommand
Output:
ConclusionThis all looks 💯 , only question is if we want to use The |
Let's add the |
If we add it to this command, do you mind adding it to |
00aec1c
to
c92675f
Compare
Codecov Report
@@ Coverage Diff @@
## main #1092 +/- ##
==========================================
- Coverage 80.51% 80.00% -0.50%
==========================================
Files 135 136 +1
Lines 8221 5993 -2228
==========================================
- Hits 6618 4794 -1824
+ Misses 1174 766 -408
- Partials 429 433 +4
Flags with carried forward coverage won't be shown. Click here to find out more. |
Pushed a new commit with these changes. |
Acceptance 2.0Double checking the human readable output chagnes: Image artifact:SetupThis was built using the same setup and Output
BuilderSetupThis builder was setup using the
####Output
BuildpackSetupusing the package.toml
Outputrunning
Conclusion:Looks perfect to me 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, this looks really good! I'm just not sure about dashOrValue
as it currently is. Also, looks like it needs a very small merge to one of the fixtures. Happy to see this added!
Signed-off-by: Anthony Emengo <aemengo@vmware.com>
Signed-off-by: Anthony Emengo <aemengo@vmware.com>
* This functionality cannot be observed Signed-off-by: Anthony Emengo <aemengo@vmware.com>
c92675f
to
cfa1d3a
Compare
* Implement strings.ValueOrDefault() Signed-off-by: Anthony Emengo <aemengo@vmware.com>
Summary
Add buildpack homepages to inspect-image output
Output
Before
After
Documentation
Related
Resolves #1033