Relative Content

Tag Archive for amazon-web-servicesdockeramazon-ecrdocker-builddocker-push

Clone Docker image with a different tag/sha

I want to push a Docker image to AWS multiple times with incremented version numbers. I’m basically wanting to clone the same image with a different SHA each time. I’m running into an issue where my repo is showing the version numbers on the same line, because they share the same SHA. Do I just need to change something within the files, or can this be done during the build/tagging process?