Hi
how can I add checksum in my docker image before push and verify after pull that its same
Share and learn in the Docker community.
Hi
how can I add checksum in my docker image before push and verify after pull that its same
Might want to look at the digest option:
$ docker images --digests
REPOSITORY TAG DIGEST IMAGE ID CREATED SIZE
localhost:5000/test/busybox <none> sha256:cbbf2f9a99b47fc460d422812b6a5adff7dfee951d8fa2e4a98caa0382cfbdbf 4986bf8c1536 9 weeks ago 2.43 MB