package testutils

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

Index

Functions

func UncompressedTarDigest

func UncompressedTarDigest(compressedTar io.Reader) (digest.Digest, error)

UncompressedTarDigest returns the canonical digest of the uncompressed tar stream.

Types

type Logger

type Logger interface {
	Logf(format string, args ...any)
}

Logger is used to log non-fatal messages during tests.

Source Files

archive.go logger.go

Directories

PathSynopsis
internal/testutils/netnsutils
internal/testutils/specialimage
Version
v26.1.3+incompatible
Published
May 15, 2024
Platform
js/wasm
Imports
4 packages
Last checked
2 minutes ago

Tools for package owners.