Cloud API Overview > @adpt/cloud > docker > ImageNameString
docker.ImageNameString type
A string reference to a Docker image that contains a repo name, and may contain an optional registry and optionally either a tag or a repo digest.
Signature:
export declare type ImageNameString = NameTagString | RepoDigestString;
Remarks
This is a string that references a Docker image. It's in the form of one of:
[registry/]repo
[registry/]repo:tag
[registry/]repo@digest
For more detail, see docker.NameTagString and docker.RepoDigestString.
Examples:
alpine
ubuntu:16.04
alpine@sha256:04696b491e0cc3c58a75bace8941c14c924b9f313b03ce5029ebbc040ed9dcd9
localhost:5000/mockdeploy-htws@sha256:899a03e9816e5283edba63d71ea528cd83576b28a7586cf617ce78af5526f209