{"id":20724085,"url":"https://github.com/jerray/docker-android-builder","last_synced_at":"2026-03-11T13:12:24.763Z","repository":{"id":140081645,"uuid":"173426111","full_name":"jerray/docker-android-builder","owner":"jerray","description":null,"archived":false,"fork":false,"pushed_at":"2020-03-19T06:46:56.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T08:34:53.471Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/jerray.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":"2019-03-02T09:02:49.000Z","updated_at":"2020-03-19T06:46:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a5c0412-c976-4802-80a1-060f8236fb56","html_url":"https://github.com/jerray/docker-android-builder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jerray/docker-android-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerray%2Fdocker-android-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerray%2Fdocker-android-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerray%2Fdocker-android-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerray%2Fdocker-android-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jerray","download_url":"https://codeload.github.com/jerray/docker-android-builder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerray%2Fdocker-android-builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30382526,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T12:49:11.341Z","status":"ssl_error","status_checked_at":"2026-03-11T12:46:41.342Z","response_time":84,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-11-17T04:12:10.003Z","updated_at":"2026-03-11T13:12:24.758Z","avatar_url":"https://github.com/jerray.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Android Builder\n\n![Docker Pulls](https://img.shields.io/docker/pulls/jerray/android-builder.svg)\n\nCommon Android application building environment with Docker.\n\n## Usage\n\nDownload an image. Tag `gradle4.1-jdk8-27-27.0.0` means this image contains\ngradle 4.1, JDK 8, Android version 27, Android build tools version 27.0.0.\n\n```sh\ndocker pull jerray/android-builder:gradle4.1-jdk8-27-27.0.0\n```\n\nChnage current directory to your project source root directory.\nRun following command to start testing.\n\n```sh\ndocker run --rm -it \\\n  -v $PWD:/src \\\n  -v $HOME/.gradle:/home/gradle/.gradle \\\n  jerray/android-builder:gradle4.1-jdk8-27-27.0.0 \\\n  gradle test\n```\n\nReplace `gradle test` command to any other you want gradle to run.\nFor example I use `gradle assembleRelease` command to build the `apk` release package.\n\nParameter `-v $HOME/.gradle:/home/gradle/.gradle` is used to share gradle cache between\nhost machine and docker container. Removing it will results in gradle downloading depedencies\nevery time.\n\n## More tool versions\n\nFeel free to make pull requests to add different tool versions. I will merge the pull requests\nand make the image available on DockerHub as soon as possible.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerray%2Fdocker-android-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerray%2Fdocker-android-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerray%2Fdocker-android-builder/lists"}