Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Dockerfile to build an android applications

Simple docker image to compile android applications

Build an image

you can build image manually:

docker build --platform linux/amd64 -t maxistar/android .

Publish image

docker image tag maxistar/android maxistar/android:gradle_v8.10.1
docker image push maxistar/android:gradle_v8.10.1
docker image push maxistar/android:latest

Start shell

docker run -it maxistar/android:latest /bin/bash -l

Example of running gradle commands

docker run --rm -v ${PWD}:/var/app maxistar/android bash \
  -c "gradle build && gradle compileDebugSources"

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages