Ryan Clark

Results 32 issues of Ryan Clark

ecs-conex should announce when it has completed a build. This announcement could be an SNS message to a topic that conex controls, or maybe a custom cloudwatch event? The message...

enhancement

We should be able to specify some specific string in a commit message that tells ecs-conex not to perform a build. cc @emilymdubois @jakepruitt

enhancement

- assert that the ecs-conex's Dockerfile can build an image - assert that running ecs-conex's image can build another repo's image cc @emilymdubois @jakepruitt fixes #28 fixes #1

Right now, images are built with the `--no-cache` flag. Using cached layers is a way to significantly decrease build times, and long build times are one of the biggest bummers...

The stack is provided a GitHub token that has permission to clone private repositories. [watch.sh](https://github.com/mapbox/ecs-conex/blob/0b740a12b49f262c1c4b16ebf0222af790413904/scripts/watch.sh) should accept something like a github user or team name, to make sure that the...

enhancement

If any of the requests to update github status fail, the build should not be aborted. Instead, these failures should be silently ignored.

I think a good test suite would - build the image from the Dockerfile in this repo, then - run the image, building an image for another, real Github repository...

Todo: - ~~how do I use it in an ongoing basis for several repositories?~~ - how do I use bootstrap.sh to setup ecs-conex in my own account? - how do...

Right now, during a build ecs-conex attempts to read AWS credentials from the EC2 metadata service. It should read credentials from the environment first, then fall back to the metadata...

enhancement

We should be able to specify the response payload in some way that is agnostic to the method our applications use to make the request. Specifying the payload should allow...