Documentation ¶
Index ¶
- Constants
- func GetBlob(image string, layerDigest string) (io.ReadCloser, error)
- func GetImageBlobURL(image, layerDigest string) (string, error)
- func GetImageManifestsURL(image string) (string, error)
- func GetManifest(image string) (*schema2.Manifest, error)
- func UnpackImage(ctx context.Context, image string, target string) error
Constants ¶
View Source
const ImageBlobURLFormat = "https://%s/v2/%s/%s/blobs/%s"
View Source
const ImageManifestsURLFormat = "https://%s/v2/%s/%s/manifests/%s"
Variables ¶
This section is empty.
Functions ¶
func GetImageBlobURL ¶
func GetImageManifestsURL ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.