{"id":15694393,"url":"https://github.com/suyashkumar/jenkins-ssl-docker","last_synced_at":"2025-05-08T20:58:10.001Z","repository":{"id":82739686,"uuid":"119310013","full_name":"suyashkumar/jenkins-ssl-docker","owner":"suyashkumar","description":"Jenkins container with SSL and docker","archived":false,"fork":false,"pushed_at":"2018-05-12T16:55:42.000Z","size":7,"stargazers_count":7,"open_issues_count":2,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-08T20:58:04.546Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/suyashkumar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-29T00:07:10.000Z","updated_at":"2025-01-10T19:47:12.000Z","dependencies_parsed_at":"2023-03-10T06:00:34.320Z","dependency_job_id":null,"html_url":"https://github.com/suyashkumar/jenkins-ssl-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suyashkumar%2Fjenkins-ssl-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suyashkumar%2Fjenkins-ssl-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suyashkumar%2Fjenkins-ssl-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suyashkumar%2Fjenkins-ssl-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suyashkumar","download_url":"https://codeload.github.com/suyashkumar/jenkins-ssl-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253149569,"owners_count":21861720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T18:57:44.569Z","updated_at":"2025-05-08T20:58:09.995Z","avatar_url":"https://github.com/suyashkumar.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jenkins SSL + Docker\nA Jenkins docker configuration that includes SSL out of the box as well as support for running Docker container builds **within** Jenkins. I find the latter very useful as I tend to run all of my Jenkins jobs and builds using docker containers to best handle dependency management and reproducibility. The default SSL certificates are self-signed and generated at build time, but can be overridden with your own using Docker volumes.\n\nTo run (with self-signed SSL certificates):\n```sh\ndocker run -p 443:4430 -v jenkins_home:/var/jenkins_home suyashkumar/jenkins-ssl-docker\n```\n\nTo run WITH the ability to have Jenkins build Docker containers within itself:\n```sh\ndocker run -p 443:4430 -v jenkins_home:/var/jenkins_home -v /var/run/docker.sock:/var/run/docker.sock suyashkumar/jenkins-ssl-docker\n```\n\nTo run with your own certificates:\n```sh\ndocker run -p 443:4430 -v jenkins_home:/var/jenkins_home -v YOUR_PRIV_KEY_FILE:/var/lib/jenkins/pk -v YOUR_CERT:/var/lib/jenkins/cert suyashkumar/jenkins-ssl-docker\n```\n\nA sample `Jenkinsfile` you can have in your target repository to initiate a docker build based on its `Dockerfile` looks something like this:\n```\npipeline {\n     agent { dockerfile true }\n      stages {\n          stage('Test') {\n              steps {\n\t\t            // any additional steps you may want can be here.\n              }\n          }\n      }\n }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuyashkumar%2Fjenkins-ssl-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuyashkumar%2Fjenkins-ssl-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuyashkumar%2Fjenkins-ssl-docker/lists"}