# Functions
AuthKind tries to do a HEAD request to the manifest to try to get the WWW-Authenticate header.
FetchToken gets a token for the registry using the realm and scoped by scopes.
GetAnonymousToken gets a token when the registry does not require authentication.
GetAuthConfig gets the auth config from the local docker login.
GetAuthToken gets an auth token for a registry.
GetImageDescriptors returns back all the descriptors for an image.
GetOAuthToken gets a token when the registry requires authentication.
NewCmdPush pushes a previously saved build to a registry from the Depot ephemeral registry.
NewProgress creates a new progress writer that simplifies displaying to the console.
ParseTag parses a tag into its components used as a destination for pushing.
No description provided by the author
PushBlob requests a blob to be pushed from Depot to a destination registry.
PushManifest pushes a manifest to a registry.
RegistryToken is a static token for the registry that is defined in the config.json.
No description provided by the author
# Structs
Authorizer is a static authorizer used to authenticate with the Depot ephemeral registry.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
FinishLogFunc is a function that should be called when a log details are finished.
FinishLogFunc is a function that should be called when a log is finished.
StartLog starts a log detail span and returns a function that should be called when the log detail is finished.