dockercredentials

package
v0.5.12-alpha.0 Latest Latest
Warning

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

Go to latest
Published: May 28, 2024 License: MPL-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const AzureContainerRegistryUsername = "00000000-0000-0000-0000-000000000000"

Variables

This section is empty.

Functions

func ConfigureCredentialsContainer

func ConfigureCredentialsContainer(userName string, port int, log log.Logger) error

func ConfigureCredentialsDockerless added in v0.4.0

func ConfigureCredentialsDockerless(targetFolder string, port int, log log.Logger) (string, error)

func ConfigureCredentialsMachine

func ConfigureCredentialsMachine(targetFolder string, port int, log log.Logger) (string, error)

Types

type Credentials

type Credentials struct {
	ServerURL string
	Username  string
	Secret    string
}

Credentials holds the information shared between docker and the credentials store.

func GetAuthConfig

func GetAuthConfig(host string) (*Credentials, error)

type ListResponse

type ListResponse struct {
	Registries map[string]string
}

func ListCredentials

func ListCredentials() (*ListResponse, error)

type Request

type Request struct {
	// If ServerURL is empty its a list request
	ServerURL string
}

Jump to

Keyboard shortcuts

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