johnpoth opened a new issue #2834: URL: https://github.com/apache/camel-k/issues/2834
Hi ! It would be cool to support local dependencies in dev environments when running an integration e.g: `kamel run Route.java -d file://my-secret.jar` While there are many options to do this (like through an [S3 bucket](https://github.com/apache/camel-k/pull/2383)), all options require a bit of work to setup initially but also when reiterating (to update the JAR in the S3 bucket for example). This enhancement proposes to use the Image Repository to store local dependencies. The idea was mentioned in the [past](https://github.com/apache/camel-k/issues/1227#issuecomment-775993445) but here is an implementation that goes along with it. Let me know what you think! Thanks ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
