Stephen Day
Stephen Day
This reads like another "s3 is slow" bug, but these `Stat` calls are necessary to identify whether or not a given path is a repository. Breaking this down, let's save...
@baldzern4 That is very surprising to see this issue with only 35 repositories. This should only be a problem for backends with a large number of repositories. Are they heavily...
@baldzern4 The number of tags shouldn't affect the response time. This should be repository bound. Do your repository names have a large number of path components? A repository name like...
@ferrix What error message are you getting which specific configuration? In general, `silly` auth is useful for nothing but testing. Is there something you're trying to test?
@benbarclay This is not currently cached because we have avoided the complexity. This is an administration call and typically not used in performance critical applications. Caching should be straightforward and...
@ferrix What is the output of `docker run -it registry:2 --version`? I just tried the following configuration, with and without the `auth` section, and it worked fine: ``` version: 0.1...
@ferrix Could you provide the whole configuration in a gist along with the unmodified log? I simple wasn't able to reproduce this with 2.2. Here is the configuration I use...
@dsanders11 Interesting. Thank you for the investigation. Generally, we treat misconfigurations as panics, since they may result in unintended, insecure deployments. While in this case it was confusing, the registry...
@3Nigma The highlighting is just for string syntax in the shell command. I am not really seeing much of an issue. In all cases, it is preventing incorrect configuration from...
What is this testing specifically? What do we mean by large? Right now, it is set to 128 MB but what condition are we hoping to trip in the test?