Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 Changes in this version + func CreateID(v1Image image.V1Image, layerID layer.ChainID, parent digest.Digest) (digest.Digest, error) + func HistoryFromConfig(imageJSON []byte, emptyLayer bool) (image.History, error) + func MakeConfigFromV1Config(imageJSON []byte, rootfs *image.RootFS, history []image.History) ([]byte, error) + func MakeV1ConfigFromConfig(img *image.Image, v1ID, parentV1ID string, throwaway bool) ([]byte, error) + func ValidateID(id string) error