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

Docker client version in agent is too old for docker hub #4

Closed acken closed 7 years ago

acken commented 7 years ago

When trying to do something like docker pull registry.hub.docker.com/library/mono in a custom build script it will fail with "could not reach any registry point". Reason seems to be that any docker client version from 1.5 and down is no longer supported by the docker hub registry.

acken commented 7 years ago

Never mind I did not RTFM.... :\