-
Notifications
You must be signed in to change notification settings - Fork 22
Container Image
This image type allows creating new TeamCity cloud build agents by using docker images on top of Azure Container Instances.
You could use any docker images which are based on jetbrains/teamcity-agent or jetbrains/minimal-agent docker images.
Hint: specify Azure storage account to use Azure Files to store TeamCity build agent plugins and tools. It will significantly improve startup time of cloud build agent after the first run.
Notes:
-
Azure container instances are available in the few Azure regions with some limitations. See details there.
-
Azure Files is available only for Standard storage accounts and could be used only for Linux containers. You could leave your feedback about ACI in the following forum.
-
Azure Windows container instances are not supported, as TeamCity requires Virtual Network to work with Agents, and Virtual Networks aren't supported by Azure for Windows images. See details here.