package fakecontext

import "github.com/docker/docker/testutil/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 testing.TB, 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 testing.TB) 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
v28.0.2+incompatible
Published
Mar 18, 2025
Platform
js/wasm
Imports
6 packages
Last checked
now

Tools for package owners.