Raphaël Pinson
Raphaël Pinson
It seems the current version does not support authenticated registries (using an auth token server).
One thing that's missing from the catalog-diff imo is an easy way to trigger report generations over the network. What would you think of an MCollective agent for that? Something...
When running the catalog diff, it is very common that lots of resources will share the same diff on various machines. This results in heavy JSON reports (I've had reports...
Resource diff leaves out diff headers, content diff doesn't. Maybe it would be good to have a similar behavior. This seems to happen in https://github.com/acidprime/puppet-catalog-diff/blob/master/lib/puppet/catalog-diff/comparer.rb#L70
See https://github.com/hercules-team/augeasproviders/issues/102
Using the following code: ``` go package main import ( "fmt" "github.com/fgrehm/go-dockerpty" "github.com/fsouza/go-dockerclient" ) func main() { c, err := docker.NewClient("unix:///var/run/docker.sock") if err != nil { fmt.Printf("Error creating docker client:...
The current code is missing specs.
The current code to reuse MCollective RPC clients doesn't work. I'm guessing I'll need to create an ExampleGroup class for that.
### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? When using IPsec with Cilium 1.14.5, I get this output from...
This is caused by https://github.com/docker/docker/issues/12845 ``` go package main import ( "fmt" "io/ioutil" "github.com/docker/engine-api/client" "github.com/docker/engine-api/types" "golang.org/x/net/context" ) // Some basic nginx container running const ContainerID string = "ce5d8b318ca0" func main()...