Documentation ¶
Index ¶
Constants ¶
View Source
const (
// MetaDataKey specifies the key that maps to metadata blobs in the portlayer
MetaDataKey = "metaData"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageConfig ¶
type ImageConfig struct { docker.V1Image // image specific data ImageID string `json:"image_id"` Digests []string `json:"digests,omitempty"` Tags []string `json:"tags,omitempty"` Name string `json:"name,omitempty"` DiffIDs map[string]string `json:"diff_ids,omitempty"` History []docker.History `json:"history,omitempty"` Reference string `json:"registry"` }
ImageConfig contains configuration data describing images and their layers
Click to show internal directories.
Click to hide internal directories.