import "github.com/docker/docker/image/v1"
func CreateID(v1Image image.V1Image, layerID layer.ChainID, parent digest.Digest) (digest.Digest, error)
CreateID creates an ID from v1 image, layerID and parent ID. Used for backwards compatibility with old clients.
HistoryFromConfig creates a History struct from v1 configuration JSON
func MakeConfigFromV1Config(imageJSON []byte, rootfs *image.RootFS, history []image.History) ([]byte, error)
MakeConfigFromV1Config creates an image config from the legacy V1 config format.
func MakeV1ConfigFromConfig(img *image.Image, v1ID, parentV1ID string, throwaway bool) ([]byte, error)
MakeV1ConfigFromConfig creates a legacy V1 image config from an Image struct
ValidateID checks whether an ID string is a valid image ID.
Package v1 imports 9 packages (graph) and is imported by 1557 packages. Updated 2019-09-25. Refresh now. Tools for package owners.