Daniel Messer

Results 78 comments of Daniel Messer

@estroz Thanks for starting this initiative. Couple of questions: - How do we plan to integrate potentially immature contributions with the mature code base while providing a clear demarkation line...

I tried using #903 but it doesn't work for me. Even though the digest is correct, cosign will try to reach the registry where the image is stored. The use...

@sudo-bmitch Agreed, but I couldn't get `cosign` to sign without trying to contact the registry which I understand your PR would enable. Maybe I had wrong expectations?

Is using an OCI layout referring to an on-disk representation where I can direct `cosign sign` to an image URI starting with `oci://` or to an OCI image stored in...

@awgreene @dinhxuanvu I think we should take a look at this. Concatenated YAML manifests are not rare.

So if I read this correctly, the current interpretation of a `versions` is not "this exact version" but "all versions newer or equal to this". This is probably a surprising....

@joelanford Would it be bad if we default to creating a default `OperatorGroup` in alignment with the supported install modes, when the user doesn't supply anything and also there is...

This sounds good. We should prefer `AllNamespaces` whenever we can.

@r00t- yeah I've skimmed over this before I posted. I don't think a `foreground` option makes sense - `daemon:` should be enough to control this. I think it's well understood...

@r00t- I'd use `daemon:false` on any container platform where I would like the container orchestration platform to grab the logs from stdout and also tie the lifecycle of the vzlogger...