Skip to content

A minimal Android Docker image based on Alpine Linux and OpenJDK 8

License

Notifications You must be signed in to change notification settings

greyfoxit/alpine-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alpine Android / Docker

Docker Status Docker Pulls Layers Version

A minimal Android Docker image based on Alpine Linux and OpenJDK 8

Content  /

  • Alpine ( 3.6 )
  • OpenJDK 8 ( 8u131 )
  • Android SDK ( 8+ P, API 28, revision 6 )
  • Android SDK Build-Tools ( 28.0.2 )
  • ContraintLayout with Solver ( 1.0.2 )
  • Instant Apps SDK ( latest )
  • Google APIs ( 24 )
  • Google Repository ( latest )
  • Google Play Services ( latest )
  • Android SDK Tools ( latest )
  • Android SDK Platform-Tools ( latest )
  • Android Support Repository ( latest )
  • add-ons: bash, curl, git, openssl, openssh-client, ca-certificates

Use this  >

as base image

exactly as you would with any other docker image inside Dockerfile

FROM greyfoxit/alpine-android

as pull from Docker Hub

$ docker pull greyfoxit/alpine-android

as local build

$ git clone https://github.com/greyfoxit/alpine-android.git && cd alpine-android 
$ docker build --no-cache -t greyfoxit/alpine-android .

as running container

$ docker run --rm -it greyfoxit/alpine-android

Support

Please file an issue on Github

License

Released under the MIT License by Greyfox, Inc.

About

A minimal Android Docker image based on Alpine Linux and OpenJDK 8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published