remind101 / empire

A PaaS built on top of Amazon EC2 Container Service (ECS)
BSD 2-Clause "Simplified" License
2.69k stars 159 forks source link

Allow passing DeploymentConfiguration to ECS tasks #1153

Closed aengelas closed 4 years ago

aengelas commented 4 years ago

This should read the DeploymentConfiguration from the payload of the custom resource.

aengelas commented 4 years ago

I'm not sure if this is enough to get things working. There will (hopefully) be some test failures to fix, but it's not playing nicely with my go install right now.

aengelas commented 4 years ago

I got tests working locally, and they pass, but currently the circle config requires docker hub access, which isn't available from my fork.