MCPcopy Create free account
hub / github.com/docker/cli / RepoInfo

Method RepoInfo

cmd/docker-trust/internal/trust/trust.go:401–403  ·  view source on GitHub ↗

RepoInfo returns the repository information for a given ImageRefAndAuth

()

Source from the content-addressed store, hash-verified

399
400// RepoInfo returns the repository information for a given ImageRefAndAuth
401func (imgRefAuth *ImageRefAndAuth) RepoInfo() *RepositoryInfo {
402 return imgRefAuth.repoInfo
403}
404
405// Tag returns the Image tag for a given ImageRefAndAuth
406func (imgRefAuth *ImageRefAndAuth) Tag() string {

Callers 3

runSignImageFunction · 0.80
signAndPublishToTargetFunction · 0.80
newNotaryClientFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected