You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Nicola Ferraro (JIRA)" <ji...@apache.org> on 2018/09/10 07:00:00 UTC

[jira] [Created] (CAMEL-12794) Camel K: add sidecar builder strategy

Nicola Ferraro created CAMEL-12794:
--------------------------------------

             Summary: Camel K: add sidecar builder strategy
                 Key: CAMEL-12794
                 URL: https://issues.apache.org/jira/browse/CAMEL-12794
             Project: Camel
          Issue Type: Sub-task
            Reporter: Nicola Ferraro


In contexts like plain Kubernetes there's not a default docker registry where images can be pushed. Until we figure-out a strategy to deploy a docker registry, we can fallback on a sidecar builder container.

We create a deployment with two containers:
 * The main container waits for a trigger and start the application
 * The builder container does a maven build and signal the trigger, then terminates

This will be useful also for "--dev" mode (more later).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)