ciricihq / gitlab-sonar-scanner

This project is no longer maintained
GNU General Public License v3.0
80 stars 62 forks source link

Docker builds failing since 3.1.0 #39

Closed Crayjin closed 5 years ago

Crayjin commented 5 years ago

As you can see here (https://hub.docker.com/r/ciricihq/gitlab-sonar-scanner/builds) the Docker builds are failing. A local test shows that the Dockerfile cannot find the required ZIP file on line 6. Not sure if you just can replace the URI with the following one as it may change in the future:

https://dl.bintray.com/sonarsource/SonarQube/org/sonarsource/scanner/cli/sonar-scanner-cli/${SONAR_SCANNER_VERSION}/sonar-scanner-cli-${SONAR_SCANNER_VERSION}.zip

elboletaire commented 5 years ago

I'm trying to figure out which is the proper download link now, because I've found multiple sources and they have files with the exact same name, but different sizes.

I don't really care about the size, but it makes me think they are totally different tools although they're named equally.

I'll do some tests and try to update the image as soon as I find the actual client.