-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expose jib.from.platforms as property. #3526
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
Expose jib.from.platforms as property. #3526
Conversation
Thanks for opening the PR ! |
My mistake https://cla.developers.google.com/clas used my default Google account, I didn't pay attention to it, should be OK now. |
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.
Awesome! Thanks for your contribution.
Could you add some tests in JibPluginConfigurationTest
? Pretty trivial to do so if you look at the existing tests.
And, any chance you're interested in enabling this for Gradle? Not that I'm demanding, because it will do require your time.
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/JibPluginConfiguration.java
Outdated
Show resolved
Hide resolved
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/JibPluginConfiguration.java
Outdated
Show resolved
Hide resolved
96e8c43
to
1840cd2
Compare
I added it although I only tested it through unit tests. |
…om/ls-urs-keller/jib into expose_jib_from_platforms_property
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.
Thanks for your time! I've fixed an issue, updated docs, and refactored test code. Will merge this after checking a few things.
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/BaseImageParameters.java
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! |
Feature request: fixes #2742