• Shell 67.7%
  • Dockerfile 32.3%
Find a file

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