Skip to content

Instantly share code, notes, and snippets.

@harlowja
Created February 1, 2018 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harlowja/9ff4b0816c411d03aaa705dfa4d5c249 to your computer and use it in GitHub Desktop.
Save harlowja/9ff4b0816c411d03aaa705dfa4d5c249 to your computer and use it in GitHub Desktop.
using docker==3.0
DEBUG:urllib3.connectionpool:http://localhost:None "POST /v1.35/images/create?tag=glance.15.0.1.g06af2eb5abe0.j27&fromImage=docker-cloud-ostack-local.artifactory.secureserver.net%2Fcentos-source-glance-api%3Aglance.15.0.1.g06af2eb5abe0.j27 HTTP/1.1" 200 None
u'{"status":"Pulling repository docker-cloud-ostack-local.artifactory.secureserver.net/centos-source-glance-api"}\r\n{"errorDetail":{"message":"Error: image centos-source-glance-api:glance.15.0.1.g06af2eb5abe0.j27 not found"},"error":"Error: image centos-source-glance-api:glance.15.0.1.g06af2eb5abe0.j27 not found"}\r\n'
using docker==2.7.0
>>> dc.pull(repository="docker-cloud-ostack-local.artifactory.secureserver.net/centos-source-glance-api:glance.15.0.1.g06af2eb5abe0.j27", tag="glance.15.0.1.g06af2eb5abe0.j27")
DEBUG:docker.auth:Looking for auth config
DEBUG:docker.auth:Looking for auth entry for 'docker-cloud-ostack-local.artifactory.secureserver.net'
DEBUG:docker.auth:Found 'docker-cloud-ostack-local.artifactory.secureserver.net'
DEBUG:docker.auth:Found auth config
DEBUG:urllib3.connectionpool:Resetting dropped connection: localhost
DEBUG:urllib3.connectionpool:http://localhost:None "POST /v1.30/images/create?tag=glance.15.0.1.g06af2eb5abe0.j27&fromImage=docker-cloud-ostack-local.artifactory.secureserver.net%2Fcentos-source-glance-api%3Aglance.15.0.1.g06af2eb5abe0.j27 HTTP/1.1" 200 None
downloads fine in 2.7.0 :-/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment