This sample demonstrates building Ready-To-Code images containing everything a developer needs (configuration, source, packages, binaries) to minimize the time used for setting up a new Dev Box. The ...
make clean && make test POSTGRES_TAG=x.y run unit-tests against specific PostgreSQL version make test db_type=mysql run unit-tests against MySQL make clean && make test db_type=mysql MYSQL_TAG=x.y run ...