Documentation ¶
Overview ¶
Package image contains related to container images.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Name ¶
Name gets an image's name from a Reference. e.g., If the string representation of the Reference is "gcr.io/my-project/my-image:1.0.0", this returns "gcr.io/my-project/my-image".
func ResolveDigest ¶
func ResolveDigest(ctx context.Context, ref name.Reference, rs services.RemoteService) (string, error)
ResolveDigest gets an image's corresponding digest.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.