aaronsteers
08/18/2021, 5:59 PMaaronsteers
08/18/2021, 6:00 PMaaronsteers
08/18/2021, 6:00 PMaaronsteers
08/18/2021, 6:03 PMflorian.hines
08/18/2021, 6:16 PMdockerd
pod yourself or something along those lines.josh_lloyd
08/18/2021, 6:29 PMaaronsteers
08/18/2021, 6:43 PMThe way Dagster handles this is (instead of “Dind”) with their ECS run launcher they actually grab the code from one long-running container and inject that code into a separately defined task definition.This might actually do the trick. Perhaps we should look into this... @florian.hines
I think GKE deprecated docker...I think that's true, but (tangent warning : ⚠️ ) Dockerization is actually often a misnomer (like "Kleenex" in the US for paper tissues) and I'm very guilty of saying "dockerization" when the more accurate is "containerization". Since Docker generates OCI-compliant containers and implement the CRI interface, the fact that a runtime "doesn't support docker" may or may not actually be an issue - and this created similar confusion when Kubernetes reportedly "dropped docker container runtime support". Unless we mean to say there's no ability to execute "docker run" or similar from within the container - which I guess is also possible and something we need to check into.
florian.hines
08/18/2021, 6:49 PMflorian.hines
08/18/2021, 6:50 PMflorian.hines
08/18/2021, 6:51 PMandrew_stewart
08/18/2021, 8:14 PMflorian.hines
08/18/2021, 9:07 PMandrew_stewart
08/18/2021, 11:18 PMandrew_stewart
08/18/2021, 11:20 PMkeat
08/19/2021, 11:13 AM