docker-alpine-android/README.md
surtur a85013bb78
All checks were successful
continuous-integration/drone/push Build is passing
feat: enable drone ci builds + add img metadata
* also add build status badges to README
* add metadata to the image at build time using a build hook
2021-01-06 01:49:03 +01:00

22 lines
891 B
Markdown

# docker-alpine-android
[![Build Status](https://drone.dotya.ml/api/badges/wanderer/docker-alpine-android/status.svg)](https://drone.dotya.ml/wanderer/docker-alpine-android)
[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/immawanderer/alpine-android)](https://hub.docker.com/r/immawanderer/alpine-android/builds)
push mirror lives in [this GitHub repo](https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf/docker-alpine-android)<br />
development happens on [this Gitea instance](https://git.dotya.ml/wanderer/docker-alpine-android)
image contents:
* android build tools (sdk 30)
* platform tools (sdk 30)
* android 30 platform
* adoptopenjdk-11
* openjdk-8
* `{bash,curl,git,vim,xz}` from alpine `edge/testing` repo
## Purpose
* ❄️ alpine-based image to enable easily building android apps in CI
## License
see the [LICENSE](LICENSE) file for details