Eric Kidd
Eric Kidd
Ah, nice find! I'm going to be doing a bunch of cage upgrades in the coming weeks and I'll take a look at this then!
That's an excellent question! And no, I don't think we ever added support for that. Part of the issue here is that we try to add as few extensions to...
Yeah, it would be really easy to implement something like this, but the hard part is doing it in a way that doesn't feel gross and _ad hoc_. I think...
This sounds like a really useful feature! Thank you for proposing it. The changes would actually need to be made here, in the `compose_yml` library's support for volume mounts: https://github.com/emk/compose_yml/blob/master/src/v2/volume_mount.rs...
We have separate notions of "passed as an argument to the current command", and "enabled in the current target." The placeholders pod should simply not be enabled at all. Can...
@dkastner votes for the `source.yml`-based design.
This is now officially supported upstream! See https://docs.docker.com/engine/userguide/eng-image/multistage-build/ We want to support this, and it should work just fine for ordinary builds. `cage test`, however, might be a bit more...
Note that multi-stage builds require Docker 17.05, but ECS is still on 17.03: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/container_agent_versions.html
@n1ywb Ping! Do you want to revisit this, now that `cage` is being more actively maintained again?
I believe that: 1. There should be per-service unit tests. There may also be many other kinds of tests, but per-service unit tests are essential. 2. There should be a...