/docker-circleci

CircleCI build image I use for multi-language builds

Primary LanguageRubyMIT LicenseMIT

CircleCI build image

CircleCI

CircleCI build image I use for multi-language builds.

docker pull apiology/circleci:latest

To build locally, run make. You can see images at Docker Hub

To experiment, run:

docker run -it -v "$(pwd)/fix.sh":/home/circleci/project/fix.sh -v "$(pwd)/requirements_dev.txt":/home/circleci/project/requirements_dev.txt apiology/circleci

Contributions

This project, as with all others, rests on the shoulders of a broad ecosystem supported by many volunteers doing thankless work, along with specific contributors.

In particular I'd like to call out:

  • Audrey Roy Greenfeld for the cookiecutter tool and associated examples, which keep my many projects building with shared boilerplate with a minimum of fuss.