Building the image

  1. Perform and activate a development deployment as outlined in chapter: Development deployment

  2. Execute the provided makefile target:

make docker-build

You can also use an APT cache to speed up the build:

make docker-build-with-proxy APT_PROXY=172.17.0.1:3142

A PIP cache can also be used to provide a local cache of Python packages:

make docker-build-with-proxy APT_PROXY=<APT cache IP address>:3142 PIP_INDEX_URL=http://<PIP cache IP address>:3141/root/pypi/+simple/ PIP_TRUSTED_HOST=<PIP cache IP address>