Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultNotaryServer = "https://notary.docker.io"
)
Variables ¶
View Source
var ( // ReleasesRole is the role named "releases" ReleasesRole = data.RoleName(path.Join(data.CanonicalTargetsRole.String(), "releases")) )
Functions ¶
This section is empty.
Types ¶
type Writable ¶
type Writable interface { InitNotaryRepoWithSigners() error SignImage() error GetPassphrase(id string) (string, error) CreateRootKey() error WriteKey(keyId string, key []byte) error ReadRootKey() (string, []byte, error) ReadTargetKey() (string, []byte, error) ClearDir() error }
Click to show internal directories.
Click to hide internal directories.