abdennour

Results 101 comments of abdennour

I like the second option: > or pass JAVA_OPTS to the plugin cli which contain a custom truststore... https://github.com/jenkinsci/docker/blob/master/jenkins-plugin-cli.sh#L3 I am trying it now by using [these docs](https://doc.nuxeo.com/nxdoc/trust-store-and-key-store-configuration/)

Trying the second option by running 2 commands: ```bash KEYSTOREFILE=/tmp/jx.jks ${JAVA_HOME}/bin/keytool -import -noprompt -trustcacerts -alias jenkins-io -file /jenkins-certs/jenkinsio.crt -keystore ${KEYSTOREFILE} -storepass ${KEYSTORE_PASS} ## Then export JAVA_OPTS="$JAVA_OPTS -Djavax.net.ssl.keyStore=${KEYSTOREFILE} -Djavax.net.ssl.keyStoreType=jks -Djavax.net.ssl.keyStorePassword=changeit" ##...

> copy it to somewhere you can write it i did `cat ${JAVA_HOME}/jre/lib/security/cacerts > /tmp/mytrustted-stor` > , import your cert on top of it? how ? If you could do...

Ok ! so seems like i succeeded 👍 to do the right steps. Credits to @timja then [this link](https://docs.oracle.com/cd/E19906-01/820-4916/geygn/index.html) But now , i got a different error 👎 when i...

I went with another path. and now it works: Nexus + repos proxy + one repo groups all proxies under one + env vars. ```sh export JENKINS_UC=http://nexus.cicd/repository/updates.jenkins.io/update-center.json export JENKINS_UC_EXPERIMENTAL=http://nexus.cicd/repository/updates.jenkins.io/experimental/update-center.json export...

@paalkr How did you configure spilo to use wal-g and not wal-e ?

Thank you @paalkr . Where are the other parameters like which S3_BUCKET ?

@hazmei My kube-apiserver is exposed thru nginx ingress. And the nginx ingress is behind HAProxy (corporate Loabalancer on-prem) As per your comment, i need to make sure that SPDY protocol...

i am feeling that this repo is out of support. i hope i am mistaken