https://prefect.io logo
Title
s

Simon Basin

05/08/2020, 1:01 PM
Hello Prefectors! Need advise on a best way to use Prefect with existing CI/Release process, where: • Application codebase and flow definitions are dockerized and tagged with version • Tasks runs are effectively "docker run image:version"
j

josh

05/08/2020, 1:16 PM
Hey @Simon Basin! What specifically would you like to know about dockerizing and tagging flows through CI/CD? This is a common use case and there are many different ways you could implement it based on your stack 😄 Also what do you mean by your second bullet point?
j

Joe Schmid

05/08/2020, 1:21 PM
@Simon Basin check out this recent thread with some discussion of CI/CD for Prefect Flows: https://prefect-community.slack.com/archives/CL09KU1K7/p1588164482312600
⬆️ 3
s

Simon Basin

05/08/2020, 5:58 PM
Thanks a lot! this seems promising - do you have it running or still in process of setting up?