Documentation ¶
Index ¶
- func GetECRBasicAuthToken(ecrEndpoint, username, password string) (string, error)
- func IsECREndpoint(host string) bool
- func LoadAuthForRegistry(endpoint string) (string, string, error)
- func MakeProxiedImageURL(proxyHost string, appSlug string, image string) string
- func TestPushAccess(endpoint, username, password, org string) error
- type BearerToken
- type Login
- type RegistryOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetECRBasicAuthToken ¶
func IsECREndpoint ¶
func MakeProxiedImageURL ¶
func TestPushAccess ¶ added in v0.9.12
Types ¶
type BearerToken ¶
type BearerToken struct { Token string `json:"token"` AccessToken string `json:"access_token"` ExpiresIn int `json:"expires_in"` IssuedAt time.Time `json:"issued_at"` // contains filtered or unexported fields }
Copied from github.com/containers/image/docker Time fields aren't used
type Login ¶
func GetECRLogin ¶
Click to show internal directories.
Click to hide internal directories.