1
0
Fork
You've already forked docker-android-sdk
0
  • Shell 70.9%
  • Dockerfile 29.1%
x7z4w 8667ed0135 Install clang
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
2026年02月06日 10:47:35 +01:00
.forgejo/workflows review 2026年01月22日 17:25:18 +01:00
licenses licenses: Add all updated SDK licenses 2019年04月19日 00:00:06 +05:30
tools review 2026年01月22日 17:26:07 +01:00
ubuntu/standalone Install clang 2026年02月06日 10:47:35 +01:00
.gitignore glibc fixes / docker cache 2022年11月21日 14:11:34 +01:00
LICENSE Create LICENSE 2020年03月23日 11:58:13 +01:00
README.md Initial implementation of working dockerfile 2026年01月17日 01:48:42 -08:00

docker-android-sdk

This is a modified version of https://github.com/mindrunner/docker-android-sdk for comaps.

We use the ubuntu/standalone Dockerfile, but actually it's Debian Trixie with NodeJS. The differences should be minimal except that Node is required for Forgejo Actions.

Building

You will need to docker login codeberg.org the first time.

docker build . --file ubuntu/standalone/Dockerfile -t android-sdk
docker tag android-sdk codeberg.org/comaps/docker-android-sdk:latest
docker push codeberg.org/comaps/docker-android-sdk:latest

Push a tag of the image ID as well (get using docker images):

docker tag android-sdk codeberg.org/comaps/docker-android-sdk:YOUR_IMAGE_ID
docker push codeberg.org/comaps/docker-android-sdk:YOUR_IMAGE_ID