Rafe Colton

Results 26 issues of Rafe Colton

TODO: - make a list of scenarios that need to be tested - write tests for all scenarios on the list - this will probably require a pidfile-writing feature for...

The main use case for this is overriding the `--no-cache` if specified in `build_opts` in the `Bobfile`, but there may be other use cases. This will allow vendor-specific optimization of...

build feature

For example, "I'd like to build all containers specified in each Bobfile that lives in a directory in which at least one file was changed in the most recent git...

feature request
brainstorming

Since the user has limited control over the data sent with a Travis/GitHub webhook, certain options will have to be specified statically in the repo. The suggested implementation for this...

enhancement

into the `Dockerfile`. Allow them to be retrieved from the `docker-builder` process env

enhancement

Builds on the same build server aren't isolated from each other. This could definitely be a problem if we build a bunk version of a container upon which another container...

help wanted
tech debt

If no API token is provided to the build server itself, and the request comes through on a webhook as opposed to a request to `/docker-build`, it wouldn't be possible...

help wanted

maybe with `bats`, since it's pretty universal

enhancement
help wanted

This looks like an awesome project! It would be great to know at a glance how it compares to Travis and Circle. Thanks for your consideration!

doc

Add support for a packing tool such as [fpm](https://github.com/jordansissel/fpm) or [packagecore](https://github.com/BytePackager/packagecore) to build for various Linux distros. This should include: * Evaluate the best tool and pick one * Generate...