Skip to content

Commit 0ff7665

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 0ff7665

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ For the current "source of truth" for the `satosa` image, see
2323

2424

2525
---
26+
[![Docker Hub star count badge](https://img.shields.io/docker/stars/_/satosa.svg)](https://hub.docker.com/_/satosa)
27+
[![Docker Hub pull count badge](https://img.shields.io/docker/pulls/_/satosa.svg)](https://hub.docker.com/_/satosa)
2628

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/)
29+
[![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)
30+
[![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/)
3031
[![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-
3232
---
3333

3434

0 commit comments

Comments
 (0)