dMp

Results 133 comments of dMp

Disclosing the existence of content that is unauthorized is considered bad security. Try it with Github: create a private github repo, and try to access it while not logged-in. You...

504 indicates a gateaway timeout. Can you copy both your nginx and registry logs when this happens? Thanks.

If there is no stacktrace in your registry log, there should be no crash. I can think of a couple of issues: - timeout too short on nginx config -...

I don't see either chunked_transfer_encoding (depends on your nginx version): See: - https://github.com/docker/docker-registry/blob/master/contrib/nginx/nginx_1-3-9.conf - or https://github.com/docker/docker-registry/blob/master/contrib/nginx/nginx.conf

@smiller171 Please report this to https://github.com/docker/distribution

@Perfect-Web what's your configuration? what did you type to start your registry? what's in your logs? did you read the docs? More importantly: what version of the registry are you...

Ok. The bug tracker is there: https://github.com/docker/distribution/issues This here is the deprecated registry v1 repository, as advertised in the description. About the permission issue: - can you `bash` into the...

Can you provide docker daemon logs (preferably in debug mode: -D)? Thanks.

There is an extension mechanism in v1: https://github.com/docker/docker-registry/tree/master/docker_registry/extensions on top of which I think it's fairly easy to implement webhooks. There is also a notification mechanism inside the v2 registry:...

@michaelneale yeah, the Hub and privately operated registries are really two different beasts, with widely different targets and use cases. The Hub is really meant as a zero maintenance, pure...