Avi Deitcher
Avi Deitcher
Haha, got to love mutable tags! I look forward to the PR.
correct, it is missing that. Nice catch. Definitely open to a PR for it.
You are right. We capture both `401` and `403` for bearer authentication [here](https://github.com/deitch/docker_registry2/blob/204a6c8b7eebf921fa861546af9f6aceeb85f700/lib/registry/registry.rb#L397) and return `RegistryAuthenticationException`; this probably should be split. We only capture 401 for `do_bearer_req` [here](https://github.com/deitch/docker_registry2/blob/204a6c8b7eebf921fa861546af9f6aceeb85f700/lib/registry/registry.rb#L371), which should...
I would lean towards the first of the two options. I know they are optional, but Docker Hub still is the biggest and most well-known, and people do depend on...
Make a single request, but read the headers twice.
Thanks @jimmycuadra this is exactly what I am trying to do. Got all the way to the CSR and then it failed. Built so much around cfssl, hate to pull...
@jimmycuadra yeah. I am loathe to switch off of it, since it is an easier API than openssl, and the `cfssl serve` is neat (although running over http and not...
That should help. cloudflare team, can we get the docker image updated? I just pulled it again, ran strings: ``` $ docker run --rm --entrypoint=strings cfssl/cfssl /go/bin/cfssl | grep 'go1\.'...
A year old...