alpine-based android image for ci
surtur
735dd5a91b
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:
|
||
---|---|---|
hooks | ||
.dockerignore | ||
.drone.yml | ||
.gitignore | ||
.hadolint.yaml | ||
curl.it | ||
Dockerfile | ||
entrypoint.sh | ||
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