The watchtower will update the docker images as and when it pushed to a private or public repo. Is there a way to make it more granular? EX:
dockeraname imagename
docker1 ubuntu16.04
docker2 ubuntu16.04
docker3 ubuntu16.04
docker4 ubuntu16.04
with the help watchtower or any other open source tools, how to specify update only docker1 and docker2 to ubuntu latest and keep the docker3 and docker4 with the same version?