registry

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2021 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetECRRegistryURL added in v0.10.0

func GetECRRegistryURL(awsIntRepo repository.AWSIntegrationRepository, projectID, awsIntID uint) (string, error)

Types

type Registry

type Registry models.Registry

Registry wraps the gorm Registry model

func (*Registry) CreateRepository

func (r *Registry) CreateRepository(
	repo repository.Repository,
	name string,
) error

CreateRepository creates a repository for a registry, if needed (currently only required for ECR)

func (*Registry) GetDockerConfigJSON

func (r *Registry) GetDockerConfigJSON(
	repo repository.Repository,
	doAuth *oauth2.Config,
) ([]byte, error)

GetDockerConfigJSON returns a dockerconfigjson file contents with "auths" populated.

func (*Registry) GetGCRToken

func (r *Registry) GetGCRToken(repo repository.Repository) (*ints.TokenCache, error)

func (*Registry) ListImages

func (r *Registry) ListImages(
	repoName string,
	repo repository.Repository,
	doAuth *oauth2.Config,
) ([]*ptypes.Image, error)

ListImages lists the images for an image repository

func (*Registry) ListRepositories

func (r *Registry) ListRepositories(
	repo repository.Repository,
	doAuth *oauth2.Config,
) ([]*ptypes.RegistryRepository, error)

ListRepositories lists the repositories for a registry

Jump to

Keyboard shortcuts

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