Interface Image

  • All Known Implementing Classes:
    ImageDetails

    public interface Image
    Interface representing an image on the server.
    • Method Detail

      • getId

        String getId()
        Returns:
        the image ID
      • getParentId

        String getParentId()
        Returns:
        the image ID, or null if not present
      • getCreated

        long getCreated()
        Returns:
        Image create timestamp
      • getSize

        long getSize()
        Returns:
        the image size
      • getVirtualSize

        long getVirtualSize()
        Returns:
        the image virtual size
      • getLabels

        Map<String,​String> getLabels()
        Returns:
        the labels assigned to the image
      • getRepoTags

        List<String> getRepoTags()
        Returns:
        the names associated with the image (formatted as repository:tag)
      • getRepoDigests

        List<String> getRepoDigests()
        Returns:
        the digests associated with the image (formatted as repository:tag@sha256:digest)