{"id":17341891,"url":"https://github.com/warnyul/docker-android-build-tools","last_synced_at":"2026-01-31T10:31:04.045Z","repository":{"id":83960643,"uuid":"255550395","full_name":"warnyul/docker-android-build-tools","owner":"warnyul","description":"Ubuntu based Docker image for Android SDK Build Tools.","archived":false,"fork":false,"pushed_at":"2024-11-26T06:35:37.000Z","size":50,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T16:40:23.499Z","etag":null,"topics":["android-build-tools","android-sdk","docker-container","docker-image","dockerfile","ubuntu-xenial"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/warnyul.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":"2020-04-14T08:17:40.000Z","updated_at":"2025-09-11T00:44:51.000Z","dependencies_parsed_at":"2024-06-01T02:26:54.665Z","dependency_job_id":"0a2770dc-9813-472d-85f5-77bdba18e7aa","html_url":"https://github.com/warnyul/docker-android-build-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/warnyul/docker-android-build-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warnyul%2Fdocker-android-build-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warnyul%2Fdocker-android-build-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warnyul%2Fdocker-android-build-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warnyul%2Fdocker-android-build-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/warnyul","download_url":"https://codeload.github.com/warnyul/docker-android-build-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warnyul%2Fdocker-android-build-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28938523,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T10:18:23.202Z","status":"ssl_error","status_checked_at":"2026-01-31T10:18:22.693Z","response_time":128,"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":["android-build-tools","android-sdk","docker-container","docker-image","dockerfile","ubuntu-xenial"],"created_at":"2024-10-15T15:51:29.421Z","updated_at":"2026-01-31T10:31:04.024Z","avatar_url":"https://github.com/warnyul.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-android-build-tools\n\n![build](https://github.com/warnyul/docker-android-build-tools/workflows/build/badge.svg) ![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/warnyul/android-build-tools/latest) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/warnyul/android-build-tools/latest) [![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](LICENSE)\n\nThis is an Ubuntu based Docker image and is image only contains Open JDK 17 JDK headless, Android SDK Tools, Android SDK Build Tools and the Platform which version belongs to the Build Tools's version. For instance: `warnyul/android-build-tools:34.0.0` image containts `platform;android-34`, and the `warnyul/android-build-tools:28.0.0` image contains `platform;android-28` and so on.\n\n## Usage\n\nYou can use all commands from [Android SDK Tools or Android SDK Build Tools](https://developer.android.com/studio/command-line). You can mount a volume optionally, if you would like to pass files to commands.\n\n```\ndocker run --rm -v \"$(pwd)\":\"$(pwd)\" warnyul/android-build-tools apkanalyzer\n```\n\nOr if you want to other platforms or other Android SDK components, just use this image as parent, and install the required components:\n\n```\nFROM warnyul/android-build-tools:{VERSION or latest}\n\n# Install platform tools\nRUN yes | sdkmanager \"platforms;android-28\" \"platforms;android-27\"\n\n```\n\n## Build\n\n```\ngit clone https://github.com/warnyul/docker-android-build-tools.git\ncd docker-android-build-tools\n./build.sh --build-tools-version=29.0.3 --latest\n```\n\n## License\n\n    Copyright 2020 Balázs Varga\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarnyul%2Fdocker-android-build-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwarnyul%2Fdocker-android-build-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarnyul%2Fdocker-android-build-tools/lists"}