summaryrefslogtreecommitdiffstats
path: root/tgs.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>
* Add libwebp-dev to tgs.Dockerfile fixes Telegram sticker to WebP rendering ↵Funatiker2021-05-151-0/+1
| | | | (#1476)
* Follow up to 536823ce5559b92a3224061b72bcda6010abea17 for the tgs.Dockerfile ↵Sandro2021-05-031-7/+3
| | | | (#1448)
* Use alpine stable for dockerWim2020-09-041-2/+2
|
* Add Dockerimage for tgs conversion (#1211)Sandro2020-08-251-0/+38
* Add Dockerfile with tgs to png conversion support * Add .dockerignore to keep cache busts while testing low