alpine-based android image for ci
surtur
0dbe7e44a1
All checks were successful
continuous-integration/drone/push Build is passing
* in alpine, ash is the default shell, this commit changes that * add gradle via asdf. this speeds up build times as this image is being used in ci and now that gradle is a part of the package, it doesn't have to be downloaded at the beginning of each pipeline running './gradlew ...' |
||
---|---|---|
hooks | ||
.dockerignore | ||
.drone.yml | ||
.gitignore | ||
curl.it | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
packages.txt | ||
README.md |
docker-alpine-android
push mirror lives in this GitHub repo
development happens on this Gitea instance
image contents:
- android build tools (sdk 30)
- platform tools (sdk 30)
- android 30 platform
- adoptopenjdk-11
- openjdk-8
{bash,curl,git,vim,xz}
from alpineedge/testing
repo
Purpose
- ❄️ alpine-based image to enable easily building android apps in CI
License
see the LICENSE file for details