user
06/20/2024, 10:04 PMStepFunction with a different docker image then the one that was defined at deployment. I am wondering if this is possible? (more context in the 🧵)user
06/20/2024, 10:10 PM"METAFLOW_BATCH_CONTAINER_IMAGE": DEPLOY_IMAGE then I run python my_workflow.py step-functions create. This successfully deploys the AWS StepFunction and when I run it it runs on the DEPLOY_IMAGE. I tried running python my_workflow --with batch:image=RUNTIME_IMAGE stepfunctions trigger to see if I could override the image that was used at deploy time. The job ran but completely ignored the new image. Is there a way to override the docker image that is defined in the config file when we trigger an previously deployed workflow?ancient-application-36103
06/20/2024, 10:36 PMuser
06/20/2024, 10:36 PMancient-application-36103
06/20/2024, 10:37 PMuser
06/21/2024, 5:51 PMstep-functions create?user
06/21/2024, 6:01 PMstep-functions create requires privileged credentials in our broader AWS environment and we'd like to have to deploy a generic flow once (or rarely) in a CI/CD service. We're hoping we can parameterize the container image (somehow) at runtime without having to redeploy.user
06/21/2024, 6:10 PM