I have a local docker image registry running on my Linux machine and want to push signed images with public key available to verify the images. I could use for instance cosign to verify signatures before pushing to the registry. But this check could be by-passed leading to a security loophole.
Is it possible to configure the registry such that it only accepts the verifiable images?
I have looked into related tutorials online but they are all talking about verification at 'pull'.