Versions in this module Expand all Collapse all v0 v0.1.2 Apr 25, 2023 Changes in this version + func NewTarDirReader(dir string) *tarDirReader + func Run(opts ...Opt) (err error) + type Config struct + Cli *client.Client + ClientOpts []client.Opt + Container *container.CreateResponse + ContainerConfig *container.Config + Ctx context.Context + Cwd string + Host *container.HostConfig + ImageBuildOpts *types.ImageBuildOptions + ImagePullOpts *types.ImagePullOptions + ImageTags []string + Name string + Network *network.NetworkingConfig + Platform *v1.Platform + type Opt = func(config Config) Config + func After(runners ...func(config Config) (err error)) Opt + func CleanupContainer() Opt + func CleanupImage() Opt + func Exec(runners ...func(config Config) (err error)) Opt + func WithAPIVersion(version string) Opt + func WithClientOpts(opts ...client.Opt) Opt + func WithConfig(config Config) Opt + func WithCtx(ctx context.Context) Opt + func WithCwd(cwd string) Opt + func WithDockerfile(path string) Opt + func WithImage(image string) Opt v0.1.1 Apr 24, 2023