Republish Docker Image with Preserved Digest to Different Registry
I pull images from public registries such as DockerHub, and push them to a singular private registry. This is a simple process for images in the format of image:tag but not so for those of image@digest. I want to re-publish,…