Does anyone have a suggestion for a windows docker...
# deployment-ecs
b
Does anyone have a suggestion for a windows docker base image to use for ecs hybrid deployments? I'm trying to use the windows/amd64 python:3.10.10 image, but my code location isn't deploying in dagster cloud. Not sure if the issue is with my docker specifications, with the dagster agent or something else.
Looks like there's some particular config in the task definition you might need to look into
(presuming you're using Fargate)
b
Thanks Mike! I'll look into this
m
I'm guessing your
Operating system family
was set to Linux
But I'm just guessing here, never have I tried to run a Windows container myself
d
Adding a runtime_platform key here that should make this possible: https://github.com/dagster-io/dagster/pull/12566 - I haven't specifically tested it with a windows image yet, but if that link Mike posted is accurate that should be all that we need for this to work
excited 1
m
• [dagster-aws] The EcsRunLauncher now allows you to configure the
runtimePlatform
field for the task definitions of the runs that it launches, allowing it to launch runs using Windows Docker images. •
🎉 1
dagster yay 1
in the latest release 1.1.21.