package
0.9.1-beta3
Repository: https://github.com/docker/app.git
Documentation: pkg.go.dev

# Functions

ComputeDigest takes a bundle and produce a unigue reference.Digested.
No description provided by the author
No description provided by the author
NewApplicationStore creates a new application store, nested inside a docker configuration directory.
NewImageStore creates a new bundle store with the given path and initializes it.
No description provided by the author
StringToNamedRef converts a string to a named reference.

# Constants

AppConfigDirectory is the Docker App directory name inside Docker config directory.
CredentialStoreDirectory is the credential store directory name.
ImageStoreDirectory is the bundle store directory name.
InstallationStoreDirectory is the installations store directory name.

# Structs

ApplicationStore is the main point to access different stores: - Bundle store persists all bundles built or fetched locally - Credential store persists all the credentials, per context basis - Installation store persists all the installations, per context basis.
Installation is a CNAB claim with an information of where the bundle comes from.
UnknownReferenceError represents a reference not found in the bundle store.

# Interfaces

CredentialStore persists credential sets to a specific path.
.
InstallationStore is an interface to persist, delete, list and read installations.

# Type aliases

ID is an unique identifier for docker app image bundle, implementing reference.Reference.