{"id":15707781,"url":"https://github.com/thenets/docker-android","last_synced_at":"2026-01-24T05:32:46.513Z","repository":{"id":87614359,"uuid":"143086274","full_name":"thenets/docker-android","owner":"thenets","description":"Docker image to build Android app","archived":false,"fork":false,"pushed_at":"2018-08-01T02:50:58.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T23:35:15.701Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thenets.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-08-01T01:06:06.000Z","updated_at":"2018-08-01T02:50:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"67d2021f-a2f1-413d-8ca1-c6389f128de0","html_url":"https://github.com/thenets/docker-android","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thenets/docker-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2Fdocker-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2Fdocker-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2Fdocker-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2Fdocker-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thenets","download_url":"https://codeload.github.com/thenets/docker-android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2Fdocker-android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28713386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T05:28:26.568Z","status":"ssl_error","status_checked_at":"2026-01-24T05:28:10.840Z","response_time":89,"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-10-03T20:41:22.902Z","updated_at":"2026-01-24T05:32:46.485Z","avatar_url":"https://github.com/thenets.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-android\nDocker image to build Android app.\n\nONLY FOR DEVELOPMENT! Don't use this image for production. You need to generate new licenses.\n\n## How to use\n\nCreate a `Dockerfile` inside the Android project.\n\n```dockerfile\nFROM thenets/android\n\n# Create application dir\nENV APP_DIR=/application\nRUN mkdir $APP_DIR\nWORKDIR $APP_DIR\n\n# Add source code\nADD ./ $APP_DIR \n\nRUN set -x \\\n    # Replace CRLF by LF (Fix if you're using Windows)\n    \u0026\u0026 apt-get install -y dos2unix \\\n    \u0026\u0026 dos2unix ** \\\n    # Build APK\n    \u0026\u0026 chmod +x gradlew \\\n    \u0026\u0026 ./gradlew assemble \\\n\n```\n\nAnd build it with `docker build -t myaccount/myproject .`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenets%2Fdocker-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthenets%2Fdocker-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenets%2Fdocker-android/lists"}