This repository contains the studentenportal/base docker image, which contains all system dependencies.
The reason for this to be an own repository is mainly speed.
To create a new release, create a git tag with the new version according to section Versioning.
It is automatically built on Docker Cloud.
# VERSION should be set according to the section *Versioning* of this document.
docker build --tag="studentenportal/base:VERSION" --tag="studentenportal/base:latest" .{PYTHON_VERSION}-{CONTAINER_VERSION}
PYTHON_VERSIONis the python version used in the base image.CONTAINER_VERSIONis a release counter of this repository.
Example: 2.7-0