moepkid-zz
moepkid-zz
Will have a look! :) I think its because of the type library,
Hello, @febinrejoe @headcr4sh We are trying the the same thing but to no avail. &sonar-scan put: code-analysis params: &sonar-scan-params scanner_type: maven maven_settings_file: /root/.m2/settings.xml project_key: com.hbr.hm:astroservice project_path: ./git sources: - src/main...
@headcr4sh Aaah, but we start it with a docker-compose.yml file. We can use an environment property called CONCOURSE_CERTS_DIR=/etc/ssl/certs, but this one is completely ignored i think. concourse: restart: always image:...
thanks for the help! will try it now. One question though, how do i add such a arg? If i remember correctly, docker compose only accepts anv properties right?
I added the command --worker-cert-dir=/etc/ssl/certs. Lets see if this works!
Somehow setting this command still does not fix the PKIX issue we have. ' sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target' I...
so for now it is not possible to use this certificate? (we do it manually now by running keytool import within a build.sh thats being run by the concourse worker)
aaah, in regards to what @febinrejoe said, does that mean i have to alter the additional proeprties of the runner so thst the keystore points to the host? ```yaml -...
@febinrejoe amazing! that would be awesome
is there any update on this issue?