metadata

package
v1.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL