summaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2018-08-13add sequel and gpgme source deps to Dockerfile (#1486)Wild Kat
2018-06-16bump docker to phusion/baseimage:0.10.1 (#1403)Wild Kat
2018-06-03add libicu to CISaku Ytti
2018-04-27Merge remote-tracking branch 'upstream/master' into pr-1280Wild Kat
2018-04-26Use actual git commands that existWild Kat
2018-04-26unshallow docker git checkoutSaku Ytti
2018-04-25change docker build process to use rakeWild Kat
2018-04-15add cisco_spark gem to docker container for ciscosparkdiff hookWild Kat
2018-04-06reorder dockerfile gem installationWild Kat
2018-03-11Refresh DockerfileWild 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-10fix: Fixed docker build (#1181)Charlie Allom
2017-11-08feature: 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-17Adding support for custom CA certsMike Nowak
2017-02-16Dockerfile additions to support the slackdiff hookNat Morris
2017-02-15Support docker container build from any branch or forkNat Morris
2016-10-21Add missing dependency for RuggedMatt Hanley
2016-09-12Updated Dockerfile to use ruby 2.3Mycah Mattox
2016-05-26Added EXPOSE and VOLUME directivesKnut 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-19Add the option of automatically reloading the config every X seconds. Fixes #271Mike Bryant
2016-01-19Switch to phusion's docker-baseimage, to get service management and process ↵Mike Bryant
reaping
2015-08-29Dockerfile from SamerSaku Ytti
closes #169