package
1.0.5
Repository: https://github.com/dgoodwin/origin.git
Documentation: pkg.go.dev

# Packages

Package cmd contains the main entry point for the docker and STI builders.

# Functions

NewDockerBuilder creates a new instance of DockerBuilder.
NewSTIBuilder creates a new STIBuilder instance.

# Constants

Env represents the ENV Docker instruction.
Label represents the LABEL Docker instruction.

# Variables

DefaultPushRetryCount is the number of retries of pushing the built Docker image into a configured repository.
DefaultPushRetryDelay is the time to wait before triggering a push retry.
RetriableErrors is a set of strings that indicate that an retriable error occurred.

# Structs

DockerBuilder builds Docker images given a git repository URL.
STIBuilder performs an STI build given the build object.

# Interfaces

DockerClient is an interface to the Docker client that contains the methods used by the common builder.

# Type aliases

MetaInstuction represent an Docker instruction used for adding metadata to Dockerfile.