Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Docker image of android sdk for faster CI implementation

License

Notifications You must be signed in to change notification settings

timilsinabishal/android-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

android-docker

Docker image of android sdk for faster CI implementation

This repository consist of docker images for android-sdk. Currently two variants of docker images are available.The default dockerfile is suitable for continous integration. And second version of images consist of ruby with fastlane, it can be used in continous deployment using fastlane along with continous integration. I made this images specifically for gitlab-ci but this should work in all other CI tools too (which supports docker).

You can also pass arguments to build image to your need according to tools used in your project. Example

docker build -t android --build-arg ANDROID_COMPILE_SDK=25 ANDROID_BUILD_TOOLS=25.0.3 ANDROID_SDK_TOOLS=25.2.5 

Please visit docker hub to see all the images.

Releases

No releases published

Packages

No packages published