Hawkar Mahmod
03/04/2021, 3:00 PMDocker
storage), or use the default configured on the agent.
and I am using Docker Storage, which has worked in the past and does get stored in my image repository (ECR). It seems as though the specfiying an explicit task definition, either through the task_definition_path
or task_definition
arguments and using Docker Storage does not work, or there is a bug in the image being picked up from Storage.
Any guidance would be welcome.Jim Crist-Harif
03/04/2021, 3:02 PMimage
field is always specified by the agent when registering a task definition, I don't see how that could be skipped. Can you provide the error message & traceback you get?Hawkar Mahmod
03/04/2021, 3:08 PMJim Crist-Harif
03/04/2021, 3:08 PMJim Crist-Harif
03/04/2021, 3:09 PMflow
, if you named your container differently the agent will add a new container named flow
, leaving your original container without an image specified.Jim Crist-Harif
03/04/2021, 3:09 PMHawkar Mahmod
03/04/2021, 3:15 PMflow
and that appears to have overcome that issue. Now I'm getting an issue telling me my task definition does not support FARGATE, my launch type on ECS. But I suspect this is a configurational issue on the ECS end that I can resolve after reading through some docs.Hawkar Mahmod
03/04/2021, 3:15 PM