This repository contains docker files for running a TeamCity server with multiple android build agents.
- From DockerHub - server and agent
- From Github - repository
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.
To run docker-compose
use command:
make start
To stop docker-compose
use command:
make stop