Damien

Results 113 comments of Damien

May not be what you asked for, an easier way is to give me input and expected output :) ```yaml $ cat params.yaml ingress: publicHosts: - domain: foo.example.com paths: -...

I have the feeling you're writing a "micro service definition". You write a bit of yaml and you end up with all the k8s objects generated for you (Deployment, Service,...

One general comment would be to make sure the protocol version is changed when it changes in an incompatible way. We've also thought about VSOCKs for vm host communication, but...

@chavafg I created a project to break down 419 in smaller tasks and group them: https://github.com/01org/cc-oci-runtime/projects/2

I can see argued that it may be beyond the scope of what an installer script should do and up to the system administrator.

Hi, Try cloning the repository in `home/test/go/bin/src/github.com/01org/cc-oci-runtime` instead. Because the proxy is in Go it's easier if the cc-oci-runtime is in the GOPATH. HTH,

![](https://github.trello.services/images/mini-trello-icon.png) [x/arch/x86/x86asm: 64-bit CMOV is disassembled as 32-bit CMOV](https://trello.com/c/5YVU2Lvb/6-x-arch-x86-x86asm-64-bit-cmov-is-disassembled-as-32-bit-cmov)

2 little notes: - We want to keep the --console option as long as docker needs it, of course. - runc used to have a --console /dev/pts/ptmx in their standalone...

We can at least generate the list of fixed bugs by: 1. parsing `git log` and looking for `Fixes:` tags. 2. query the list of issues fixed between 2 dates....

Oh that's an interesting idea! I missed the issue, sorry. This seems completely doable. The core of `footloose` is really the set of "VM images" eg. `quay.io/footloose/centos7`. It should be...