Hi all, I have some newbie Prefect deployment questions if anyone can help:
1. What is considered best practice for automating flow registration, docker builds, etc. when deploying new code? Is it preferable to simply lean on CI/CD tools for this, or do people use things like the docker BuildImage task as part of a multi-flow setup? I want to use something like GitHub for storage but locally-built docker images for the run config, but am not sure how to close the gap on automating builds from local Dockerfiles.
2. Is the only way to define non-python docker image dependencies for a flow simply to write a Dockerfile?