A lightweight Docker image to easily publish Slack message
10K+
A lightweight Docker image to easily publish Slack message in a gitlab-ci pipeline to build Docker image.
This image is automatically updated with the Automated Continuous Delivery of Docker images pattern.
In order to run this container you'll need Docker installed.
Include template at the beginning of .gitlab-ci.yml file:
include:
- remote: 'https://gitlab.com/fxs/docker-slack-notify/raw/master/.slack-notify-template.yml'
Set CI/CD variable:
Docker latest tag contains:
| Software | Version |
|---|---|
| from | alpine@sha256:f271e74b ... |
| alpine | 3.17.1 |
| slack-notify.sh | 1.1.1 |
Versions of installed software are listed in /etc/VERSIONS file of the Docker image. Example to see them for a specific tag:
docker run -t jfxs/slack-notify:1.0.0-1 cat /etc/VERSIONS
Tests are runned with Robot Framework. Last test report is available here.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See the LICENSE file for details.
Content type
Image
Digest
sha256:ed6270789…
Size
4.3 MB
Last updated
over 3 years ago
docker pull jfxs/slack-notify