John Forrest
John Forrest
@andrey-pohilko I didn't run formal tests, just used the change in practice. I was hoping they might run automatically somewhere:) Can you point me as to how to run them?
Thanks for the advice. This really should be mentioned in the course video:) Having said that, the docker files in the course are using node 16, which is now somewhat...
See https://opentelemetry.io/blog/2023/jaeger-exporter-collector-migration/
@ozbenh Any update on this?
My docker-compose is: version: "3" services: sonarqube: build: context: . dockerfile: Dockerfile #command: -Dsonar.ce.javaOpts=-Xmx512m -Dsonar.web.javaOpts=-Xmx512m '-Dsonar.search.javaOpts=-Xms1000m -Xmx1000m' command: -Dsonar.ce.javaOpts=-Xmx512m -Dsonar.web.javaOpts=-Xmx512m environment: - SONAR_JDBC_USERNAME=postgres - SONAR_JDBC_PASSWORD=**** - SONAR_JDBC_URL=jdbc:postgresql://postgresql/postgres - SONAR_SEARCH_JAVAADDITIONALOPTS=-Dlog4j2.formatMsgNoLookups=true volumes:...
Sorry I just saw you were after the Dockerfile not the compose. Will the minimum it failed with (we normally add some extra but I cut down to try) was:...
@mc1arke I tried running the following: docker run --rm -p 9001:9000 -d mc1arke/sonarqube-with-community-branch-plugin:latest on the same VM as I usually use. This appears to come up OK, although without the...