Joe Lanford
Joe Lanford
I'm also running into this problem. The `run_after` workaround is only partially working for me though (perhaps I have a slightly different scenario?). If I repeatedly run `chezmoi apply` on...
I think we should specifically recommend _only_ the env-based related image detection. If there are `csv.spec.relatedImages` in the base CSV manifest, I think we should: 1. Give them the lowest...
@kaovilai > is at risk for supporting disconnected environments Maybe what I'm thinking about is orthogonal. This is why I'm asking for folks to check my math. Anyways, here goes....
@ryantking - Yeah makes sense to me. I hadn't considered backcompat issue with the name changing. In all likelihood, there's nothing that actually depends on that name since I know...
I think we can collect the feature additions relevant to SDK here for now. Maybe just keep a running checklist in the description of features we want to consider for...
@metacosm I think we list out all possible features that are candidates for inclusion in SDK (or upstream) and then we can triage to determine: 1. if the feature already...
It's on my plate to triage the doc. Thanks SO much to the folks who helped put that together! :pray: As I mentioned before, my current plan is to make...
It should be possible to use `opm:latest` with the imperative/sqlite `opm index|registry add` flows. The `opm:latest` image is the full `opm` binary at the highest released semver version of the...
My perspective on this is that SDK is intentionally using the latest and greatest OPM releases: - so that SDK users pick up CVE/bug fixes as soon as new versions...
On the flip side, pinning means higher probability of running code with vulnerabilities. I'd also change the SDK default back to latest. Users can choose to continue pinning with the...