Detect new images in a registry

Hello everyone,

I want to do a script that detect new images in a registry.

I though use a db and a shell script to do that like I do a first script that memorize the ID of all images in a db, then a second script that detect new ID by check in the db the old ID.

If someone can help me begin with it.

Thank you

I am not sure it this will help you out or not.

if you navigate to your registry path “/v2/_catalog” it will give you json of all the images.