Jason Hall
Jason Hall
Sure. What if we put the empty /var/run/kodata in the same layer as the binary, and if there's anything in kodata, put the rest in the separate layer. That way...
I think we want to make sure there's an empty `/var/run/ko` directory even if there isn't a `kodata` directory to populate it. The reason is that some code may depend...
> Fyi, this PR is ready to be reviewed. Let me know if you have questions. Thanks! I probably won't have the bandwidth to review this closely for at least...
This looks pretty good to me. Would it be possible to have the release workflow also attempt to verify it, so we can detect quickly if verification is silently broken...
I usually do it through the UI, but I think triggering based on new tags should catch both cases.
Now that we have `KOCACHE` I think we could keep base image data in there too, in OCI layout form, and use it as a fallback if `remote.Head` fails permanently....
I'm able to reproduce this. This seems to be coming from cobra's/pflag's `StringSliceVar`, which ends up interpreting values using `csv` sematics ([here](https://github.com/spf13/pflag/blob/v1.0.5/string_slice.go#L22-L28)) -- see https://github.com/spf13/pflag/issues/57 for a possible fix. We...
> Thanks for clarifying. > > > Was there a use case you had in mind for doing this? > > Actually just wanted to use `,` in the _description_...
/reopen Still relevant AFAIK
I want this.