Docker image for teamcity agent with Azure cli
I am running teamcity from docker containers.
I have the teamcity-server image, and two images for agents with .NET and nodejs.
But I am looking for an agent image that has Azure CLI.
Is there one already? or I have to build it?
looking on docker hub, and was not able to find one.
Thanks for help
Please sign in to leave a comment.
Unfortunately, yes, I believe that TeamCity agent images do not include Azure CLI out of the box. You could have your Dockerfile based on the image you need to use, though, to simplify the process.