https://github.com/renderbittechnologies/docker-android-ci
Docker image to build Android apps in a CI environment
https://github.com/renderbittechnologies/docker-android-ci
Last synced: 9 days ago
JSON representation
Docker image to build Android apps in a CI environment
- Host: GitHub
- URL: https://github.com/renderbittechnologies/docker-android-ci
- Owner: RenderbitTechnologies
- License: mit
- Created: 2018-04-05T09:40:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T09:52:34.000Z (over 7 years ago)
- Last Synced: 2025-01-18T16:49:59.398Z (12 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Android CI
Docker image to build Android apps in a CI environment
## Purpose
This image was created specifically for usage with continuous integration systems, and contains the minimum requirements to build an Android app into an APK. Currently being used with [Bitbucket Pipelines](https://bitbucket.org/product/features/pipelines), but should meet the requirements for most CI systems.
## Details
### Base Image
* [uber/android-build-environment](https://hub.docker.com/r/uber/android-build-environment/) - The latest Android build environment used by Uber
### Additional Packages
* Android Support Repo