https://prefect.io logo
Title
a

Aditya B

03/07/2023, 10:47 PM
hey all a question. We're currently moving our Prefect setup from GCP to AWS. When pushing up the flows in DockerStorage, it takes in a
registry_url
. GCR supports virtual folders, so i can have
<http://gcr.io/{project}/flows|gcr.io/{project}/flows>
be the
registry_url
and each flow will be appended after that to have
<http://gcr.io/{project}/flows/{flow1_name}/|gcr.io/{project}/flows/{flow1_name}/>
and
<http://gcr.io/{project}/flows/{flow2_name}/|gcr.io/{project}/flows/{flow2_name}/>
etc it doesn't seem like ECR supports this suffix style naming, how do people resolve this? do you create a separate repository per flow? or is there a way to get around that