TeanCity Build Agent : denied: requested access to the resource is denied
Answered
I just spun up a new Team City Agent that will be building a ASP.NET project and will be using a docker image to create a container... The windows service account is running with full permissions and etc. On my older agent it is working just fine...I figure I missed a configuration or such...
I am getting this error...Any ideas or suggestions?
Error response from daemon: pull access denied for xyz, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Please sign in to leave a comment.
Figured out the issue.
The service account needed an extra permission and then it was also related to the Microsoft sdk image 4.7.2 was back in OCT 2019 deemed to have compatibility issues. So the docker file needed to use the newer image sdk 4.8.. All works well now..