{"id":20850475,"url":"https://github.com/noteed/docker-git","last_synced_at":"2026-06-23T19:32:18.970Z","repository":{"id":30575985,"uuid":"34130983","full_name":"noteed/docker-git","owner":"noteed","description":"Git, wrapped in Docker (not terribly useful)","archived":false,"fork":false,"pushed_at":"2015-04-17T19:27:36.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-26T17:09:40.454Z","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/noteed.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-04-17T17:42:02.000Z","updated_at":"2015-04-17T19:27:36.000Z","dependencies_parsed_at":"2022-08-30T06:31:59.425Z","dependency_job_id":null,"html_url":"https://github.com/noteed/docker-git","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/noteed/docker-git","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Fdocker-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Fdocker-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Fdocker-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Fdocker-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noteed","download_url":"https://codeload.github.com/noteed/docker-git/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Fdocker-git/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34704743,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":[],"created_at":"2024-11-18T03:09:42.180Z","updated_at":"2026-06-23T19:32:18.954Z","avatar_url":"https://github.com/noteed.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-git\n\nThis repository holds a Dockerfile (to create a Docker image) to clone a Git\nrepository and make a checkout. That's it.\n\nTypical usage (assuming the image is built as `noteed/git`):\n\n    \u003e docker run \\\n        -v /tmp/github-deploy-ssh:/home/worker/.ssh \\\n        -v /tmp/gits:/home/worker/gits \\\n        -v /tmp/checkout:/home/worker/checkout \\\n        noteed/git \\\n          /home/worker/checkout.sh \\\n          git@github.com:username/project.git project.git develop\n\nThe host directory `/tmp/github-deploy-ssh` is supposed to contain a private\n`id_rsa` key and a `known_hosts` file. This could be your home `.ssh`\ndirectory.\n\nThe host directory `/tmp/gits` is optional and can be used if you want to\nretain (possibly as a cache) already cloned repositories.\n\nThe host directory `/tmp/checkout/` is where you want a working copy to be\ndone.\n\nThe last three arguments are used to name the repository to be cloned, the\nlocal repository name to create, and the branch to check out.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoteed%2Fdocker-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoteed%2Fdocker-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoteed%2Fdocker-git/lists"}