Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Target ¶
Target represents something to wait for.
func BuildkitdTarget ¶
func BuildkitdTarget() Target
BuildkitdTarget returns a target that waits for BuildKit daemon. It uses build.NewClient which respects $BUILDKIT_HOST.
func DockerSocketTarget ¶
func DockerSocketTarget() Target
DockerSocketTarget returns a target that waits for the Docker daemon. It uses the Docker client which respects $DOCKER_HOST.
type TargetResult ¶
TargetResult holds the outcome for a single target.
Click to show internal directories.
Click to hide internal directories.