Рейтинг:1

Authorizing docker for TeamCity agent under Windows 10

флаг ve

I have:

  • TeamCity CI
  • TeamCity agent, installed in Windows 10 as a Windows service
  • Some Java projects with integration tests, based on TestContainers framework.
  • Sonatype Nexus instance, configured as private docker registry

TestContainers based tests require docker to be available during project's build. All necessary images for the tests execution are located in Nexus. Which in turn means - in order to execute tests on CI, I should authenticate docker into Nexus in order to be able to pull them. And that's where the problem comes from.

I don't understand how should I authenticate docker for something, that is windows service (TeamCity agent).

Usually, it's done by docker login. I tried executing docker login from administrator's PowerShell on the agent's host, and it did succeeded - I am able now to pull images from administrator's console. But attempt to run the tests on the TeamCity agent fail, facing 401 Unauthorized on attempt to pull the images from Nexus. Like, the service is executed from somewhat user, for which docker login was not done.

How should I make docker authorized into private docker registry for Windows 10 TeamCity agent service?

Рейтинг:1
флаг uz

Вы можете настроить авторизацию Docker в Teamcity, выбрав «Конфигурация сборки» -> «Функции сборки» -> «Добавить функцию сборки» -> «Поддержка Docker» -> «Добавить подключение к реестру».

Ответить или комментировать

Большинство людей не понимают, что склонность к познанию нового открывает путь к обучению и улучшает межличностные связи. В исследованиях Элисон, например, хотя люди могли точно вспомнить, сколько вопросов было задано в их разговорах, они не чувствовали интуитивно связи между вопросами и симпатиями. В четырех исследованиях, в которых участники сами участвовали в разговорах или читали стенограммы чужих разговоров, люди, как правило, не осознавали, что задаваемый вопрос повлияет — или повлиял — на уровень дружбы между собеседниками.