In this question it turned out, that I cannot use the sha256
mechanism in the FROM
line in a Dockerfile
to verify I am using the correct locally built non-DockerHub image in another derived image.
Is there another way to verify locally built Docker images? Some best practice maybe?