How to update a Docker image digest without pulling the image
Often times I’m working in a repo where I want to update the digest of a Docker image. Usually that means navigating to the container registry in some form of console or UI and sorting to find the tag that I want and the latest digest. Pretty easy for a public registry like Docker Hub, but less convenient for a corporate registry that I need to login to see. I recently came across the docker buildx imagetools inspect1 command....