Sambhav Kothari

Results 168 comments of Sambhav Kothari

Related - https://github.com/buildpacks/rfcs/pull/194

I have slowly been making progress on this (when I get time). I have started with some basic changes to imgutil (to allow setting and getting createdBy arrays through the...

I can take this up if no one else is working on it :)

The snapshots sort of serve as a "snapshot" of the distribution at a specific date and time. So if someone were to run apt install given a specific snapshot, they...

Also related https://github.com/sigstore/cosign/issues/651

@hariohmprasath you can either reach out to us on CNCF slack (https://slack.cncf.io) in the #buildpacks channel (https://cloud-native.slack.com/archives/C033DV8D9FB) or reach out to the maintainers at [email protected] We would love to collaborate...

@ajdergute the spec does specify the structure of CNB_REGISTRY_AUTH - > ```MUST be valid JSON object and MAY contain any number of to mappings. If CNB_REGISTRY_AUTH is set and matches...

I have approved the related Buildpack API changes. But as discussed in WG the launcher changes have user facing impact and we probably want to hold off on this for...

For those facing an issue, this is what I ended up doing - create an error boundary like so - ```js import { Alert } from 'antd'; import * as...