Richard Scothern
Richard Scothern
That is a good analysis @fernandodelaiglesia The question is why the registry is not sending PUT requests once the upload is initialized. Is there anything in the logs?
Blob missing errors are not necessarily an indication of error: the daemon will issue `Stat` calls to the registry to determine if it needs to upload something and use 404...
I'm interested to see those logs. Also, which docker engine are you using? I see `UpstreamClient(Docker-Client..)` in the user-agent string. The logs from the engine (run in debug mode) may...
I can't see anything amiss there. Do you have the logs from the engine (run in debug mode)?
@jlandersen There is no reference to a `docker push` in those logs.
There is an outstanding bug for this in the engine. For more details: https://github.com/docker/distribution/issues/426#issuecomment-95851710 The fix is to append your own ca.crt to a complete ca-certificates.crt and use the result...
@iahmad-khan : i'm not sure how this is the same issue. Your output says the upload was cancelled. If you are seeing a bug with the registry please file a...
There are changes required in the docker engine. I don't think this will make 2.5
Nice work @virtuald
hi @saulshanabrook : this is not possible and won't be without some extra infrastructure around monitoring the cache size and actively flushing the cache. This is certainly a valid request...