package
0.20.3
Repository: https://github.com/google/go-containerregistry.git
Documentation: pkg.go.dev

# README

layout

GoDoc

The layout package implements support for interacting with an OCI Image Layout.

# Functions

FromPath reads an OCI image layout at path and constructs a layout.Path.
ImageIndexFromPath is a convenience function which constructs a Path and returns its v1.ImageIndex.
WithAnnotations adds annotations to the artifact descriptor.
WithPlatform sets the platform of the artifact descriptor.
WithURLs adds urls to the artifact descriptor.
Write constructs a Path at path from an ImageIndex.

# Type aliases

Option is a functional option for Layout.
Path represents an OCI image layout rooted in a file system path.