From d1ec6439e839a312c87ac1f77c14c8a2ad976958 Mon Sep 17 00:00:00 2001 From: Chanseok Oh Date: Thu, 1 Feb 2024 10:58:49 -0500 Subject: [PATCH] Add link to the AWS Lambda extension jdimeo@'s awesome extension that can change any file paths --- third-party/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/third-party/README.md b/third-party/README.md index dbd9937..214b365 100644 --- a/third-party/README.md +++ b/third-party/README.md @@ -6,8 +6,9 @@ If you have written a useful extension that you think will benefit the Jib commu Interested in writing an extension? It's easy! Take a look at ["Writing Your Own Extensions"](../README.md#writing-your-own-extensions). -- OSGi Bundle Packaging Plugin Extension ([Maven](https://github.com/thought-gang/jib-maven-plugin-extension.git)): an extension to containerize an OSGI bundle (Maven packaging type `bundle`) +- AWS Lambda (+ general file path customizer) ([Maven](https://github.com/jdimeo/jib-extension-aws-lambda)): 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](https://github.com/infobip/jib-layer-with-modification-time-extension-maven)): an extension for selectively setting file timestamps to build time (eg. for hosted web resources) +- OSGi Bundle Packaging Plugin Extension ([Maven](https://github.com/thought-gang/jib-maven-plugin-extension.git)): an extension to containerize an OSGI bundle (Maven packaging type `bundle`) - Javaagent Attachment Plugin Extension ([Gradle](https://github.com/ryandens/javaagent-gradle-plugin#jib-integration)): 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