Ben Oukhanov
Ben Oukhanov
> /hold @codingben Can you please check if rebase is needed? I already did it yesterday. I'll check it again.
Rebased again, there was no merge conflicts this time.
This PR is broken because of some merge conflicts (I did rebase, it doesn't help). I opened a new PR: https://github.com/kubevirt/kubevirt/pull/11948.
@nalind Can you please take a look? Thanks!
Thanks for looking on it. @nalind debugged and saw that layer/config still using Docker and not OCI, and that's why Podman doesn't work: ``` ╰─$ skopeo inspect --raw docker://quay.io/boukhano/cirros@sha256:e96e9fe082ec1c9c056144f58b52de10314adb79353f35298caa2cd25c79d83c |...
> Was the image under that tag overwritten / replaced? At least right now, `skopeo inspect --raw` shows the image to use an OCI index media type. It should be...
@mtrmac Because of it, we decided that in our production registry `quay.io/organization/containerdisks` - We'll use Docker schemas and not OCI because of this issue [1]. So I'll leave `quay.io/boukhano/cirros:6.1` to...