Hello Prefectors! Need advise on a best way to use...
# prefect-community
s
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
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
@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
Thanks a lot! this seems promising - do you have it running or still in process of setting up?