Versions in this module Expand all Collapse all v0 v0.0.2 Oct 25, 2023 v0.0.1 Oct 25, 2023 Changes in this version + func BuildDocker(cxt context.Context, opts DockerOptions) (string, error) + func PushDocker(ctx context.Context, image string, opts types.ImagePushOptions) error + func TagImage(ctx context.Context, source, target string) error + type DockerOptions struct + ArchiveOpts *archive.TarOptions + ArchivePath string + Dockerfile string + ImageTags []string