Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-27 | Merge remote-tracking branch 'upstream/master' into pr-1280 | Wild Kat | |
2018-04-26 | Use actual git commands that exist | Wild Kat | |
2018-04-26 | unshallow docker git checkout | Saku Ytti | |
2018-04-25 | change docker build process to use rake | Wild Kat | |
2018-04-15 | add cisco_spark gem to docker container for ciscosparkdiff hook | Wild Kat | |
2018-04-06 | reorder dockerfile gem installation | Wild Kat | |
2018-03-11 | Refresh Dockerfile | Wild Kat | |
Refresh Dockerfile to resolve multiple issues: * Bump base image from 0.9.18 to 0.10.0 (now xenial based). * Remove dependency on ppa:brightbox and use xenial ruby2.3 * Split build into 2 stages to backport libssh2 1.7.0 which is needed for githubrepo hook but is not available in xenial * Misc cleanup and comments | |||
2018-02-10 | fix: Fixed docker build (#1181) | Charlie Allom | |
2017-11-08 | feature: Added hook for XMPP MUC (#951) | mortzu | |
* Added hook for XMPP MUC * Updated dockerfile * Added timeout to prevent oxidized to stop on XMPP error * Updated README | |||
2017-04-17 | Adding support for custom CA certs | Mike Nowak | |
2017-02-16 | Dockerfile additions to support the slackdiff hook | Nat Morris | |
2017-02-15 | Support docker container build from any branch or fork | Nat Morris | |
2016-10-21 | Add missing dependency for Rugged | Matt Hanley | |
2016-09-12 | Updated Dockerfile to use ruby 2.3 | Mycah Mattox | |
2016-05-26 | Added EXPOSE and VOLUME directives | Knut Ahlers | |
This describes the exposed ports and the volume according to the `README.md` documentation. Though it is possible to mount volumes and expose ports using `docker run`, for several docker management tools it is not possible to expose ports or mount volumes when they are not defined in the `Dockerfile`. | |||
2016-01-19 | Add the option of automatically reloading the config every X seconds. Fixes #271 | Mike Bryant | |
2016-01-19 | Switch to phusion's docker-baseimage, to get service management and process ↵ | Mike Bryant | |
reaping | |||
2015-08-29 | Dockerfile from Samer | Saku Ytti | |
closes #169 |