How to contribute?
Dockerfile templating
To be written (Jinja2, generation etc.)
Provisioning
To be written (shell scripts, service scripts, etc.)
Building
Local building of containers can be done with make
and Makefile
:
Command | Description |
| To Install dependancies of build chain tools |
| Build all containers fast mode (parallel building, |
| Build all containers slow mode (serial building) |
| Show log of build process even if process is successfull |
| Force container build ( |
| Build all container with tag alpine-3 or centos-7 |
| Build and deploy baselayout.tar |
| Deploy all configuration files from _provisioning/ |
| Update local distrubtion images (CentOS, Debian, Ubuntu) |
| Run provision and build all images |
| Run testsuite (use currently available docker images on your docker host) |
| Run testsuite but pull newest docker images from docker hub first |
| Run tests and rebuild them (use cache) and push them to docker hub |
| Run |
| Build all base containers |
| Build all service containers |
| Build all php containers |
| Build all hhvm containers |
| Build all nginx containers |
| Build all apache containers |
| Build specific containers (as example) |
Tests
ServerSpec
To be written
Infra
To be written
Container structure tests
To be written
Last updated