Send Slack notifications from CI/CD pipelines and containers
923
Send Slack notifications from CI/CD pipelines and Docker containers.
docker run -e SLACK_WEBHOOK=https://hooks.slack.com/... -e MESSAGE="Deploy complete" ogulcanaydogan/slack-notifier
| Variable | Description | Default |
|---|---|---|
SLACK_WEBHOOK | Slack webhook URL (required) | - |
MESSAGE | Message text | - |
CHANNEL | Override channel | - |
USERNAME | Bot display name | Notifier |
ICON_EMOJI | Bot emoji | :robot_face: |
TEMPLATE | Message template file | - |
COLOR | Attachment color (good/danger/warning) | - |
MIT
Content type
Image
Digest
sha256:ff60b1d8f…
Size
24.8 MB
Last updated
8 months ago
docker pull ogulcanaydogan/slack-notifier