You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we are getting numerous feature requests to Jib (many of which are often very specific to certain use-cases, don't align well with Jib's model or intentions, are too complex to support without polluting our codebase or configuration with special code, etc.), we decided to introduce an extension framework to Jib rather than trying to implement all of them one way or another. With the extension system, anyone will be able to extend and/or modify Jib's behavior relatively easily and have a fine-grained control over most of the aspects of image building. I think that will cover most of such issues and FRs, including this one.
I'll close this issue to signal to the public that the extension framework is fully implemented and working. For a few remaining issues, I'll file new issues for tracking.
For those interested in using and writing Jib extensions, check out the new Jib Extensions Portal.
Umbrella issue for Jib plugin extension framework.
The framework will enable anyone to easily extend and tailor the Jib plugin behavior to their liking.
Quote from #1962 (comment):
Check out the new Jib Extensions Portal for a collection of extensions!
Build Plan Specification and API
JibContainerBuilder
<--> Build Plan API (Build plan adapter methods for JibContainerBuilder #2353)Plugin Extension API
Extension Framework
Specification and API Publication (4 Artifacts)
Review Items
Preparatory/intermediate refactoring and fixes: #2344, #2349, #2378, #2412, #2414, #2432, #2472
The text was updated successfully, but these errors were encountered: