When build our OCI images using bima, we define some custom urunc annotations. However, these are not reachable by urunc, so we resort to using a urunc.json file placed inside the container image rootfs.
We need to find out why our custom annotations are not present in the bundle when urunc is invoked.
When build our OCI images using
bima, we define some custom urunc annotations. However, these are not reachable byurunc, so we resort to using aurunc.jsonfile placed inside the container image rootfs.We need to find out why our custom annotations are not present in the bundle when urunc is invoked.