Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
* Added hook for XMPP MUC
* Updated dockerfile
* Added timeout to prevent oxidized to stop on XMPP error
* Updated README
|
|
|
|
|
|
|
|
|
|
|
|
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`.
|
|
|
|
reaping
|
|
closes #169
|