wingufactory / lecloudfacile-devops-training

Ce repo contient les supports de cours de la formation DevOps avancée de la plateforme LeCloudFacile
0 stars 0 forks source link

Installation & configuration de Jenkins sur Docker #42

Open K6SY opened 1 month ago

K6SY commented 2 weeks ago

@julesyoum @papicool for review please

julesyoum commented 3 days ago

Hello @K6SY, in the jenkins.conf file there is jenkins-dev.lecloudfacile.io at the server_name level. So we put jenkins-dev.lecloudfacile.io on line 124 instead of jenkins.lcf.io ? as well as on line 149 ?

julesyoum commented 3 days ago

In line 130, we try to execute a command on the jenkins container to retrieve the jenkins password, while the container_name is jenkins-dev in the docker-compose.yaml file

julesyoum commented 3 days ago

in line 218, we should enter: unix://var/run/docker.sock instead of \var\run\docker.socker.

julesyoum commented 3 days ago

On the last task, the build fails with the error message: “Pull access denied for lecloudfacile/inbound-agent, repository does not exist or may require 'docker login': denied: requested access to the resource is denied”, the image is not public