Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.3 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.3 KB

Third-Party Extensions

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".

  • OSGi Bundle Packaging Plugin Extension (Maven): an extension to containerize an OSGI bundle (Maven packaging type bundle)

  • Layer With Modification Time (Maven): an extension for selectively setting file timestamps to build time (eg. for hosted web resources)

  • 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

  • ...

  • ...