I am running docker containers on a Raspberry pi. I miss the last puzzle of my CI/CD project that is to automate the flow (pull the newest docker images from my repo and deploy it) and was wondering if someone else had figured this process out? Is there an existing script or a polling-service/ listener that waits for changes in my docker repo? I have tried to search around for solutions or hints on how to get this to work but my attempts have so far been unsuccessful.
Every hint/tips/links is very much appreciated.