registry

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 24, 2023 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Local

type Local struct {
}

func (*Local) ContainerRegistry

func (l *Local) ContainerRegistry() string

func (*Local) Login

func (l *Local) Login(ctx context.Context) error

type Registry

type Registry interface {
	ContainerRegistry() string
	Login(ctx context.Context) error
}
var CacheInstance Registry

CacheInstance is where you push the caches for docker images. Libraries should default to Instance if this is null

var Instance Registry

Instance is where you push docker images

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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