{"id":15083621,"url":"https://github.com/timo-reymann/jenkinsciwithdockerintegration","last_synced_at":"2025-10-05T14:31:30.711Z","repository":{"id":103227371,"uuid":"149871106","full_name":"timo-reymann/JenkinsCIWithDockerIntegration","owner":"timo-reymann","description":"Jenkins on docker with support to use docker in the image it self for your builds.","archived":true,"fork":false,"pushed_at":"2019-08-18T11:46:53.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-24T07:32:58.942Z","etag":null,"topics":["ci","docker","docker-image","dockerfile","jenkins","jenkins-ci"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/timoreymann/jenkins-ci-with-docker/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timo-reymann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-09-22T11:33:16.000Z","updated_at":"2023-01-28T17:22:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc284998-b8c9-4946-b9c7-a360496d8ad0","html_url":"https://github.com/timo-reymann/JenkinsCIWithDockerIntegration","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"86d2a7f81616d771bd59367e96c01f309e34aeca"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/timo-reymann/JenkinsCIWithDockerIntegration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timo-reymann%2FJenkinsCIWithDockerIntegration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timo-reymann%2FJenkinsCIWithDockerIntegration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timo-reymann%2FJenkinsCIWithDockerIntegration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timo-reymann%2FJenkinsCIWithDockerIntegration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timo-reymann","download_url":"https://codeload.github.com/timo-reymann/JenkinsCIWithDockerIntegration/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timo-reymann%2FJenkinsCIWithDockerIntegration/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278465502,"owners_count":25991438,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ci","docker","docker-image","dockerfile","jenkins","jenkins-ci"],"created_at":"2024-09-25T06:04:21.876Z","updated_at":"2025-10-05T14:31:30.440Z","avatar_url":"https://github.com/timo-reymann.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"JenkinsCIWithDockerIntegration\n=============================\n![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/timoreymann/jenkins-ci-with-docker)\n\n# Why this image?\nThere already thousands of jenkins images, why you must make your own, come on ...\n\nbecause i want to run docker in an docker container where jenkins is running. And i wanted full control :)\n\n# How to use this?\nSample docker-compose.yml\n\n````\nversion: '3.2'\nservices:\n  jenkins:\n    image: timoreymann/jenkins-ci-with-docker\n    restart: always\n    ports:\n#    Port for web ui\n      - 8080:8080\n#    Port used by jenkins\n      - 50000:50000\n    volumes:\n#     Jenkins data directory\n      - jenkins_home:/var/jenkins_home\n#    Link docker from host to container to reuse installed docker ;)\n      - /var/run/docker.sock:/var/run/docker.sock\nvolumes:\n#  Create docker volume for jenkins data previously mentioned in volumes\n   jenkins_home:\n     driver: local\n````\n\n## Further steps\nJust open your web browser and follow the install guide. Nothing else is to do.\n\n## Backup\nTo backup jenkins simply backup the docker volume.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimo-reymann%2Fjenkinsciwithdockerintegration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimo-reymann%2Fjenkinsciwithdockerintegration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimo-reymann%2Fjenkinsciwithdockerintegration/lists"}