Receive Slack notifications if a new release of your favorite software is available on GitHub.
1.2K
Note: This fork mainly updates the Go dependencies and removes some unused stuff (like dotenv support=).
Receive Slack notifications if a new release of your favorite software is available on GitHub.

To watch repositories simply add them to the list of arguments -r=kubernetes/kubernetes -r=prometheus/prometheus and so on.
$ docker run \
--rm \
-e GITHUB_TOKEN=XXX \
-e SLACK_HOOK=https://hooks.slack.com/... \
xrstf/github-releases-notifier \
-r=kubernetes/kubernetes
deployments/ folder.docker-compose.ymldocker-compose up$ kubectl create secret generic github-releases-notifier \
--from-literal=github=XXX \
--from-literal=slack=XXX
After creating the secret with your credentials you can apply the deployment:
$ kubectl apply -f deployments/kubernetes.yml
That's it.
Content type
Image
Digest
Size
5.6 MB
Last updated
almost 6 years ago
docker pull xrstf/github-releases-notifier