BitBucket Pipe - Docker 20 upgrade

Altassian has recently notified us that they are upgrading to Docker version 20. See the disclosure linked here: https://bitbucket.org/blog/docker-v20

While we can check the code in our Pipeline per their instructions, we are not able to test the SonarCloud Pipe. Can SonarCloud confirm the sonarcloud-scan BitBucket Pipe is safe for use with Docker version 20? If not, is there a plan to address this?

  • ALM used: Bitbucket
  • CI system used: Bitbucket Cloud
  • Scanner command used:
pipe: sonarsource/sonarcloud-scan:1.2.0
            variables:
              SONAR_TOKEN: ${SONAR_TOKEN}
              EXTRA_ARGS: '-Dsonar.sources=src -Dsonar.tests=spec -Dsonar.test.inclusions="**/*-spec.ts" -Dsonar.javascript.lcov.reportPaths=coverage/lcov.info'
  • Languages of the repository: Typescript
  • Private Repo
  • Error observed: None
  • Steps to reproduce: Run a Pipeline on BitBucket

Quick update for anyone else having a similar question:
BitBucket confirmed we were actually upgraded to Docker v20 this past Monday. The SonarCloud Pipe v1.2.0 has continued to function without any issues.

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