Sign inSign up

bsord/hubot-alpine

By bsord

•Updated about 8 years ago

Hubot with slack adapter build on Alpine

Image
0

1.1K

bsord/hubot-alpine repository overview

⁠Hubot-Alpine

Putting hubot inside Docker

⁠Testing

Pre-requisites:

  • A slack token for your bot

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

Tag summary

Content type

Image

Digest

Size

60.3 MB

Last updated

about 8 years ago

docker pull bsord/hubot-alpine