containerimage

package
v0.3.9 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContainerImagesPushScript

type ContainerImagesPushScript struct {
	Config                          transformertypes.Transformer
	Env                             *environment.Environment
	DockerfileImagePushScriptConfig *DockerfileImagePushScriptConfig
}

ContainerImagesPushScript implements Transformer interface

func (*ContainerImagesPushScript) DirectoryDetect

func (t *ContainerImagesPushScript) DirectoryDetect(dir string) (services map[string][]transformertypes.Artifact, err error)

DirectoryDetect runs detect in each sub directory

func (*ContainerImagesPushScript) GetConfig

GetConfig returns the transformer config

func (*ContainerImagesPushScript) Init

Init Initializes the transformer

func (*ContainerImagesPushScript) Transform

Transform transforms the artifacts

type DockerfileImagePushScriptConfig added in v0.3.5

type DockerfileImagePushScriptConfig struct {
	OutputPath string `yaml:"outputPath"`
}

DockerfileImagePushScriptConfig stores the transformer specific configuration

type ImagePushTemplateConfig

type ImagePushTemplateConfig struct {
	RegistryURL       string
	RegistryNamespace string
	Images            []string
}

ImagePushTemplateConfig represents template config used by ImagePush script

Jump to

Keyboard shortcuts

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