summaryrefslogtreecommitdiffstats
path: root/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* Use Alpine stable again in Dockerfile (#1643)Sandro2021-11-291-1/+1
| | | | | * Use alpine stable again * fix build for tgs.Dockerfile
* Add better error handling on Zulip (#1589)Alex Vandiver2021-10-231-1/+1
| | | | | | | | | | | | | | | | | | * zulip: Treat unknown errors with a 10-second backoff. An unknown error (including an unauthorized error) would fall through with no calls to time.Sleep, resulting in hammering the server as quickly as possible. Add a 10-second sleep in the default error case. The heartbeat is left with no explicit sleep, but all other codepaths now contain one. * version: Move version information into a separate package. This will allow it to be accessed by other sections of the code. * zulip: Use the matterbridge version in the user-agent. Co-authored-by: Wim <wim@42.be>
* Fix docker buildWim2021-10-171-2/+2
|
* Optimize Dockerfile (#1361)Wim2021-01-151-6/+4
|
* Unify/sync apk index cache control in Dockerfile (#1352)Peter Dave Hello2021-01-141-1/+1
| | | The second stage is using a single `apk` command with `--no-cache` which is better.
* Use alpine stable for dockerWim2020-09-041-2/+2
|
* Combine runs to one layer (#1151)Sandro2020-05-281-3/+3
|
* Update Dockerfile so inotify works (#1148)xnaas2020-05-241-1/+4
| | | | | | | This change would be required for the Docker image to actually read `RELOADABLE` config options from the `matterbridge.toml`. This edit would require https://github.com/42wim/matterbridge/wiki/Deploy:-Docker to be updated as well to mention that mounting would have to change to mounting a ***directory*** not a file. inotify inside Docker cannot read directly mounted files, only directories, for whatever reason. This will preserve setups that were configured to run the old way without breaking them and new configs can be setup "correctly" without issue.
* Remove build dependencies from final docker image (multistage build) (#1057)Alex Wigen2020-03-221-6/+8
| | | | This multistage build takes the resulting image size down from 346MB to 90MB.
* Add extra mimetypes to docker image. Fixes #969Wim2020-01-071-1/+1
|
* Add githash to docker buildsWim2017-02-171-1/+1
|
* Release v0.6.0-beta1v0.6.0-beta1Wim2016-08-201-2/+2
|
* Fix docker buildWim2016-07-231-1/+1
|
* Add DockerfileWim2016-05-211-0/+11