package build
import "github.com/docker/docker/integration-cli/cli/build"
Index ¶
- func WithBuildContext(t testing.TB, contextOperators ...func(*fakecontext.Fake) error) func(*icmd.Cmd) func()
- func WithContextPath(path string) func(*icmd.Cmd) func()
- func WithDockerfile(dockerfile string) func(*icmd.Cmd) func()
- func WithExternalBuildContext(ctx *fakecontext.Fake) func(*icmd.Cmd) func()
- func WithFile(name, content string) func(*fakecontext.Fake) error
- func WithStdinContext(closer io.ReadCloser) func(*icmd.Cmd) func()
- func WithoutCache(cmd *icmd.Cmd) func()
Functions ¶
func WithBuildContext ¶
func WithBuildContext(t testing.TB, contextOperators ...func(*fakecontext.Fake) error) func(*icmd.Cmd) func()
WithBuildContext sets up the build context
func WithContextPath ¶
WithContextPath sets the build context path
func WithDockerfile ¶
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 ¶
WithoutCache makes the build ignore cache
Source Files ¶
- Version
- v20.10.25+incompatible
- Published
- May 4, 2023
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 1 hour ago –
Tools for package owners.