package build

import "github.com/docker/cli/components/engine/integration-cli/cli/build"

Index

Functions

func WithBuildContext

func WithBuildContext(t testingT, contextOperators ...func(*fakecontext.Fake) error) func(*icmd.Cmd) func()

WithBuildContext sets up the build context

func WithContextPath

func WithContextPath(path string) func(*icmd.Cmd) func()

WithContextPath sets the build context path

func WithDockerfile

func WithDockerfile(dockerfile string) func(*icmd.Cmd) func()

WithDockerfile creates / returns a CmdOperator to set the Dockerfile for a build operation

func WithExternalBuildContext

func WithExternalBuildContext(ctx *fakecontext.Fake) func(*icmd.Cmd) func()

WithExternalBuildContext use the specified context as build context

func WithFile

func WithFile(name, content string) func(*fakecontext.Fake) error

WithFile adds the specified file (with content) in the build context

func WithStdinContext

func WithStdinContext(closer io.ReadCloser) func(*icmd.Cmd) func()

WithStdinContext sets the build context from the standard input with the specified reader

func WithoutCache

func WithoutCache(cmd *icmd.Cmd) func()

WithoutCache makes the build ignore cache

Source Files

build.go

Directories

PathSynopsis
components/engine/integration-cli/cli/build/fakecontext
components/engine/integration-cli/cli/build/fakegit
components/engine/integration-cli/cli/build/fakestorage
Version
v17.12.0-ce-rc1+incompatible
Published
Dec 7, 2017
Platform
linux/amd64
Imports
4 packages
Last checked
4 minutes ago

Tools for package owners.