Rishabh Saini

Results 27 comments of Rishabh Saini

So should I try updating the Azure-SDK-for-go and then work on fixing any issues that come up in mantle/platform/Azure/api.go?

After updating `azure-sdk-for-go` to the latest version, the `go-autorest`dependency can be updated to v14.2.0 with no errors and is only used indirectly. However, updating those have broken `azure-vhd-utils` and Mantle...

Updated. Resolved the changes

Updated. Resolved changes mentioned above and printing the services to be restarted as well

Thank you for giving me the opportunity to work on this and providing me guidance along the way :)

The jenkins pipeline shows `error: cleanup: Loading sysroot: Starting daemon via socket: Connecting: No such file or directory (os error 2)`. Does the `rpm-ostreed.socket` file in `/etc/systemd/system` need to be...

Upon initial review, changes might need to be made to `containers/container-image-proxy-rs` and `skopeo/proxy.go` to be able to correctly verify the signed images by `sigstore`. Right now `podman pull` with the...

Deeper inspection revealed that, `rpm-ostree rebase` only handles `authfiles` needed to access private registries. It does not actually do any policy verification of the image or the author afterwards. (except...

> Did you see the discussion in [containers/skopeo#1829](https://github.com/containers/skopeo/issues/1829) btw? That's very related to the latter path. yes also looking over https://github.com/containers/skopeo/pull/1844. Insightful