aboutsummaryrefslogtreecommitdiff
path: root/docker
Commit message (Collapse)AuthorAgeFilesLines
* Add Dockerfile for zshing frameworkDominik Ritter2018-07-122-0/+23
|
* Use ubuntu 17.10, as the sources for 17.04 seem to be downDominik Ritter2018-06-281-1/+1
|
* Fixate ZSH versions in dockerDominik Ritter2018-06-283-3/+3
|
* Force creation of symlink in preztoDominik Ritter2018-06-281-1/+1
|
* Add Dockerfiles for ZSH 5.3.1, 5.4.2, 5.5.1Dominik Ritter2018-06-283-0/+110
|
* test-in-docker: Support for multiple ZSH versionsChristian Höltje2017-07-1215-12/+124
| | | | | -z --zsh can specify one of the versions of ZSH we can get from centos and ubuntu
* test-in-docker: quickly test frameworks in dockerChristian Höltje2017-07-1231-0/+235
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.