FlowFuse / helm

A Helm chart to deploy FlowFuse on Kubernetes
Apache License 2.0
5 stars 14 forks source link

Consider building Flowfuse container image as a part of `FlowFuse/flowfuse` #428

Open ppawlowski opened 2 months ago

ppawlowski commented 2 months ago

This task aims to collect opinions about the idea. Prpper tasks should be created once decision is made.


At this moment the flow for building flowfuse app used by the FFC is:

  1. Update the code within FlowFuse/flowfuse repo
  2. Build the npm package (nightly)
  3. Trigger container build in FlowFuse/helm repo
  4. Update container image and trigger FFC deployment workflow in FlowFuse/CloudProject

Running container image build as a part of FlowFuse/flowfuse will:

Also, keeping contianer image build next to the application code is a common approach.

Same approach could be made to fileServer container image.