Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoDockerclientConfigFromSchema2Config ¶
func GoDockerclientConfigFromSchema2Config(s2config *manifest.Schema2Config) *dockerclient.Config
GoDockerclientConfigFromSchema2Config converts a manifest Schema2Config to a go-dockerclient config structure.
func Override ¶
func Override(dconfig *docker.Config, oconfig *v1.ImageConfig, overrideChanges []string, overrideConfig *manifest.Schema2Config) error
Override takes a buildah docker config and an OCI ImageConfig, and applies a mixture of a slice of Dockerfile-style instructions and fields from a config blob to them both
func Schema2ConfigFromGoDockerclientConfig ¶
func Schema2ConfigFromGoDockerclientConfig(config *dockerclient.Config) *manifest.Schema2Config
Schema2ConfigFromGoDockerclientConfig converts a go-dockerclient Config structure to a manifest Schema2Config.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.