-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
technical upgrade on Docker system #39
base: main
Are you sure you want to change the base?
Conversation
Quality Gate passedIssues Measures |
container_name: sonar_creedengo_ios | ||
ports: | ||
- "9000:9000" | ||
- ":9000" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dynamic ports does not seem to work on macOS : I see not port binding when inspecting with Docker desktop
@@ -1,5 +1,20 @@ | |||
FROM sonarqube:10.5.0-community | |||
ARG MAVEN_BUILDER=3-openjdk-17-slim | |||
#ARG SONARQUBE_VERSION=24.12.0.100206-community |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested with version 24.12 and it is ok : we can move to it
local tests are OK with these modifications and with test-project with the PR green-code-initiative/creedengo-mobile-ios-swift-test-project#18