Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepositoryBackend ¶
type RepositoryBackend struct {
// contains filtered or unexported fields
}
func NewRepositoryBackend ¶
func NewRepositoryBackend(username string, password string) *RepositoryBackend
func (*RepositoryBackend) BuildACI ¶
func (rb *RepositoryBackend) BuildACI(layerID string, dockerURL *types.ParsedDockerURL, outputDir string, tmpBaseDir string, curPwl []string, compress bool) (string, *schema.ImageManifest, error)
func (*RepositoryBackend) GetImageInfo ¶
func (rb *RepositoryBackend) GetImageInfo(url string) ([]string, *types.ParsedDockerURL, error)
Click to show internal directories.
Click to hide internal directories.