/docker-compose-teamcity

This repository contains docker files for running a TeamCity server with multiple android build agents

Primary LanguageDockerfile

TeamCity Docker Compose

This repository contains docker files for running a TeamCity server with multiple android build agents.

Official Jetbrains docker images

Build agent installed packages

Package Version
Java 11
Android command line tools 3.0
Android build tools 30.0.3
Android platform tools *
Android platform 33

✨ You can customize the installed packages using the arguments in docker-compose.yml file.

How use?

To run docker-compose use command:

make start

To stop docker-compose use command:

make stop