Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Build ¶
func Build(credentials *docker.RegistryCredentials, cfg *config.Config, downloader nexus.Downloader, prepper Prepper) error
TODO: Write some test for this.. Need to initialize RegistryClient and DockerClient outside of this function
Types ¶
type Prepper ¶
type Prepper func( cfg *config.Config, auroraVersion *runtime.AuroraVersion, deliverable nexus.Deliverable, baseImage runtime.DockerImage) ([]docker.DockerBuildConfig, error)
Prepper is a fuction used to prepare a docker image. It is called within the context of The
Click to show internal directories.
Click to hide internal directories.