Hello! Wanted to seek clarification on something. ...
# ask-community
j
Hello! Wanted to seek clarification on something. When using an ECS Launcher, the launched jobs will use either the daemon’s image, or the specified image if the
DAGSTER_CURRENT_IMAGE
env var has been defined in the grpc’s container?
d
Hey Jose - they'll use the latter (the exception is that there's a
task_definition
field that you can set on the launcher, in which case it will use whatever image is in that task definition)
j
gotcha, so the order of precedence is then: 1. task_definition under the run_launcher dagster.yaml field 2. DAGSTER_CURRENT_IMAGE env var 3. daemon’s image
d
I think level 3. may be "raise an Exception" instead
but generally correct
j
thanks!
condagster 1