Skip to content

Commit

Permalink
compatibility SonarQube 10.4.1 : check ok + upgrade docker files + up…
Browse files Browse the repository at this point in the history
…grade README.md + upgrade CHANGELOG.md - NOT OK with 10.5.x (issue created)
  • Loading branch information
dedece35 committed May 15, 2024
1 parent 17a116c commit 6e6fdaa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- [#17](https://github.com/green-code-initiative/ecoCode-python/issues/17) EC7 - correction setter problem on constructor method
- check Sonarqube 10.4.1 compatibility + update docker files and README.md / NOT OK with 10.5.x (issue created)

### Deleted

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ COPY . /usr/src/ecocode
WORKDIR /usr/src/ecocode
RUN ./tool_build.sh

FROM sonarqube:10.3.0-community
FROM sonarqube:10.4.1-community
COPY --from=builder /usr/src/ecocode/target/ecocode-*.jar /opt/sonarqube/extensions/plugins/
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ Ready to use binaries are available [from GitHub](https://github.com/green-code-
🧩 Compatibility
------------------

| Plugin version | SonarQube version | Java version |
|----------------|-------------------|--------------|
| 1.4.+ | 9.4.+ LTS to 10.3 | 11 / 17 |
| Plugin version | SonarQube version | Java version |
|----------------|---------------------|--------------|
| 1.4.+ | 9.4.+ LTS to 10.4.1 | 11 / 17 |

> Compatibility table of versions lower than 1.4.+ are available from the
> main [ecoCode repository](https://github.com/green-code-initiative/ecoCode#-plugins-version-compatibility).
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.3"
services:
sonar:
image: sonarqube:10.3.0-community
image: sonarqube:10.4.1-community
container_name: sonar_ecocode_python
ports:
- "9000:9000"
Expand Down

0 comments on commit 6e6fdaa

Please sign in to comment.