{"id":17552340,"url":"https://github.com/saschpe/docker-android-ndk","last_synced_at":"2026-03-07T10:31:46.726Z","repository":{"id":27407797,"uuid":"113786808","full_name":"saschpe/docker-android-ndk","owner":"saschpe","description":"Android NDK OCI image including CMake based on Alpine Linux","archived":false,"fork":false,"pushed_at":"2025-03-03T13:50:31.000Z","size":60,"stargazers_count":43,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-14T19:40:51.376Z","etag":null,"topics":["alpine-linux","android","android-development","android-ndk","android-sdk","docker","docker-container"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/saschpe/android-ndk","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/saschpe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"saschpe"}},"created_at":"2017-12-10T21:59:11.000Z","updated_at":"2025-03-11T11:37:07.000Z","dependencies_parsed_at":"2024-05-10T09:39:57.583Z","dependency_job_id":"7f2e3905-e713-4684-aa60-2bbe73c966a6","html_url":"https://github.com/saschpe/docker-android-ndk","commit_stats":{"total_commits":44,"total_committers":2,"mean_commits":22.0,"dds":"0.022727272727272707","last_synced_commit":"5d09b3fc1189f5209b2261934b36ffb1159b5101"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saschpe/docker-android-ndk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fdocker-android-ndk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fdocker-android-ndk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fdocker-android-ndk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fdocker-android-ndk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saschpe","download_url":"https://codeload.github.com/saschpe/docker-android-ndk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fdocker-android-ndk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30212048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"last_error":"SSL_read: 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":["alpine-linux","android","android-development","android-ndk","android-sdk","docker","docker-container"],"created_at":"2024-10-21T05:04:01.742Z","updated_at":"2026-03-07T10:31:46.690Z","avatar_url":"https://github.com/saschpe.png","language":"Shell","readme":"# Android NDK OCI / Docker image\n\n[![License](https://img.shields.io/github/license/saschpe/docker-android-ndk)](https://opensource.org/licenses/Apache-2.0)\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/saschpe/docker-android-ndk/ci.yml?branch=main)](https://github.com/saschpe/docker-android-ndk/actions?query=branch%3Amain++)\n[![Docker Pulls](https://img.shields.io/docker/pulls/saschpe/android-ndk)](https://hub.docker.com/r/saschpe/android-ndk)\n[![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/saschpe/android-ndk)](https://hub.docker.com/r/saschpe/android-ndk)\n\nAndroid Native Development Kit (NDK) OCI image including CMake based on\nDocker image `saschpe/android-sdk`.\n\n## Android SDK, NDK, CMake and JDK support\n\nThe following JDK (horizontal axis) and Android SDK API level combinations are currently\navailable:\n\n|    | 11 | 17 | 21 | 22 | 23 |\n|----|----|----|----|----|----|\n| 31 | ✅  | ✅  |    |    |    |\n| 32 | ✅  | ✅  | ✅  | ✅  |    |\n| 33 | ✅  | ✅  | ✅  | ✅  |    | \n| 34 | ✅  | ✅  | ✅  | ✅  | ✅  | \n| 35 |    | ✅  | ✅  | ✅  | ✅  |\n\n* Android 35 image NDK versions: __27.2.12479018__ and __28.0.13004108__\n    * Previous images: __25.2.9519653__, __26.2.11394342__ and __26.2.11394342__\n* CMake version: __3.31.5__\n    * Previous images: __3.22.1__, __3.31.1__\n\n## Usage\n\n```shell\ndocker pull saschpe/android-ndk:35-jdk21.0.5_11-ndk28.0.13004108-cmake3.31.5\n```\n\nUse as a base image:\n\n```Dockerfile\nFROM saschpe/android-ndk:35-jdk21.0.5_11-ndk28.0.13004108-cmake3.31.5\nRUN sdkmanager --install emulator\n```\n\n## Building\n\nThese scripts simplify various tasks related to container building and\npublishing:\n\n```shell\n./scripts/build --help\n```\n\n## License\n\n    Copyright 2017 Sascha Peilicke\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","funding_links":["https://github.com/sponsors/saschpe"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaschpe%2Fdocker-android-ndk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaschpe%2Fdocker-android-ndk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaschpe%2Fdocker-android-ndk/lists"}