config

package
v3.0.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2019 License: Apache-2.0 Imports: 14 Imported by: 68

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// ErrNotLoggedIn is returned for users not logged into a registry
	// that they are trying to logout of
	ErrNotLoggedIn = errors.New("not logged in")
	// ErrNotSupported is returned for unsupported methods
	ErrNotSupported = errors.New("not supported")
)

Functions

func GetAuthentication

func GetAuthentication(sys *types.SystemContext, registry string) (string, string, error)

GetAuthentication returns the registry credentials stored in either auth.json file or .docker/config.json If an entry is not found empty strings are returned for the username and password

func RemoveAllAuthentication

func RemoveAllAuthentication(sys *types.SystemContext) error

RemoveAllAuthentication deletes all the credentials stored in auth.json

func RemoveAuthentication

func RemoveAuthentication(sys *types.SystemContext, registry string) error

RemoveAuthentication deletes the credentials stored in auth.json

func SetAuthentication

func SetAuthentication(sys *types.SystemContext, registry, username, password string) error

SetAuthentication stores the username and password in the auth.json file

Types

This section is empty.

Jump to

Keyboard shortcuts

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