Buildah images throws error

Hi, I’m pretty new to using docker containers and I’m using buildah to build containers.

When I run this command “buildah images” it throws error (which was working fine previously)

 buildah images
error locating item named "manifest" for image with ID "fb701f79a84ff4858fd35985456eaa05d6bf80b58fe9c37c04680ef93a604dda": file does not exist
ERRO[0000] exit status 125

I’m using a RHEL linux distribution
buildah version is 1.21.4

Buildah does not use docker to build oci images - it builds oci images itself.

Can you help us to understand how a problem with buildah is related to docker?