Commit Graph

7 Commits (6daef84c603e3f00058a90c511efc37c1e4bd5cc)

Author SHA1 Message Date
Dominik Ritter 4178240b24 Add Dockerfile for zshing framework
Dominik Ritter 0b92e915c4 Use ubuntu 17.10, as the sources for 17.04 seem to be down
Dominik Ritter b9e6e6f32a Fixate ZSH versions in docker
Dominik Ritter 74051e59fd Force creation of symlink in prezto
Dominik Ritter 20fdf0517c Add Dockerfiles for ZSH 5.3.1, 5.4.2, 5.5.1
Christian Höltje 2f808f8a4e test-in-docker: Support for multiple ZSH versions
-z --zsh can specify one of the versions of ZSH we can get from
   centos and ubuntu
Christian Höltje df318488c9 test-in-docker: quickly test frameworks in docker
This adds `./test-in-docker` for quickly playing with various frameworks.

All the containers are based off Ubuntu 14.04 which has ZSH 5.0.2.

Thanks to @dritter for figuring out all the framework installation
methods.