package
3.2.0+incompatible
Repository: https://github.com/quay/quay-builder.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrNoSimilarTags is returned from a Client when FindMostSimilarTag fails to find any similar tags.
# Structs
BuildArgs represents the arguments needed to build an image.
BuildArgsBaseImage represents the arguments for a base image.
BuildArgsGit represents the arguments related to git (if any).
BuildError is the type of error returned from a BuildCallback when it fails to build the image.
BuildMetadata is a collection of metadata about the successfully created build artifact.
BuildPackError is the type of error returned from a BuildCallback when the provided BuildArgs do not have sufficient data to download a BuildPack.
CannotPullForCacheError is the type of error returned from a BuildCallback when it fails to pull the image used for caching.
ErrClientRejectedPhaseTransition is the type of error returned when buildman rejects a phase transition.
GitCheckoutError is the type of error returned from a BuildCallback when the provided git ref cannot be checked out.
GitCloneError is the type of error returned from a BuildCallback when the git clone fails.
InvalidDockerfileError is the type of error returned from a BuildCallback when the provided BuildArgs do not have parsable Dockerfile.
PullError is the type of error returned from a BuildCallback when it fails to pull the base image.
PullMetadata represents the metadata being used to pull an image when setting the Phase to one related to pulling.
PushError is the type of error returned from a BuildCallback when it fails to push the built image.
TagError is the type of error returned from a BuildCallback when it fails to tag the built image.
TagMetadata is collection of a particular Docker tag's metadata.
# Interfaces
Client represents an implementation of a transport between a Builder and a BuildManager.
# Type aliases
BuildCallback is a type of function that can be executed via remote RPC from a BuildManager when a build is issued.
Phase represents the milestones in progressing through a build.