package
0.0.0-20220717171310-8dbc9ccebb9c
Repository: https://github.com/maxlaverse/image-builder.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewBuild returns a new instance of Build.
NewBuildStage returns a individual stage.
NewDefinitionFromLocation returns a builder definition from a local or remote location.
NewDefinitionFromPath returns a builder definition from the local path.
# Constants
ImageAbsent is for images not present locally not remotely.
ImageBuilt is for images that have been built.
ImageCached is for images that are found in the Application or Builder's cache.
ImagePulled is for images that were absent but could be pulled.
Initialized is unknown.
# Structs
Build transform BuildConfigurations into Docker images.
BuildOptions holds the options for a build.
# Interfaces
BuildStage represents a individual stage which can be built.
Definition is the interface to a builder definition, allowing to find stages or Dockerfiles to build.
# Type aliases
StageImageStatus represents the status of the image corresponding to a stage (e.g.