You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should build prefect for all supported python versions and all prefect versions, including latest.
The naming convention we would use could be:
prefecthq/prefect:0.6.7_3.6, prefecthq/prefect:latest_3.7, etc. and we could still have a single prefecthq/prefect:latest, etc. with a fixed version of Python (currently we do 3.6, that seems reasonable to me?).
Once we do this, we can start using them as base images for our flow deploys, which should speed up Cloud deploys!
We should build prefect for all supported python versions and all prefect versions, including latest.
The naming convention we would use could be:
prefecthq/prefect:0.6.7_3.6
,prefecthq/prefect:latest_3.7
, etc. and we could still have a singleprefecthq/prefect:latest
, etc. with a fixed version of Python (currently we do 3.6, that seems reasonable to me?).Once we do this, we can start using them as base images for our flow deploys, which should speed up Cloud deploys!
cc: @joshmeek @wagoodman
The text was updated successfully, but these errors were encountered: