Hubot with slack adapter build on Alpine
1.1K
Putting hubot inside Docker
Pre-requisites:
To build a docker image
docker build -t hubot-alpine .
Deploy prebuilt docker image (Simple)
docker run -d -e HUBOT_SLACK_TOKEN=YOURSLACKTOKENHERE --name CONTAINERNAME bsord/hubot-alpine
Deploy prebuilt docker image (With Webhooks)
docker run -d -p 8080:8080 -e HUBOT_SLACK_TOKEN=YOURSLACKTOKENHERE -e HUBOT_GITHUB_EVENT_NOTIFIER_TYPES=pull_request,page_build,push --name CONTAINERNAME bsord/hubot-alpine
Content type
Image
Digest
Size
60.3 MB
Last updated
about 8 years ago
docker pull bsord/hubot-alpine