How to get multi-architecture manifest SHA256 for a Docker image?
Sometimes you have to deal with multiple CPU architectures within your team. For example you have devs using macOS (arm64) and Linux (amd64). This may create some issues when you want to use base image with specific SHA256 inside your app Dockerfile....
piotrekkr.hashnode.dev3 min read