Does one need one repository per docker image?
When pushing to Docker Hub, the format of the tag is <username>/<repository>:<tag>. To my knowledge, repository can be understood as the image name (e.g. my application name) and tag as the version So, if I want to push two different…