...

Text file src/github.com/google/go-containerregistry/pkg/v1/empty/README.md

Documentation: github.com/google/go-containerregistry/pkg/v1/empty

     1# `empty`
     2
     3[![GoDoc](https://godoc.org/github.com/google/go-containerregistry/pkg/v1/empty?status.svg)](https://godoc.org/github.com/google/go-containerregistry/pkg/v1/empty)
     4
     5The empty packages provides an empty base for constructing a `v1.Image` or `v1.ImageIndex`.
     6This is especially useful when paired with the [`mutate`](/pkg/v1/mutate) package,
     7see [`mutate.Append`](https://godoc.org/github.com/google/go-containerregistry/pkg/v1/mutate#Append)
     8and [`mutate.AppendManifests`](https://godoc.org/github.com/google/go-containerregistry/pkg/v1/mutate#AppendManifests).

View as plain text