I am using Portainer to deploy my containers. I need it to:
- automatically update the base images of my custom image and redeploy them
- poll a docker registry (in my case Nexus) to check for newer versions of the custom image, pull that image and deploy it (all automatically).
Is there a way to achieve both of these requirements?