Sign inSign up

arvindr226/android-base

By arvindr226

•Updated over 9 years ago

This docker repository is compatible with all android sdk versioin till this date

Image
1

504

arvindr226/android-base repository overview

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'

Tag summary

Content type

Image

Digest

Size

3.3 GB

Last updated

over 9 years ago

docker pull arvindr226/android-base