dMp
dMp
@pavelz can you elaborate on what doesn't work? This specific code path is not in 0.8.1 - so, you are likely having a different issue here.
People: if you have that issue, please don't add more comments unless the information does add value. Adding `-e GUNICORN_OPTS=["--preload"]` to your docker run command will workaround the issue as...
@bunop this has nothing to do with local storage. The lock file always exist no matter the storage, as long as you enable the search index.
`registry:2` issue tracker is here: https://github.com/docker/distribution Also, there is no search in the v2 protocol yet.
I assume you can do that by restricting access to the PUT http method - but this is untested territories.
I never went down that road myself, and I don't believe there is specific docs about it - but configuring nginx shouldn't be too hard.
Hi guys, I would like to reproduce this, and possibly add it to the tests. Do you have any info for me to get started on that? Do you believe...
Ok, thanks - I'll try to smoke it out.
@jeusdi can you copy paste the command you ran to create your htpasswd file?
Ok, there is a lot here. Let's start with basic stuff: - `docker run -p 5000:5000 registry` should give you a running registry WITHOUT any authentication required - if you...