{"id":21269622,"url":"https://github.com/cangol/android-gradle-docker","last_synced_at":"2026-01-02T14:33:04.123Z","repository":{"id":51360513,"uuid":"70773829","full_name":"Cangol/android-gradle-docker","owner":"Cangol","description":"Android gradle docker image","archived":false,"fork":false,"pushed_at":"2021-08-26T05:42:13.000Z","size":55,"stargazers_count":21,"open_issues_count":1,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T02:21:41.362Z","etag":null,"topics":["android-docker","android-gradle","android-gradle-docker","gitlab-ci"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/cangol/android-gradle/","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/Cangol.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":"2016-10-13T05:59:21.000Z","updated_at":"2024-04-11T18:24:42.000Z","dependencies_parsed_at":"2022-08-25T13:02:16.554Z","dependency_job_id":null,"html_url":"https://github.com/Cangol/android-gradle-docker","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cangol%2Fandroid-gradle-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cangol%2Fandroid-gradle-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cangol%2Fandroid-gradle-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cangol%2Fandroid-gradle-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cangol","download_url":"https://codeload.github.com/Cangol/android-gradle-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243725542,"owners_count":20337667,"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":["android-docker","android-gradle","android-gradle-docker","gitlab-ci"],"created_at":"2024-11-21T08:09:26.633Z","updated_at":"2026-01-02T14:33:04.084Z","avatar_url":"https://github.com/Cangol.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# android-gradle\n[![android-gradle](http://dockeri.co/image/cangol/android-gradle)](https://hub.docker.com/r/cangol/android-gradle/)\n\n## Included\n* OpenJDK 8\n* Git\n* Gradle 6.5\n* Android SDK (android-30)\n* Android Build-tools (30.0.2)\n* Android Support Libraries\n* Google Play Services\n\n## Build image\n\n```bash\ndocker build -t cangol/android-gradle .\n```\n\n## Push build version to repository\n\n```bash\ndocker push cangol/android-gradle\n```\n\n## Usage\n\n### GitLab CI\n\nThis is what my .gitlab-ci.yml looks like:\n\n```yaml\nimage: cangol/android-gradle\nstages:\n  - build\n\nbuild:\n  stage: build\n  script:\n    - gradlew build\n  only:\n    - master\n\n```\n\n### Without GitLab\n\n```bash\ndocker pull cangol/android-gradle\n```\n\nChange directory to your project directory, then run:\n\n```bash\ndocker run --tty --interactive --volume=$(pwd):/opt/workspace --workdir=/opt/workspace --rm cangol/android-gradle  /bin/sh -c \"./gradlew build\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcangol%2Fandroid-gradle-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcangol%2Fandroid-gradle-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcangol%2Fandroid-gradle-docker/lists"}