registry

package
v0.0.118 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNoRegistry = errors.New("no registry configured")
)

Functions

func AllocateStaticName

func AllocateStaticName(r Manager, url, repository string, access oci.RegistryAccess) compute.Computable[oci.AllocatedRepository]

func AttachStaticKeychain

func AttachStaticKeychain(r Manager, img oci.ImageID, access oci.RegistryAccess) oci.AllocatedRepository

func Register

func Register(name string, make func(context.Context, cfg.Configuration) (Manager, error))

XXX use external plugin system.

func StaticName

func StaticName(parent Manager, imageID oci.ImageID, access oci.RegistryAccess) compute.Computable[oci.AllocatedRepository]

Types

type Manager

type Manager interface {
	Access() oci.RegistryAccess

	AllocateName(repository string) compute.Computable[oci.AllocatedRepository]
	AttachKeychain(oci.ImageID) (oci.AllocatedRepository, error)
}

func GetRegistry

func GetRegistry(ctx context.Context, env cfg.Context) (Manager, error)

func GetRegistryFromConfig

func GetRegistryFromConfig(ctx context.Context, env string, cfg cfg.Configuration) (Manager, error)

func MakeStaticRegistry

func MakeStaticRegistry(r *registry.Registry) Manager

Jump to

Keyboard shortcuts

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