turbot / flowpipe

Flowpipe is a cloud scripting engine. Automation and workflow to connect your clouds to the people, systems and data that matters.
https://flowpipe.io
GNU Affero General Public License v3.0
361 stars 13 forks source link

Dockerfile in mod to be used in the container step #210

Closed vhadianto closed 9 months ago

vhadianto commented 11 months ago

Currently the container step only works with images. We would like to add Dockerfile in the mod so we will just build it if the image does not exist and rebuild if the Dockerfile has changed.

I started during Integrated: https://github.com/turbot/flowpipe/tree/container-dockerfile

It wasn't working and now some of the code have moved to pipe-fittings repo

vhadianto commented 9 months ago

Duplicate of #398