docker

package
v0.16.2 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrFailedToListBuildxBuilders = errors.New("FailedToListBuildxBuilders", "failed to list buildx builders")
	ErrRunCommandFailed           = errors.New("RunCommandFailed", "failed to run command")
	ErrFailedToCreateBuilder      = errors.New("FailedToCreateBuilder", "failed to create buildx builder")
	ErrFailedToBuildImage         = errors.New("FailedToBuildImage", "failed to build image")
	ErrFailedToPushImage          = errors.New("FailedToPushImage", "failed to push image")
	ErrFailedToRemoveContextDir   = errors.New("FailedToRemoveContextDir", "failed to remove context directory")
	ErrGitContextNotSupported     = errors.New("GitContextNotSupported", "git context is not supported in the docker builder")
)

Functions

This section is empty.

Types

type Docker

type Docker struct {
	K8sClientset kubernetes.Interface
	K8sNamespace string
}

func (*Docker) Build

func (d *Docker) Build(_ context.Context, b *builder.BuilderOptions) (logs string, err error)

type Error

type Error = errors.Error

Jump to

Keyboard shortcuts

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