• Shell 70.9%
  • Dockerfile 29.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
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