Ilya Dmitrichenko
Ilya Dmitrichenko
> allow serach from index, with support for nested indecies also This may need additional parameters, e.g. it's possible that an image has two components that have the same media...
> provide some way of setting name of the destination files for `Copy` The key question to me here is how names and formats of files are surfaced in the...
> I think first we should optimize the pulling, instead of downloading the whole artifact... @stefanprodan it's possibe that just using `remote.Image` instead of `crane.Pull` (per #1244) might have solved...
> > This may need additional parameters, e.g. it's possible that an image has two components that have the same media types, we will need a way to decide which...
> The only kind I can think of are ones that allow it to save/publish directly to a website (e.g. GitHub). Perhaps I am not imaginative enough. @vassudanagunta that'd be...
> The downside is that you wouldn't be able to pin older versions of `kind`, but maybe that's not worth supporting anymore... Isn't that just about what node image you...
@myitcv thanks a lot, I was looking back at this as I'm picking up a new project where I'm going to be using CUE, and just confirmed that `cue get...
Interesting. Could you share a test case with `gopkg.in/yaml.v2`? there is also `gopkg.in/yaml.v3`, which we should try (see https://github.com/kubernetes-sigs/yaml/issues/17 & https://github.com/kubernetes-sigs/yaml/issues/18).
https://github.com/kubernetes-sigs/yaml/pull/19 is a potential fix, it actually seems to move along... maybe a good idea to try the patch?