Skip to content

TechsupportSAB/sab-android-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Android Application Builder Image

This image is used to build the Anathabhojanam application in GitHub (GH) Actions.

Purpose of Containerization

  1. Check locally how the build can be run on a server.
  2. Build locally if there is no proper Java installed on the local machine.
  3. More controlled building/build environment.

Command to create image locally.

docker build -t android-build-tool-34-jvm-17-builder .

Run gradle command using container

docker run --rm \
  --volume "$(pwd):/app" \
  --workdir /app \
android-build-tool-34-jvm-17-builder \
  sh -c "./gradlew detekt"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages