dMp
dMp
Unfortunately, a failed push usually leaves the image in a "broken" state that the registry can not handle. The only (not so) good recommendation is to manually delete the image...
@sgandon this error is non specific. Please at least provide docker version, docker info, and both docker registry and docker daemon (debug) logs. Also, if this is the same issue,...
I would really encourage everybody to start looking into `registry:2` (available as an official image: `docker pull registry:2` documentation is here: https://docs.docker.com/registry/ and github repository is here: https://github.com/docker/distribution The python...
@Jamlee it has been released officially last month, and is being used in production by a number of people, including Docker Hub.
@bacongobbler not likely I would like it to be transparent - the default interface would additionally provide a new method that could be overridden (but not necessarily). Now, this one...
This tells me you are having issues reaching your S3 bucket. Can you look into details on that front? AWS region? @shin- what do you think?
Right - it's not possible if you are running it inside a docker container (possibly a gevent version issue). Keep me posted.
@Henkis the 404 are irrelevant. What indeed matters is the timeouts reaching your bucket. Unfortunately, I have little help to offer as far as debugging is concerned. I would go...
@Henkis can you try bumping your boto timeout values: ``` [Boto] http_socket_timeout = 60 ``` inside boto.cfg ... and report here if that helps? Thanks.
Ok, the greenlet is timing out actually. That might be a gunicorn bug you are hitting. By any chance, would you be able to run of master? (I know there...