Construi

Use docker to define your build environment

Get Started
GitHub

Repeatable builds. Everywhere.

Defining your build container in Docker means your build is run in the same environment everywhere. Run the same build process, in the same environment, locally and in CI.

Simpler integration testing.

Spin up a MongoDB instance just for your tests. Drop in a Redis container to test your caching.

Test in multiple environments.

Run your tests in multiple environments. Need to support python 2 and python 3? MySQL and PostgreSQL? No problem.

Get Started