dockerarchive

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 17, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Report

type Report struct {
	Valid  bool     `json:"valid"`
	Images int      `json:"images"`
	Layers int      `json:"layers"`
	Tags   []string `json:"tags"`
}

func Verify

func Verify(ctx context.Context, reader io.Reader) (Report, error)

Verify validates a Docker Save archive without extracting it or invoking a container runtime. It accepts regular files only and verifies every content-addressed config/layer name against its bytes.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL