-
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
Convert Gradle config parameters jib.container.environment
to use lazy evaluation
#4067
Comments
Hi @FrogDevelopper, thanks for bringing this up. We are welcoming contributions to jib and we will gladly review any incoming PRs. We have had similar situations with other fields (e.g. #3094 and #3709) - they may be a good start point. Thanks! |
@diegomarquezp
Any idea why I got this and how to fix it ? |
hello there, I'd love to tackle this issue! |
Just like the like the jib.container.labels , the
jib.container.environment
property should use lazy evaluation.This will avoid having a mix of lazy/direct parameters set in the configuration
The text was updated successfully, but these errors were encountered: