Skip to content
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

Update changelog for json image metadata file #2239

Merged
merged 5 commits into from
Jan 22, 2020
Merged

Conversation

loosebazooka
Copy link
Member

changelog for #2227

@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.

### Added

- Added json output to file of image reference information after build. Defaults to `build/jib-image.json`, configurable with `jib.outputPaths.imageJson`. ([#2227](https://github.com/GoogleContainerTools/jib/pull/2227))
Copy link
Member

Choose a reason for hiding this comment

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

I can't parse this.

I didn't look into the PR. Does the JSON record only the image reference? And no tags?

Copy link
Member Author

Choose a reason for hiding this comment

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

no, my wording is awful, lemme fix this whole thing.

@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.

### Added

- Added json output to file of image reference information after build. Defaults to `build/jib-image.json`, configurable with `jib.outputPaths.imageJson`. ([#2227](https://github.com/GoogleContainerTools/jib/pull/2227))
Copy link
Contributor

Choose a reason for hiding this comment

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

This might help?

Suggested change
- Added json output to file of image reference information after build. Defaults to `build/jib-image.json`, configurable with `jib.outputPaths.imageJson`. ([#2227](https://github.com/GoogleContainerTools/jib/pull/2227))
- Added json output of image reference information to file after build. Defaults to `build/jib-image.json`, configurable with `jib.outputPaths.imageJson`. ([#2227](https://github.com/GoogleContainerTools/jib/pull/2227))

@loosebazooka
Copy link
Member Author

I'll add the updates to README in another PR.

@loosebazooka
Copy link
Member Author

Actually looks likes the contributor includes those changes in the README already.

Copy link
Member

@chanseokoh chanseokoh left a comment

Choose a reason for hiding this comment

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

Minor comment. LGTM.

@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.

### Added

- Added json output file for image metadata after a build is complete. Writes to `target/jib-image.json` by default, configurable with `jib.outputPaths.imageJson`. ([#2227](https://github.com/GoogleContainerTools/jib/pull/2227))
Copy link
Member

Choose a reason for hiding this comment

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

For Maven, we do <outputPaths><imageJson>.

Copy link
Contributor

@mbruggmann mbruggmann left a comment

Choose a reason for hiding this comment

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

Thanks!

@loosebazooka loosebazooka merged commit dbcfcc4 into master Jan 22, 2020
@loosebazooka loosebazooka deleted the changelog-for-2227 branch January 22, 2020 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants