From afbcf9a9c0da4cdd53decd683c90139cf4afdf29 Mon Sep 17 00:00:00 2001 From: John Simons Date: Mon, 3 Feb 2025 08:41:57 +1000 Subject: [PATCH 1/4] Adding description to docker hub containers --- .github/workflows/push-container-images.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/push-container-images.yml b/.github/workflows/push-container-images.yml index d63c0aa222..47e34f0f69 100644 --- a/.github/workflows/push-container-images.yml +++ b/.github/workflows/push-container-images.yml @@ -53,6 +53,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} repository: particular/servicecontrol readme-filepath: ./src/ServiceControl/Container-README.md + short-description: Gather all the data and monitor multiple endpoints from a single location. - name: Update Docker Hub Description - Audit if: ${{ steps.validate.outputs.latest == 'true' }} uses: peter-evans/dockerhub-description@v4.0.0 @@ -61,6 +62,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} repository: particular/servicecontrol-audit readme-filepath: ./src/ServiceControl.Audit/Container-README.md + short-description: Audit instances provide valuable information about the message flow through a system. - name: Update Docker Hub Description - Monitoring if: ${{ steps.validate.outputs.latest == 'true' }} uses: peter-evans/dockerhub-description@v4.0.0 @@ -69,6 +71,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} repository: particular/servicecontrol-monitoring readme-filepath: ./src/ServiceControl.Monitoring/Container-README.md + short-description: Monitoring instance's performance to track the health of a distributed system. - name: Update Docker Hub Description - RavenDB if: ${{ steps.validate.outputs.latest == 'true' }} uses: peter-evans/dockerhub-description@v4.0.0 @@ -77,3 +80,4 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} repository: particular/servicecontrol-ravendb readme-filepath: ./src/ServiceControl.RavenDB/Container-README.md + short-description: The default storage for ServiceControl instances. From 672d124220effc4926bdd2ce2deadc89b9baf642 Mon Sep 17 00:00:00 2001 From: John Simons Date: Mon, 3 Feb 2025 16:26:50 +1000 Subject: [PATCH 2/4] Update .github/workflows/push-container-images.yml Co-authored-by: Phil Bastian <155411597+PhilBastian@users.noreply.github.com> --- .github/workflows/push-container-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-container-images.yml b/.github/workflows/push-container-images.yml index 47e34f0f69..1a0752c53e 100644 --- a/.github/workflows/push-container-images.yml +++ b/.github/workflows/push-container-images.yml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} repository: particular/servicecontrol readme-filepath: ./src/ServiceControl/Container-README.md - short-description: Gather all the data and monitor multiple endpoints from a single location. + short-description: Gather status, performance and monitoring data for multiple endpoints from a single location. - name: Update Docker Hub Description - Audit if: ${{ steps.validate.outputs.latest == 'true' }} uses: peter-evans/dockerhub-description@v4.0.0 From 0283db7d1e85c9fe5fb5e7afa186f384d300a36e Mon Sep 17 00:00:00 2001 From: John Simons Date: Mon, 3 Feb 2025 16:27:00 +1000 Subject: [PATCH 3/4] Update .github/workflows/push-container-images.yml Co-authored-by: Phil Bastian <155411597+PhilBastian@users.noreply.github.com> --- .github/workflows/push-container-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-container-images.yml b/.github/workflows/push-container-images.yml index 1a0752c53e..16ad68f7c4 100644 --- a/.github/workflows/push-container-images.yml +++ b/.github/workflows/push-container-images.yml @@ -71,7 +71,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} repository: particular/servicecontrol-monitoring readme-filepath: ./src/ServiceControl.Monitoring/Container-README.md - short-description: Monitoring instance's performance to track the health of a distributed system. + short-description: Track the health of a distributed system. - name: Update Docker Hub Description - RavenDB if: ${{ steps.validate.outputs.latest == 'true' }} uses: peter-evans/dockerhub-description@v4.0.0 From dd0db0d1908533f6e4a1b0d85d9ea7f539c04065 Mon Sep 17 00:00:00 2001 From: John Simons Date: Mon, 3 Feb 2025 16:27:14 +1000 Subject: [PATCH 4/4] Update .github/workflows/push-container-images.yml Co-authored-by: Phil Bastian <155411597+PhilBastian@users.noreply.github.com> --- .github/workflows/push-container-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-container-images.yml b/.github/workflows/push-container-images.yml index 16ad68f7c4..5c2dae7fea 100644 --- a/.github/workflows/push-container-images.yml +++ b/.github/workflows/push-container-images.yml @@ -62,7 +62,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} repository: particular/servicecontrol-audit readme-filepath: ./src/ServiceControl.Audit/Container-README.md - short-description: Audit instances provide valuable information about the message flow through a system. + short-description: Provide valuable information about the message flow through a system. - name: Update Docker Hub Description - Monitoring if: ${{ steps.validate.outputs.latest == 'true' }} uses: peter-evans/dockerhub-description@v4.0.0