Sha256 Fingerprint¶
Notes¶
To explicitly provide the sha256 of an artifact (image or file) use the string sha256:// followed by the artifact’s 64 character sha256, then /, then it’s non-empty name.
Example¶
docker run \
...
--env MERKELY_FINGERPRINT=”sha256://${YOUR_ARTIFACT_SHA256}/${YOUR_ARTIFACT_NAME}” \
...
See also Docker Fingerprint
See also File Fingerprint
See also Dir Fingerprint