package specialimage

import "github.com/dotcloud/docker/internal/testutils/specialimage"

Index

Functions

func Dangling

func Dangling(dir string) (*ocispec.Index, error)

Dangling creates an image with no layers and no tag. It also has an extra org.mobyproject.test.specialimage=1 label set. Layout: OCI.

func EmptyFS

func EmptyFS(dir string) (*ocispec.Index, error)

EmptyFS builds an image with an empty rootfs. Layout: Legacy Docker Archive See https://github.com/docker/docker/pull/5262 and also https://github.com/docker/docker/issues/4242

func EmptyIndex

func EmptyIndex(dir string) (*ocispec.Index, error)

EmptyIndex creates an image index with no manifests. This is equivalent to `tianon/scratch:index`.

func Load

func Load(ctx context.Context, t *testing.T, apiClient client.APIClient, imageFunc SpecialImageFunc) string

func MultiLayer

func MultiLayer(dir string) (*ocispec.Index, error)

func RandomSinglePlatform

func RandomSinglePlatform(dir string, platform ocispec.Platform, source rand.Source) (*ocispec.Index, error)

func TwoPlatform

func TwoPlatform(dir string) (*ocispec.Index, error)

Types

type SpecialImageFunc

type SpecialImageFunc func(string) (*ocispec.Index, error)

Source Files

dangling.go emptyfs.go emptyindex.go load.go multilayer.go random.go twoplatform.go

Version
v26.0.0-rc3+incompatible
Published
Mar 19, 2024
Platform
linux/amd64
Imports
21 packages
Last checked
8 minutes ago

Tools for package owners.