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

Recover generated images in multi-module project #3143

Closed
sergiopacezup opened this issue Mar 16, 2021 · 2 comments
Closed

Recover generated images in multi-module project #3143

sergiopacezup opened this issue Mar 16, 2021 · 2 comments

Comments

@sergiopacezup
Copy link

sergiopacezup commented Mar 16, 2021

In a CI/CD pipeline I need to deploy Jib generated images to test environment after the build step. It is a multi-module maven project and not every module generates images.

Is there a way to recover the names/tags of images generated by Jib after the build? Like I can with the image id in target/jib-image.id?

@chanseokoh
Copy link
Member

Jib generates target/jib-image.json (#2227), and I think this is what you want?

@sergiopacezup
Copy link
Author

Perfect!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants