arvindr226/android-base
This docker repository is compatible with all android sdk versioin till this date
125
This image is built on alpine light OS.
This Docker registry will help you to make build. This docker build will help you to make apk build using Continous Integration (Gitlab, jenkins, Bitrise etc )
For Example you want to make build of react-native code using this docker registry/image. get in the react-native code.
$ cd React-NativeApp
Below command will make build of your react-native code.
$ docker run -it --rm -v $PWD:/app -w /app arvindr226/android-base /bin/sh -c 'cd android && ./gradlew AssembleDebug'
docker pull arvindr226/android-base