Documentation ¶
Index ¶
Constants ¶
View Source
const ( ImageJSONSchemaVersion = 1 LayerJSONSchemaVersion = 1 )
Variables ¶
View Source
var ( InvalidURLPattern = xerrors.New("invalid url pattern") ErrNoRpmCmd = xerrors.New("no rpm command") )
Functions ¶
This section is empty.
Types ¶
type DockerOption ¶
type DockerOption struct { // Auth UserName string Password string // ECR AwsAccessKey string AwsSecretKey string AwsSessionToken string AwsRegion string // GCP GcpCredPath string // Docker daemon DockerDaemonCertPath string DockerDaemonHost string InsecureSkipTLSVerify bool SkipPing bool Timeout time.Duration }
type ImageDetail ¶
type ImageDetail struct {
Files FileMap
}
type ImageInfo ¶
type ImageInfo struct { SchemaVersion int Architecture string Created time.Time DockerVersion string OS string }
ImageInfo is stored in cache
type ImageReference ¶
Click to show internal directories.
Click to hide internal directories.