Use our patched version of docker-py with build credentials patched in. Fix the hostname in the build credentials block to be variable.

This commit is contained in:
jakedt 2014-04-01 11:38:17 -04:00
parent d67a1cddc2
commit 126363dce9
2 changed files with 2 additions and 2 deletions

View file

@ -1471,7 +1471,7 @@ def get_pull_credentials(trigger):
return {
'username': trigger.pull_user.username,
'password': login_info.service_ident,
'registry': 'quay.io' # TODO: Is there a better way to do this?
'registry': app.config['URL_HOST'],
}
def create_webhook(repo, params_obj):

View file

@ -21,7 +21,7 @@ xhtml2pdf
logstash_formatter
redis
hiredis
docker-py
git+https://github.com/DevTable/docker-py.git
loremipsum
pygithub
flask-restful