Skip to content

Commit 3ee1c98

Browse files
authored
Add badges (#42)
* Adding batches * Adding batches * Reorder batches * Remve badges headline * Change link to github actions
1 parent 7b17695 commit 3ee1c98

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ Source code: [GitHub](https://github.com/cybcon/modbus-server)
66

77
Container image: [DockerHub](https://hub.docker.com/r/oitc/modbus-server)
88

9+
<!-- SHIELD GROUP -->
10+
[![][github-action-test-shield]][github-action-test-link]
11+
[![][github-action-release-shield]][github-action-release-link]
12+
[![][github-release-shield]][github-release-link]
13+
[![][github-releasedate-shield]][github-releasedate-link]
14+
[![][github-stars-shield]][github-stars-link]
15+
[![][github-forks-shield]][github-forks-link]
16+
[![][github-issues-shield]][github-issues-link]
17+
[![][github-license-shield]][github-license-link]
18+
19+
[![][docker-release-shield]][docker-release-link]
20+
[![][docker-pulls-shield]][docker-pulls-link]
21+
[![][docker-stars-shield]][docker-stars-link]
22+
[![][docker-size-shield]][docker-size-link]
23+
924
# Supported tags and respective `Dockerfile` links
1025

1126
* [`latest`, `1.3.2`](https://github.com/cybcon/modbus-server/blob/v1.3.2/Dockerfile)
@@ -206,3 +221,30 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
206221
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
207222
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
208223
SOFTWARE.
224+
225+
<!-- LINK GROUP -->
226+
[docker-pulls-link]: https://hub.docker.com/r/oitc/modbus-server
227+
[docker-pulls-shield]: https://img.shields.io/docker/pulls/oitc/modbus-server?color=45cc11&labelColor=black&style=flat-square
228+
[docker-release-link]: https://hub.docker.com/r/oitc/modbus-server
229+
[docker-release-shield]: https://img.shields.io/docker/v/oitc/modbus-server?color=369eff&label=docker&labelColor=black&logo=docker&logoColor=white&style=flat-square
230+
[docker-size-link]: https://hub.docker.com/r/oitc/modbus-server
231+
[docker-size-shield]: https://img.shields.io/docker/image-size/oitc/modbus-server?color=369eff&labelColor=black&style=flat-square
232+
[docker-stars-link]: https://hub.docker.com/r/oitc/modbus-server
233+
[docker-stars-shield]: https://img.shields.io/docker/stars/oitc/modbus-server?color=45cc11&labelColor=black&style=flat-square
234+
[github-action-release-link]: https://github.com/cybcon/modbus-server/actions/workflows/release-from-label.yaml
235+
[github-action-release-shield]: https://img.shields.io/github/actions/workflow/status/cybcon/modbus-server/release-from-label.yaml?label=release&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
236+
[github-action-test-link]: https://github.com/cybcon/modbus-server/actions/workflows/test.yaml
237+
[github-action-test-shield-original]: https://github.com/cybcon/modbus-server/actions/workflows/test.yaml/badge.svg
238+
[github-action-test-shield]: https://img.shields.io/github/actions/workflow/status/cybcon/modbus-server/test.yaml?label=tests&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
239+
[github-forks-link]: https://github.com/cybcon/modbus-server/network/members
240+
[github-forks-shield]: https://img.shields.io/github/forks/cybcon/modbus-server?color=8ae8ff&labelColor=black&style=flat-square
241+
[github-issues-link]: https://github.com/cybcon/modbus-server/issues
242+
[github-issues-shield]: https://img.shields.io/github/issues/cybcon/modbus-server?color=ff80eb&labelColor=black&style=flat-square
243+
[github-license-link]: https://github.com/cybcon/modbus-server/blob/main/LICENSE
244+
[github-license-shield]: https://img.shields.io/badge/license-MIT-blue?labelColor=black&style=flat-square
245+
[github-release-link]: https://github.com/cybcon/modbus-server/releases
246+
[github-release-shield]: https://img.shields.io/github/v/release/cybcon/modbus-server?color=369eff&labelColor=black&logo=github&style=flat-square
247+
[github-releasedate-link]: https://github.com/cybcon/modbus-server/releases
248+
[github-releasedate-shield]: https://img.shields.io/github/release-date/cybcon/modbus-server?labelColor=black&style=flat-square
249+
[github-stars-link]: https://github.com/cybcon/modbus-server
250+
[github-stars-shield]: https://img.shields.io/github/stars/cybcon/modbus-server?color=ffcb47&labelColor=black&style=flat-square

0 commit comments

Comments
 (0)