package
0.0.0-20240122181636-14de809a4cb2
Repository: https://github.com/nmiyake/go-containerregistry.git
Documentation: pkg.go.dev

# README

empty

GoDoc

The empty packages provides an empty base for constructing a v1.Image or v1.ImageIndex. This is especially useful when paired with the mutate package, see mutate.Append and mutate.AppendManifests.

# Variables

Image is a singleton empty image, think: FROM scratch.
Index is a singleton empty index, think: FROM scratch.