This page serves as a central portal for Jib plugin extensions developed by the Jib community. Note that this page merely provides links to third-party extensions, and the Jib team does not give any kind of endorsement on these extensions.
If you have written a useful extension that you think will benefit the Jib community, file a PR to add a link to the list. Jib users will greatly appreciate it!
Interested in writing an extension? It's easy! Take a look at "Writing Your Own Extensions".
-
AWS Lambda (+ general file path customizer) (Maven): an extension to change file paths to conform to the convention that AWS Java Lambda expects. However, the extension is general and can customize any files that Jib puts.
-
Layer With Modification Time (Maven): an extension for selectively setting file timestamps to build time (eg. for hosted web resources)
-
OSGi Bundle Packaging Plugin Extension (Maven): an extension to containerize an OSGI bundle (Maven packaging type
bundle
) -
Javaagent Attachment Plugin Extension (Gradle): An extension that allows you to automatically add a javaagent from a Maven repository as a layer in your container image built by Jib and modifies the entrypoint of the image to include the
-javaagent
flag. -
to be added
-
...
-
...