From 570638870648ec69175d92fd5f6e35514c3db461 Mon Sep 17 00:00:00 2001 From: Markiian Slipets Date: Thu, 4 Mar 2021 11:05:01 +0200 Subject: [PATCH] Update repo description disabled due to https://github.com/docker/hub-feedback/issues/1927 --- .github/workflows/main.yml | 19 ++++++++++++------- README.md | 12 ++++++------ 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9bfb579..653fe48 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -94,10 +94,15 @@ jobs: - name: Image digest run: echo ${{ steps.docker_build.outputs.digest }} - - name: Update repo description - uses: peter-evans/dockerhub-description@v2 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - repository: mslipets/my-bloody-sonar - short-description: 'Self Configured SonarQube Docker image based on Official SonarSource Images' +# Disabled due to https://github.com/docker/hub-feedback/issues/1927 +# untill resolution to https://github.com/docker/roadmap/issues/115 implemented. +# - name: Update repo description +# uses: christian-korneck/update-container-description-action@v1 +# env: +# DOCKER_USER: ${{ secrets.DOCKERHUB_USERNAME }} +# DOCKER_PASS: ${{ secrets.DOCKERHUB_TOKEN }} +# with: +# destination_container_repo: mslipets/my-bloody-sonar +# provider: dockerhub +# short_description: 'Self Configured SonarQube Docker image based on Official SonarSource Images' +# readme_file: 'README.md' diff --git a/README.md b/README.md index c66b1e3..996f50b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ I thought these epithets is also pretty suitable for this custom SonarQube image ## Demo and Usage Example -A [demo](demo) can be found [here](demo/README.md) +A [demo](https://github.com/mslipets/my-bloody-sonar/demo) can be found [here](https://github.com/mslipets/my-bloody-sonar/demo/README.md) ## Releases @@ -50,21 +50,21 @@ get the [LTS](https://hub.docker.com/_/sonarqube/?tab=tags&page=1&ordering=last_ ```bash docker pull mslipets/my-bloody-sonar:lts ``` -get the [latest](https://hub.docker.com/_/sonarqube/?tab=tags&page=1&ordering=last_updated) [community](https://hub.docker.com/_/sonarqube/?tab=tags&page=1&ordering=last_updated) version (alpine) alternative tags: [8.6.1-community, community](https://hub.docker.com/_/sonarqube/?tab=tags&page=1&ordering=last_updated) +get the [latest](https://hub.docker.com/_/sonarqube/?tab=tags&page=1&ordering=last_updated) [community](https://hub.docker.com/_/sonarqube/?tab=tags&page=1&ordering=last_updated) version (alpine) alternative tags: [8.7.0-community, community](https://hub.docker.com/_/sonarqube/?tab=tags&page=1&ordering=last_updated) ```bash docker pull mslipets/my-bloody-sonar:latest ``` -get the latest [developer](https://hub.docker.com/_/sonarqube/?tab=tags&page=1&ordering=last_updated) version (alpine) alternative tags: [8.6.1-developer, developer](https://hub.docker.com/_/sonarqube/?tab=tags&page=1&ordering=last_updated) +get the latest [developer](https://hub.docker.com/_/sonarqube/?tab=tags&page=1&ordering=last_updated) version (alpine) alternative tags: [8.7.0-developer, developer](https://hub.docker.com/_/sonarqube/?tab=tags&page=1&ordering=last_updated) ```bash docker pull mslipets/my-bloody-sonar:developer ``` -get the latest [enterprise](https://hub.docker.com/_/sonarqube/?tab=tags&page=1&ordering=last_updated) version (alpine) alternative tags: [8.6.1-enterprise, enterprise](https://hub.docker.com/_/sonarqube/?tab=tags&page=1&ordering=last_updated) +get the latest [enterprise](https://hub.docker.com/_/sonarqube/?tab=tags&page=1&ordering=last_updated) version (alpine) alternative tags: [8.7.0-enterprise, enterprise](https://hub.docker.com/_/sonarqube/?tab=tags&page=1&ordering=last_updated) ```bash docker pull mslipets/my-bloody-sonar:enterprise ``` -get a concrete 8.6.1-developer release +get a concrete 8.7.0-developer release ```bash -docker pull mslipets/my-bloody-sonar:8.6.1-developer +docker pull mslipets/my-bloody-sonar:8.7.0-developer ```