Skip to content

Commit f8b4051

Browse files
committed
docs: replace build status badges
The Docker Hub stats are good advertising. The build status badges broke after changes to the Docker Official Images' Jenkins server. These badges reflect the status of the current build jobs.
1 parent 07ce67c commit f8b4051

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[![Docker Hub star count badge](https://img.shields.io/docker/stars/_/satosa.svg)](https://hub.docker.com/_/satosa)
2+
[![Docker Hub pull count badge](https://img.shields.io/docker/pulls/_/satosa.svg)](https://hub.docker.com/_/satosa)
3+
[![GitHub CI build status badge](https://img.shields.io/github/actions/workflow/status/IdentityPython/satosa-docker/ci.yml?branch=main&label=GitHub%20CI)](https://github.com/IdentityPython/satosa-docker/actions?query=workflow%3A%22GitHub+CI%22+branch%3Amain)
4+
[![repo-info build status badge](https://img.shields.io/jenkins/s/https/doi-janky.infosiftr.net/job/repo-info/job/local/job/satosa.svg?label=repo-info)](https://doi-janky.infosiftr.net/job/repo-info/job/local/job/satosa/)
5+
[![put-shared build status badge](https://img.shields.io/jenkins/s/https/doi-janky.infosiftr.net/job/put-shared/job/light/job/satosa.svg?label=put-shared)](https://doi-janky.infosiftr.net/job/put-shared/job/light/job/satosa/)
6+
17
# satosa-docker
28

39
This is the source repository of the
@@ -22,16 +28,6 @@ For the current "source of truth" for the `satosa` image, see
2228
[the `library/satosa` file in the official-images repository](https://github.com/docker-library/official-images/blob/master/library/satosa).
2329

2430

25-
---
26-
27-
[![build status badge](https://img.shields.io/github/workflow/status/IdentityPython/satosa-docker/GitHub%20CI/main?label=GitHub%20CI)](https://github.com/IdentityPython/satosa-docker/actions?query=workflow%3A%22GitHub+CI%22+branch%3Amain)
28-
[![amd64 build status badge](https://img.shields.io/jenkins/s/https/doi-janky.infosiftr.net/job/multiarch/job/amd64/job/satosa.svg?label=amd64)](https://doi-janky.infosiftr.net/job/multiarch/job/amd64/job/satosa/)
29-
[![arm64v8 build status badge](https://img.shields.io/jenkins/s/https/doi-janky.infosiftr.net/job/multiarch/job/arm64v8/job/satosa.svg?label=arm64v8)](https://doi-janky.infosiftr.net/job/multiarch/job/arm64v8/job/satosa/)
30-
[![put-shared build status badge](https://img.shields.io/jenkins/s/https/doi-janky.infosiftr.net/job/put-shared/job/light/job/satosa.svg?label=put-shared)](https://doi-janky.infosiftr.net/job/put-shared/job/light/job/satosa/)
31-
32-
---
33-
34-
3531
# Contributing
3632

3733
This project uses the

0 commit comments

Comments
 (0)