{"id":16960235,"url":"https://github.com/dflemstr/drone-dind","last_synced_at":"2026-05-16T12:33:23.565Z","repository":{"id":66855241,"uuid":"45843881","full_name":"dflemstr/drone-dind","owner":"dflemstr","description":"A Docker image for Drone CI that starts an isolated Docker daemon","archived":false,"fork":false,"pushed_at":"2015-11-09T16:35:11.000Z","size":0,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T15:32:09.824Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dflemstr.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}},"created_at":"2015-11-09T14:38:46.000Z","updated_at":"2020-11-16T16:37:55.000Z","dependencies_parsed_at":"2023-03-08T16:56:59.223Z","dependency_job_id":null,"html_url":"https://github.com/dflemstr/drone-dind","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dflemstr/drone-dind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflemstr%2Fdrone-dind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflemstr%2Fdrone-dind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflemstr%2Fdrone-dind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflemstr%2Fdrone-dind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dflemstr","download_url":"https://codeload.github.com/dflemstr/drone-dind/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflemstr%2Fdrone-dind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33102861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-13T22:47:39.944Z","updated_at":"2026-05-16T12:33:23.533Z","avatar_url":"https://github.com/dflemstr.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drone base image for Docker-in-Docker\n\nThis repository builds a Docker image to be used with [Drone CI][1]\nthat starts an isolated Docker daemon for your builds.  This enables\nthe building of Docker-based projects in Drone.\n\n## Usage\n\nGiven a repository containing a `Dockerfile`, put the following in\nyour Drone configuration file `.drone.yml`:\n\n```yaml\nimage: dflemstr/drone-dind\nscript:\n  - docker build -t me/myservice .\n  - docker push me/myservice:latest\n```\n\nAdd this repository to your Drone instance, making sure that you use\nprivileged containers (since Docker-in-Docker requires that).  You can\nnow successfully build Docker-based projects on top of Drone.\n\n## How it works\n\nThe image contains two scripts, `start-docker` and `stop-docker`, that\nwill start and stop the inner Docker daemon, respectively.  There is\nalso a file called `docker-helper.sh` that gets `source`d by Drone on\nevery build, that makes sure that `start-docker` is ran before, and\n`stop-docker` is ran after the build.\n\n[1]: https://drone.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdflemstr%2Fdrone-dind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdflemstr%2Fdrone-dind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdflemstr%2Fdrone-dind/lists"}