Justin Cormack
Justin Cormack
@cdbattags really interested in experimentation around this in LinuxKit. I would love to remove all C code from the base system... lots of pieces to work on to get closer...
I think this should be presented as a general layer 7 routing layer, versus traditional ports being layer 3. This is very common now and should be protocol specific as...
I agree that having a fixed path is not good, especially as Kubernetes allows path specification, but we should open a new issue for this. We can fix Swarm behaviour.
TUF has a separate repo for the pep equivalent https://github.com/theupdateframework/taps as part of their workflow. Probably other ways to organize we can look at for specs.
Why can't you just set it to `[]string{}` which will give the desired outcome if the passed array is nil? Ah sorry, was mislead by the comments above it has...
Yeah, tend to agree that shell was not a great idea as it requires an exec into the container. We could add an http method into Docker. Interop is clearly...
Yes, absolutely agree with Sebastiaan, picking some layers you understand and rejecting the rest is meaningless, and the semantics are not defined. There is no way to construct an image...
@SteveLasker unfortunately recompression is too CPU intensive and slow to make it workthwhile doing in-registry conversion for most purposes (we looked into this a while back, the CPU costs more...
I think a standard way to ask the runtime about what it supports might be better. The runtime could return a JSON doc with everything it supports in, and the...
See proposal in #950