-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 imagePushed field to jib-image.json #3641
Add imagePushed field to jib-image.json #3641
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). For more information, open the CLA check for this pull request. |
…b.skipExistingImages option is in use.
e33ee88
to
bfa02f7
Compare
@mpeddada1, can you please have a look at this? |
Thank you for your contribution @wwadge! We need a couple of days to review your PR. We appreciate your patience on this. |
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.
Apologies for the delay @wwadge! This is looking good! Added a couple of minor comments.
...e/src/integration-test/java/com/google/cloud/tools/jib/api/ContainerizerIntegrationTest.java
Outdated
Show resolved
Hide resolved
jib-core/src/main/java/com/google/cloud/tools/jib/api/JibContainer.java
Outdated
Show resolved
Hide resolved
jib-core/src/main/java/com/google/cloud/tools/jib/builder/steps/StepsRunner.java
Outdated
Show resolved
Hide resolved
jib-core/src/test/java/com/google/cloud/tools/jib/api/JibContainerTest.java
Outdated
Show resolved
Hide resolved
jib-core/src/main/java/com/google/cloud/tools/jib/api/JibContainer.java
Outdated
Show resolved
Hide resolved
jib-core/src/main/java/com/google/cloud/tools/jib/builder/steps/BuildResult.java
Show resolved
Hide resolved
...-common/src/test/java/com/google/cloud/tools/jib/plugins/common/ImageMetadataOutputTest.java
Show resolved
Hide resolved
Sure! Pushed cleanups in 9663bcf |
...ugins-common/src/test/java/com/google/cloud/tools/jib/plugins/common/JibBuildRunnerTest.java
Show resolved
Hide resolved
Will add a few more lines to improve test coverage shortly (also noticed JibContainer missed out an update to equals) |
Kudos, SonarCloud Quality Gate passed! |
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.
Thank you for this great feature @wwadge! LGTM
This keeps track of which images were pushed onto the target registry, useful for when skipExistingImages option is in use especially in a mono-repo contest.
#3636