Stephen Day

Results 291 comments of Stephen Day

@flavio @vrothberg Thanks for making the need for a new flag much clearer. I agree that this is fundamentally different than the existing `registry-mirrors` flag. In practice, we are mapping...

@flavio Thanks for the full summary! I think I see this as a prefix table, with some more structure to allow configuration, similar to @thaJeztah's suggestion: ``` [ { Prefix:...

@vrothberg Follow the design I had above: there is a prefix for matching names (not "registries") and a list of mirrors. Unofficial and Insecure should not appear here. Use https...

https://github.com/docker/docker/issues/16304 is related. To be clear about this, I am totally in favor of this change, but concerned about the effect of allowing "+" before vetting full community support. @nakedible-p...

@nakedible-p My argument has nothing to do with handling of semantic versioning in docker tags. Docker will never enforce this. My argument is that given that the "metadata" portion of...

@samsalisbury > So, I don't think there is less of a case for adding this just because it's not used for explicit ordering within semver. However, looking at the potential...

@nakedible-p No worries. I am in a similar position. I'll try my best to guide this through and make sure the community has the resources for this to be successful.

@willejs https://github.com/docker/distribution/pull/1202#issuecomment-160761964 enumerates the requirements for merging. We don't see this as a priority, but someone is welcome to take this on. Until then, we can't merge this.

Check out https://github.com/stevvooe/sillyproxy for an example of L7 load balancer integration.

The main issue with protobuf and Go right now is creating a canonical import path for consumption by the protobuf compiler. We largely map the import path to GOPATH for...