Versions in this module Expand all Collapse all v1 v1.3.0 Dec 15, 2020 Changes in this version + func CheckIfImageExists(pctx context.Context, dockerClient *client.Client, image string) (bool, error) + func ImagePull(ctx context.Context, dockerClient *client.Client, image string) error + func ImagePush(ctx context.Context, dockerClient *client.Client, ...) error