[Fixed] jetbrains/teamcity-agent docker reports incompatible runner NuGet Installer
I am trying to move a small scale test with a Teamcity windows install by the dev team to more permanent hosting using docker containers for both the server and its build agents.. I've had no major issues moving the server itself to the docker container on debian, but getting the build agent is giving me a lot more trouble...
All current projects are net462, with some newer ones targetting netcore3.1, but as I understand the windowsservercore-2004 image on which it is based should contain the necessary targets for building all projects currently defined.
The agent doesn't even get that far though... it reports all build configurations as incompatible, on the NuGet Installer no less... as i understand this should be pre-installed..?
Please sign in to leave a comment.
I'm also facing same issue.
I'm running Linux docker container.