JetBrains / teamcity-docker-agent

TeamCity agent docker image sources
https://hub.docker.com/r/jetbrains/teamcity-agent/
Apache License 2.0
77 stars 64 forks source link

Added the ability to log in to docker hub #7

Closed sjawhar closed 6 years ago

sjawhar commented 6 years ago

For people who use private repos and images, just specify DOCKER_USERNAME and DOCKER_PASSWORD. If you use a private registry, just specify DOCKER_REGISTRY as well!

dtretyakov commented 6 years ago

Hi @sjawhar, in TeamCity 2017.2 will be available complete docker integration which provides a built-in feature to login to the docker registry. You could take a look at it in the latest EAP build. More details are available in the TeamCity docker support docs.

sjawhar commented 6 years ago

That's great to hear! I'll go ahead and close this PR, then.