Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 2.5 KB

README.md

File metadata and controls

59 lines (41 loc) · 2.5 KB

GitHub Workflow Status Docker Pulls Docker Stars Docker Image Size (tag) License GitHub release GitHub Release Date CalVer Beevelop

Android 13 (API levels 28 - 34)

based on beevelop/java

  • Java 17.0.9
  • Gradle 4.4.1 (Groovy: 2.4.21)
  • Apache Maven 3.6.3
  • Ant 1.10.12

Pull, build or run this image

# pull the most recent tag / release
docker pull beevelop/android:v2023.12.1

# or run the image interactively
docker run --rm --name beevelop -it beevelop/android:v2023.12.1 bash

# or build the image from GitHub
docker build -t beevelop/android github.com/beevelop/docker-base

Or use it as a base image

FROM beevelop/android:v2023.12.1

# accepts all the Licenses (please read first)
RUN yes | sdkmanager --licenses --sdk_root=$ANDROID_SDK_ROOT

Licenses

The usage of the Android SDK requires you to accept the licenses

Maintenance


Beevelop's Docker Image Hierarchy

Use tags where possible, because

One does not simply use latest