Versions in this module Expand all Collapse all v1 v1.1.0 May 26, 2023 v1.0.0 May 26, 2023 Changes in this version + func Exists(ctx context.Context, clt client.ImageAPIClient, image string) (bool, error) + func InspectImage(ctx context.Context, client client.ImageAPIClient, image string) (types.ImageInspect, error) + func PullImage(ctx context.Context, client client.ImageAPIClient, serviceName string, ...) error + func RemoveImage(ctx context.Context, client client.ImageAPIClient, image string) error