Interface ContainerizeTask.ContainerImage

All Superinterfaces:
Image
Enclosing interface:
ContainerizeTask

public static interface ContainerizeTask.ContainerImage extends Image

Represents the generated container image.

Since:
1.4
Author:
Jeremy Kuhn
  • Method Details

    • getRegistry

      String getRegistry()

      Returns the image registry.

      Returns:
      the image registry
    • getRepository

      String getRepository()

      Returns the image repository.

      Returns:
      the imae repository
    • getTag

      Optional<String> getTag()

      Returns the image tag.

      Returns:
      an optional returning the image tag or an empty optional
    • getDigest

      Optional<String> getDigest()

      Returns the image digest.

      Returns:
      an optional returning the image digest or an empty optional
    • getCanonicalName

      String getCanonicalName()

      Returns the canonical name of the image (e.g. registry/repository:tag)

      Returns:
      the canonical name of the image