Sign inSign up

mkaag/hubot

By mkaag

Updated about 11 years ago

Image
3

2.6K

mkaag/hubot repository overview

docker-hubot

Docker Hub

This repository contains the Dockerfile and the configuration files to build Hubot for Docker.

Base Docker Image
Hubot Script
  • hubot-auth
  • hubot-codinglove
  • hubot-diagnostics
  • hubot-gitlab-hooks
  • hubot-google-images
  • hubot-google-translate
  • hubot-help
  • hubot-maps
  • hubot-motivate
  • hubot-newrelic2
  • hubot-pugme
  • hubot-redis-brain
  • hubot-rules
  • hubot-seen
  • hubot-shipit
  • hubot-slack
  • hubot-thank-you
  • hubot-youtube
Installation
docker build -t mkaag/hubot github.com/mkaag/docker-hubot
Environment Variables
  • HUBOT_NAME
  • HUBOT_SLACK_TOKEN
  • HUBOT_AUTH_ADMIN
  • GITLAB_CHANNEL
  • GITLAB_DEBUG
  • GITLAB_BRANCHES
  • GITLAB_SHOW_COMMITS_LIST
  • GITLAB_SHOW_MERGE_DESCRIPTION
  • HUBOT_NEWRELIC_API_KEY
  • HUBOT_NEWRELIC_API_HOST
Usage
Basic usage
docker run -v /home/user/hubot_scripts:/opt/scripts \
--link redis:redis \
-p 8080:8080 \
mkaag/hubot

Tag summary

Content type

Image

Digest

sha256:8bdc1b5c4

Size

67.7 MB

Last updated

about 11 years ago

docker pull mkaag/hubot