Documentation
¶
Overview ¶
Package ocifilter implements "filter" functions that wrap or combine ociregistry implementations in different ways.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Immutable ¶
func Immutable(r ociregistry.Interface) ociregistry.Interface
Immutable returns a registry wrap r but only allows content to be added but not changed once added: nothing can be deleted and tags can't be changed.
func ReadOnly ¶
func ReadOnly(r ociregistry.Interface) ociregistry.Interface
ReadOnly returns a registry implementation that returns an "operation unsupported" error from all entry points that mutate the registry.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.