dMp
dMp
@matleh there are unfortunate discrepancies between the official, docker operated index (hence API documentation) and what lives in the open-source registry. That being said, I would rather encourage you to...
@matleh do you run standalone? I need infos about how you launch your registry and your registry configuration in order to help you.
@jdiaz5513 simple auth on top of the registry should be straightforward: https://github.com/docker/docker-registry/blob/master/contrib/nginx.conf Now, you are right, this is a problem with docker, and we plan on changing that.
@shin- (or @bacongobbler if you have time) can you look into this and confirm that docker 1.2 works with the latest registry and proposed nginx simple auth config (or if...
@adamhadani are you running the registry standalone? Can you copy your registry launch command and/or configuration? Thanks
Garbage collection is available on both versions (DTR and open-source v2). Btw, you are in the legacy repo.
Can you check? I believe that was fixed on the hub side.
Let's keep it open, and see if someone comes up with a PR. Best.
Insecure registry + authentication is not a supported scenario. The reason for that is it's possible / simple for an attacker to downgrade your traffic to http, then making the...
@mpas it can - this is why you need to trust that self-signed certificate inside docker (because it's self-signed). Copying the crt over to `/etc/docker/certs.d/ec2-52-17-207-222.eu-west-1.compute.amazonaws.com:443/ca.crt` does that. (don't forget to...