Interface ImageArchiveManifestEntry

  • All Known Implementing Classes:
    ImageArchiveManifestEntryAdapter

    public interface ImageArchiveManifestEntry
    Interface representing an entry in an image archive manifest.
    • Method Detail

      • getId

        String getId()
        Returns:
        the image id for this manifest entry
      • getConfig

        String getConfig()
        Returns:
        the configuration JSON path for this manifest entry
      • getRepoTags

        List<String> getRepoTags()
        Returns:
        the repository tags associated with this manifest entry
      • getLayers

        List<String> getLayers()
        Returns:
        the layer archive paths for this manifest entry