Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DockerfileInformation ¶
type DockerfileInformation struct { Name string Path string Content []byte ImageName string // contains filtered or unexported fields }
DockerfileInformation Dockerfile information.
func GetDockerfile ¶ added in v1.4.3
func GetDockerfile(workingDirectory string, fallbackDockerfile DockerfileInformation, dockerfileName string) (*DockerfileInformation, error)
GetDockerfile Gets the effective Dockerfile.
func GetDockerfileFallback ¶
func GetDockerfileFallback(dockerfileURL, imageName string) (DockerfileInformation, error)
GetDockerfileFallback Downloads and creates the DockerfileInformation of the Dockerfile fallback.
func (*DockerfileInformation) BuildImage ¶ added in v1.4.3
func (d *DockerfileInformation) BuildImage(versionsInfo types.VersionsInformation, noCache, debug bool) (string, error)
BuildImage Builds a Docker image.
Click to show internal directories.
Click to hide internal directories.