Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
None
-
None
-
None
-
Unknown
Description
The general way of doing builds expects a build phase where a docker image is generated.
In some cases, when there are no additional dependencies to load respect to "camel-core" (or respect to a "prebuilt context" we will add in the future), there's no need to build a docker image and we can run the integration directly.
We can mount the source file as configmap and load it directly in the runtime.
File mounting will also be the preferred strategy when dealing with ".js" files (independently of the build phase).