Documentation
¶
Index ¶
- func GoDockerclientConfigFromSchema2Config(s2config *manifest.Schema2Config) *dockerclient.Config
- func OverrideDocker(dconfig *docker.Config, overrideChanges []string, ...) error
- func OverrideOCI(oconfig *v1.ImageConfig, overrideChanges []string, ...) error
- func Schema2ConfigFromGoDockerclientConfig(config *dockerclient.Config) *manifest.Schema2Config
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 OverrideDocker ¶ added in v1.41.0
func OverrideDocker(dconfig *docker.Config, overrideChanges []string, overrideConfig *manifest.Schema2Config) error
OverrideDocker takes a buildah docker config and an Docker Config, and applies a mixture of a slice of Dockerfile-style instructions and fields from a config blob to them both
func OverrideOCI ¶ added in v1.41.0
func OverrideOCI(oconfig *v1.ImageConfig, overrideChanges []string, overrideConfig *manifest.Schema2Config) error
OverrideOCI 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.