{"id":16935656,"url":"https://github.com/codeskyblue/adb","last_synced_at":"2025-03-21T05:12:34.964Z","repository":{"id":152244873,"uuid":"152205792","full_name":"codeskyblue/adb","owner":"codeskyblue","description":"adb for docker armhf","archived":false,"fork":false,"pushed_at":"2018-10-16T09:25:30.000Z","size":3600,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-26T01:35:02.978Z","etag":null,"topics":["adb","arm","raspberry","rpi"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/codeskyblue/adb/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeskyblue.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-10-09T07:18:47.000Z","updated_at":"2024-12-13T07:21:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"db93690a-570a-4838-ad6d-72a8333b0a90","html_url":"https://github.com/codeskyblue/adb","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/codeskyblue%2Fadb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeskyblue%2Fadb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeskyblue%2Fadb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeskyblue%2Fadb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeskyblue","download_url":"https://codeload.github.com/codeskyblue/adb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244739963,"owners_count":20501992,"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":["adb","arm","raspberry","rpi"],"created_at":"2024-10-13T20:55:01.297Z","updated_at":"2025-03-21T05:12:34.946Z","avatar_url":"https://github.com/codeskyblue.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# adb Dockerfile for Linux(amd64 and armv7l)\n\n## Usage\n- The container needs extended privileges for USB access\n- The host's /dev/bus/usb must be mounted on the container\n\nThis usage pattern shares the ADB server container's network with ADB client containers.\n\nStart the server:\n```bash\ndocker run -d --privileged -v /dev/bus/usb:/dev/bus/usb --name adbd codeskyblue/adb\n```\n\nThen on the same machine:\n```bash\ndocker run --rm -ti --net container:adbd codeskyblue/adb devices\n```\n\nMore usage reference\n\u003chttps://github.com/sorccu/docker-adb\u003e\n\n## Build\nOn linux amd64\n```bash\ndocker build -t adb .\ndocker tag adb codeskyblue/adb:latest\ndocker push codeskyblue/adb:latest\n```\n\nOn linux armv7l(raspberry)\n```bash\ndocker build -t adb -f Dockerfile.armv7l .\ndocker tag adb codeskyblue/adb:armv7l-latest\ndocker push codeskyblue/adb:armv7l-latest\n```\n\nPush manifest\n```bash\nTAG=codeskyblue/adb:latest\ndocker manifest create $TAG codeskyblue/adb:latest codeskyblue/adb:armv7l-latest\ndocker manifest annotate $TAG codeskyblue/adb:latest --os linux --arch amd64\ndocker manifest annotate $TAG codeskyblue/adb:armv7l-latest --os linux --arch arm --variant v7\ndocker manifest push $TAG\n# check\ndocker run --rm mplatform/mquery $TAG\n```\n\n## Thanks\n- [sorccu](https://github.com/sorccu)\n- \u003chttps://github.com/qhuyduong/arm_adb\u003e\n\n## LICENSE\n[Apache v2](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeskyblue%2Fadb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeskyblue%2Fadb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeskyblue%2Fadb/lists"}