package fakecontext

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

Index

Functions

func WithBinaryFiles

func WithBinaryFiles(files map[string]*bytes.Buffer) func(*Fake) error

WithBinaryFiles adds the specified files in the build context, content is binary

func WithDockerfile

func WithDockerfile(content string) func(*Fake) error

WithDockerfile adds the specified content as Dockerfile in the build context

func WithFile

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

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

func WithFiles

func WithFiles(files map[string]string) func(*Fake) error

WithFiles adds the specified files in the build context, content is a string

Types

type Fake

type Fake struct {
	Dir string
}

Fake creates directories that can be used as a build context

func New

func New(t testingT, dir string, modifiers ...func(*Fake) error) *Fake

New creates a fake build context

func (*Fake) Add

func (f *Fake) Add(file, content string) error

Add a file at a path, creating directories where necessary

func (*Fake) AsTarReader

func (f *Fake) AsTarReader(t testingT) io.ReadCloser

AsTarReader returns a ReadCloser with the contents of Dir as a tar archive.

func (*Fake) Close

func (f *Fake) Close() error

Close deletes the context

func (*Fake) Delete

func (f *Fake) Delete(file string) error

Delete a file at a path

Source Files

context.go

Version
v17.11.0-ce-rc4+incompatible
Published
Nov 16, 2017
Platform
js/wasm
Imports
6 packages
Last checked
20 minutes ago

Tools for package owners.