package
3.6.0-alpha.1+incompatible
Repository: https://github.com/tangle329/origin.git
Documentation: pkg.go.dev
# Packages
Package cmd contains the main entry point for the docker and STI builders.
# Functions
GetCGroupLimits returns a struct populated with cgroup limit values gathered from the local /sys/fs/cgroup filesystem.
GetDockerClient returns a valid Docker client, the address of the client, or an error if the client couldn't be created.
MergeEnv will take an existing environment and merge it with a new set of variables.
NewDockerBuilder creates a new instance of DockerBuilder.
NewS2IBuilder creates a new STIBuilder instance.
No description provided by the author
# Variables
DefaultPushOrPullRetryCount is the number of retries of pushing or pulling the built Docker image into a configured repository.
DefaultPushOrPullRetryDelay is the time to wait before triggering a push or pull retry.
RetriableErrors is a set of strings that indicate that an retriable error occurred.
# Structs
DockerBuilder builds Docker images given a git repository URL.
KeyValue can be used to build ordered lists of key-value pairs.
S2IBuilder 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.
GitClient performs git operations.