alpine-based android image for ci
Go to file
surtur 735dd5a91b
makefile: hotfix for kaniko on cgroup v2 hosts
This is a temporary workaround that enables kaniko to run on cgroup v2
enabled hosts. Due to an upstream issue, kaniko fails to detect that it
is indeed being run from a container.
Solution introduced here is to force kaniko to run regardless.

as seen in: d728f4cd60

[skip ci]
2021-04-23 13:18:53 +02:00
hooks build: enable BuildKit via build hook env var 2021-03-09 22:07:00 +01:00
.dockerignore initial commit 2021-01-06 01:18:47 +01:00
.drone.yml ci: build locally with kaniko + push to DockerHub 2021-04-23 02:43:13 +02:00
.gitignore initial commit 2021-01-06 01:18:47 +01:00
.hadolint.yaml ci: build locally with kaniko + push to DockerHub 2021-04-23 02:43:13 +02:00
Dockerfile ci: build locally with kaniko + push to DockerHub 2021-04-23 02:43:13 +02:00
LICENSE fix: licensor field [skip ci] 2021-03-09 20:59:27 +01:00
Makefile makefile: hotfix for kaniko on cgroup v2 hosts 2021-04-23 13:18:53 +02:00
README.md feat: enable drone ci builds + add img metadata 2021-01-06 01:49:03 +01:00
curl.it feat: enable drone ci builds + add img metadata 2021-01-06 01:49:03 +01:00
entrypoint.sh chore: add entrypoint.sh script 2021-01-15 00:38:53 +01:00
packages.txt initial commit 2021-01-06 01:18:47 +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