Cloud API Overview > @adpt/cloud > docker > ImageRefRegistry
docker.ImageRefRegistry interface
A more specific type of docker.ImageRef that contains sufficient information to uniquely identify an image on a container registry.
Signature:
export interface ImageRefRegistry
Properties
| Property | Type | Description |
|---|---|---|
| digest | string | |
| domain | string | |
| familiar | string | |
| id | ImageIdString | |
| name | string | |
| nameTag | string | |
| path | string | |
| pathTag | string | |
| ref | string | |
| registry | string | |
| registryDigest | string | |
| registryRef | string | |
| registryTag | string | |
| tag | string | |
| type | "registry" |