Skip to content

Commit

Permalink
FIX/3259/Fix wrong entrypoint of analysis docker (#3299)
Browse files Browse the repository at this point in the history
* Fix wrong entrypoint of analysis docker #3259

* Fix wrong entrypoint of analysis docker #3259

* Delete entrypoint of analysis docker #3259
  • Loading branch information
ukinimod committed May 16, 2023
1 parent 48e215f commit 4db1d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Fixed 🐞

- Fix entrypoint for analysis docker image [#3259](https://github.com/MaibornWolff/codecharta/pull/3259)
- Show again delta of a building which have nothing in common in red or green [#3271](https://github.com/MaibornWolff/codecharta/pull/3271)
- Always show description of suspicious metrics [#3285](https://github.com/MaibornWolff/codecharta/pull/3285)
- Show suspicious metrics and risk profile documentation pages in navigation bar [#3290](https://github.com/MaibornWolff/codecharta/pull/3290)
Expand Down
2 changes: 1 addition & 1 deletion analysis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ RUN wget -qO /tmp/sonar-scanner.zip https://binaries.sonarsource.com/Distributio
mkdir --parents /usr/local/conf ; cp ./conf/sonar-scanner.properties /usr/local/conf/; \
cp -r ./jre/ /usr/local/jre; cd /; rm /tmp/sonar-scanner.zip; rm -rf /tmp/sonar-scanner-*-linux;

ENTRYPOINT ["tail", "-f", "/dev/null"]
CMD ["ccsh"]

0 comments on commit 4db1d15

Please sign in to comment.