Getting 503 error with SonarSource/sonarcloud-github-action@v1.4 failed for pull down sonarsource/sonar-scanner-cli docker image

  • ALM used (GitHub)
  • CI system used (Github action)
  • Scanner command used when applicable (private details masked)
      - name: SonarCloud Scan
        uses: SonarSource/sonarcloud-github-action@v1.4
        with:
          args: >
            -Dsonar.scm.revision=${{ github.event.pull_request.head.sha }}
  • Error observed (wrap logs/code around with triple quotes ``` for proper formatting)
  Step 1/10 : FROM sonarsource/sonar-scanner-cli:4.3
  Head "https://registry-1.docker.io/v2/sonarsource/sonar-scanner-cli/manifests/4.3": received unexpected HTTP status: 503 Service Unavailable
Error: Docker build failed with exit code 1
  • Steps to reproduce
docker image pull sonarsource/sonar-scanner-cli:4.3
Error response from daemon: Head https://registry-1.docker.io/v2/sonarsource/sonar-scanner-cli/manifests/4.3: received unexpected HTTP status: 503 Service Unavailable

docker image pull sonarsource/sonar-scanner-cli:4.6
Error response from daemon: Head https://registry-1.docker.io/v2/sonarsource/sonar-scanner-cli/manifests/4.6: received unexpected HTTP status: 503 Service Unavailable
  • Potential workaround
    none, all our PRs are failing

the issue seems fixed now.

ocker image pull sonarsource/sonar-scanner-cli:4.6
4.6: Pulling from sonarsource/sonar-scanner-cli
97518928ae5f: Pull complete
65a17ee04ca3: Downloading  31.16MB/112.9MB
53d342405430: Download complete

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.