Skip to content

rockgolem/slack-dockerhub-integration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack + DockerHub integration

Use the already deployed service at https://hooks-slack-dockerhub.herokuapp.com

Run your own

You can clone the repo dciccale/slack-dockerhub-integration and run this service in your own server. Dockerfile provided.

With Docker

To build the image and run the container

$ npm run build
$ npm run container

To stop the container

$ npm stop

Usage

Slack

Set up an incoming webhook integration in your Slack team to try it out.

See full documentation on incoming webhooks

DockerHub

After creating your incoming webhook, you will get a url like this one:

https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX

Change the domain from hooks.slack.com to hooks-slack-dockerhub.herokuapp.com

Create a new webhook on DockerHub and paste the url:

https://hooks-slack-dockerhub.herokuapp.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX

Done!

About

Service to integrate Slack incoming webhooks with DockerHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%