Hello,
I have one Bamboo server and serveral remote agents, each are mapped to one project and running on Windows 10.
Now I would like to create a windows docker container for each project which includes all necessary tools and dependencies within the environment.
I found the image on https://hub.docker.com/r/atlassian/bamboo-agent-base, but I guess it's based on Linux and I would need a remote agent license for each image.
Is it possible to handle it in this way and then run the created docker container on all available remote agents without the need of installing all dependencies?
Thanks in advance!