Avi Deitcher

Results 758 comments of Avi Deitcher

OK, so I just did another test. I just checked the hashes for `deitch/mysql-backup:0.7.0`. Here is what I got. FYI, running docker 1.10.0, and removed all containers and images, so...

No, it cannot be. Because if you do `docker pull someImage`, it checks to see if it is up to date with the registry using the same API that we...

It is possible. But I would expect that to be in the header... oh, wait, right. We are trying to find something in the content header. But then what in...

And why am I getting back `"schemaVersion":1`, and most importantly.... why is this all so opaque??

> I _would_ post on SO about it, but you essentially already have.​ And we see how far that has gotten. :-) But what version of the schema? V2 registry...

I am going to open a new issue. Here: https://github.com/docker/distribution/issues/1662 I guess we always could look at the docker source code....

> Can you add in a method to sum up the sizes from each of the blobs from an image tag? (Using the API HEAD call to /v2/#{image}/blobs/#{blobSum}) Been a...

Finally coming back to this after a while. On the first part, no need to ask for the sizes via HEAD, they are in the manifest. Putting it in right...

Interesting. `connect()` supports options, so that API already is there. You would need to add it to [initalize](https://github.com/deitch/docker_registry2/blob/master/lib/registry/registry.rb#L15-L23) to save it and then change [doreq](https://github.com/deitch/docker_registry2/blob/master/lib/registry/registry.rb#L240) to use it properly. Open...

I get what you are saying, about accepting multiple types, as opposed to the single one we set [here](https://github.com/deitch/docker_registry2/blob/master/lib/registry/registry.rb#L377). That becomes even more important if you want to use this...