abdennour

Results 105 comments of abdennour

For my case, i have AWS ELB where the SSL is offloaded, then ingress controller receives on port 80, then forward to argocd-server service on insecure port (80). I fixed...

@Poweranimal , you did great job. I hope better response from maintainers

Wy Wy Wy! should we open it again?

Any deadline for these features ?

Just upgrade it .. It will work like a charm . My current version is `0.11.0` .

We're in the same boat. We have a single docker-compose.yaml that defines our build and pushes tagged images. It also fires up the stack for local development. Very neat, because...

When i was using the bash script (/usr/local/bin/install_plugins.sh ) everything was working fine because it understand `CURL_OPTS='-k'`, however after using this tool, i cannot see a way to skip the...

but the docker container of jenkins is running without root user. ```sh jenkins@jenkins-staging-0:/$ export KEYSTORE_PASS=changeit jenkins@jenkins-staging-0:/$ export KEYSTOREFILE=${JAVA_HOME}/jre/lib/security/cacerts jenkins@jenkins-staging-0:/$ ${JAVA_HOME}/bin/keytool -import -noprompt -trustcacerts -alias jenkins-io -file /jenkins-certs/jenkinsio.crt -keystore ${KEYSTOREFILE} -storepass...

i understand that these 3 lines requires creating new image: ```Dockerfile User root RUN ... keystore USER jenkins ``` However, i am avoiding creating new image even though we had...