quick question - i set-up my ecs agent with what I think is a custom image - say prefect with pandas.
I then try to run a flow from cloud, simple hello-world with
import pandas
This doesn’t seem to work unless I specifically supply the custom image (and the task execution arn). I would have expected if run_config:image is null it would use the one from the task_definition? Does it default to something other than the container def?
k
Kevin Kho
01/21/2022, 4:02 PM
Hey @Stephen Herron, I think it shouldn’t. I’ll take a good. What version are you on?
So the agent sets the image here . In priority order, it will use
• Image of Docker Storage
• Image on RunConfig if exists
• containerDefinition
• prefecthq/prefect
So I am suspecting the RunConfig is right but the task_definition is not setting it right. Could you share the task definition with me?
Kevin Kho
01/21/2022, 5:53 PM
Resolved via DM. There was confusion between the agent image and the flow image
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.