Skip to content

push is not pushing to local repo #1245

@rbucker

Description

@rbucker

Here is the push console output. The problem is that the command seems to stall without any indication as to what is going on. Looking at the diskio and networkio I do not see anything going on. The WSGI console is displaying some odd output (below)

$ docker push localhost:5000/wilma
The push refers to a repository [localhost:5000/wilma](len: 1)
Processing checksums
Sending image list
Pushing repository localhost:5000/wilma (1 tags)
Pushing 27cf784147099545
Buffering to disk 78181728/? (n/a)
Pushing 78.18 MB/78.18 MB (100%)

$ ./wsgi.py
2013-07-19 20:59:35,099 INFO: * Running on http://127.0.0.1:5000/
2013-07-19 20:59:35,100 INFO: * Restarting with reloader
2013-07-19 21:01:34,219 ERROR: 127.0.0.1 - - [19/Jul/2013 21:01:34] code 400, message Bad HTTP/0.9 request type ('\x16\x03\x01\x00j\x01\x00\x00f\x03\x01Q\xe9\xa9.S')
q7????Vѭ?}$??|?V?LA??" 400 -: 127.0.0.1 - - [19/Jul/2013 21:01:34] "jfQ?.S
2013-07-19 21:01:34,222 INFO: 127.0.0.1 - - [19/Jul/2013 21:01:34] "GET /v1/_ping HTTP/1.1" 200 -
2013-07-19 21:01:34,227 DEBUG: check_session: Session is empty
2013-07-19 21:01:34,229 INFO: 127.0.0.1 - - [19/Jul/2013 21:01:34] "PUT http://localhost:5000/v1/repositories/wilma/ HTTP/1.1" 200 -
2013-07-19 21:01:34,233 DEBUG: check_session: Session is empty
2013-07-19 21:01:34,233 DEBUG: api_error: Image not found
2013-07-19 21:01:34,234 INFO: 127.0.0.1 - - [19/Jul/2013 21:01:34] "GET /v1/images/27cf784147099545/json HTTP/1.1" 404 -
2013-07-19 21:01:34,237 DEBUG: check_session: Session is empty
2013-07-19 21:01:34,239 INFO: 127.0.0.1 - - [19/Jul/2013 21:01:34] "PUT /v1/images/27cf784147099545/json HTTP/1.1" 200 -
2013-07-19 21:03:49,957 DEBUG: check_session: Session is empty

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions