Sign inSign up

greyfoxit/alpine-android

By greyfoxit

Updated about 8 years ago

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

Image
0

10K+

greyfoxit/alpine-android repository overview

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.

Tag summary

Content type

Image

Digest

Size

920.3 MB

Last updated

about 8 years ago

docker pull greyfoxit/alpine-android