Skip to content

maxistar/android-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published