alpine-based android image for ci
Go to file
surtur 0dbe7e44a1
All checks were successful
continuous-integration/drone/push Build is passing
feat: add gradle version 6.8-rc-5; default to bash
* 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 ...'
2021-01-14 21:59:54 +01:00
hooks feat: enable drone ci builds + add img metadata 2021-01-06 01:49:03 +01:00
.dockerignore initial commit 2021-01-06 01:18:47 +01:00
.drone.yml feat: add kaniko-build drone pipeline step 2021-01-14 01:46:55 +01:00
.gitignore initial commit 2021-01-06 01:18:47 +01:00
curl.it feat: enable drone ci builds + add img metadata 2021-01-06 01:49:03 +01:00
Dockerfile feat: add gradle version 6.8-rc-5; default to bash 2021-01-14 21:59:54 +01:00
LICENSE initial commit 2021-01-06 01:18:47 +01:00
Makefile initial commit 2021-01-06 01:18:47 +01:00
packages.txt initial commit 2021-01-06 01:18:47 +01:00
README.md feat: enable drone ci builds + add img metadata 2021-01-06 01:49:03 +01:00

docker-alpine-android

Build Status Docker Cloud Build Status

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 alpine edge/testing repo

Purpose

  • ❄️ alpine-based image to enable easily building android apps in CI

License

see the LICENSE file for details