Cloud API Overview > @adpt/cloud > docker > ImageIdString
docker.ImageIdString type
Docker image ID, in the form algorithm:hex
.
Signature:
export declare type ImageIdString = string;
Remarks
The Docker image ID (also known as "Content Hash") is a single value that uniquely identifies a specific image on a local Docker host.
An image ID does not require a registry or repo qualifier to be significant. It is distinct from a Docker image repo digest.
Example:
sha256:199e537da3a86126cd6eb114bd0b13ab178dc291bbb6ea4a4a3aa257b2366b71