Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildDocker ¶
func BuildDocker(cxt context.Context, opts DockerOptions) (string, error)
Build docker images from an archive Currently Docker client is loaded from environment
func PushDocker ¶
Types ¶
type DockerOptions ¶
type DockerOptions struct {
ArchivePath string
ArchiveOpts *archive.TarOptions
Dockerfile string
ImageTags []string
}
Click to show internal directories.
Click to hide internal directories.