Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 881 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 881 Bytes

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