docker

package
v0.1.88 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: MIT Imports: 14 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsValidDockerImageName added in v0.1.39

func IsValidDockerImageName(_ string) bool

Types

type Builder

type Builder struct {
	BuilderConfiguration
}

func NewBuilder

func NewBuilder(cfg BuilderConfiguration) (*Builder, error)

func (*Builder) Build

func (builder *Builder) Build(ctx context.Context) (*BuilderOutput, error)

type BuilderConfiguration

type BuilderConfiguration struct {
	Root        string
	Dockerfile  string
	Destination *configurations.DockerImage
	Output      io.Writer
	Ignores     []string
}

type BuilderOutput

type BuilderOutput struct{}

type Env

type Env struct {
	Key   string
	Value string
}

Jump to

Keyboard shortcuts

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