Commit Graph

1 Commits

Author SHA1 Message Date
Florian Pelgrim 83cc2c4eee Docker cacheing and python2 (#879)
* Docker caching for devel

Use more caching features of Docker for building the devel image.
Downsite of this is that for users who heavily build the image it will
eat up more disk space then before.
But I think think only developers are affected here and all others will
pull from the registry.
A regular docker cleanup on the machines will solve this problem.

* Upgrade python to python3

The main Dockerfile will build now a python3 based image.
A copy of the old python2 file is still available for further testing.
2018-09-17 10:49:57 +04:00