Skip to content

Commit 2111292

Browse files
author
Mike Holloway
committed
Update to Errbot 6.1.2, Alpine 3.11, Python 3.6.10
1 parent 65aecd6 commit 2111292

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.6-alpine3.9
1+
FROM python:3.6.10-alpine3.11
22
MAINTAINER Mike Holloway <mikeholloway+swarmstack@gmail.com>
33

44
ARG BUILD_DATE

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Docker image for [Errbot](http://errbot.io), a chat-bot designed to be easily de
44

55
[https://hub.docker.com/r/swarmstack/errbot-docker/](https://hub.docker.com/r/swarmstack/errbot-docker/)
66

7-
Built from Alpine Linux 3.9 / Python 3.6. Functions as a vanilla Errbot with it's available backends, plus optional Cisco Webex Teams backend support. Support for other community-provided backends. Plugins can be installed and configured via the bot. [swarmstack](https://github.com/swarmstack/swarmstack) users should begin at the SWARMSTACK USERS section.
7+
Built from Alpine Linux 3.11 / Python 3.6(.10). Functions as a vanilla Errbot with it's available backends, plus optional Cisco Webex Teams backend support. Support for other community-provided backends. Plugins can be installed and configured via the bot. [swarmstack](https://github.com/swarmstack/swarmstack) users should begin at the SWARMSTACK USERS section.
88

99
The documentation below focuses on installing Errbot for use as a webhook receiver for Prometheus Alertmanager and adding Prometheus ChatOps to the bot, but the image is generally useful as a working Errbot with support for installing other Errbot plugins and backends.
1010

docker-compose-swarmstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ configs:
2929

3030
services:
3131
errbot:
32-
image: swarmstack/errbot-docker:6.1.1
32+
image: swarmstack/errbot-docker:6.1.2
3333
configs:
3434
- source: errbot_config
3535
target: /err/config.py

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ configs:
1717

1818
services:
1919
errbot:
20-
image: swarmstack/errbot-docker:6.1.1
20+
image: swarmstack/errbot-docker:6.1.2
2121
configs:
2222
- source: errbot_config
2323
target: /err/config.py

0 commit comments

Comments
 (0)