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

spry-group/docker-build-android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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 ( 7+ (O), API 26, revision 1 )
  • Android SDK Platform-Tools ( 26.0.0 )
  • Android SDK Build-Tools ( 26.0.0 )
  • Android SDK Tools ( 26.0.2 )
  • Android Support Repository ( 47.0.0)
  • Google Play Services ( revision 41 )
  • Google Repository ( revision 54)
  • 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