Class ImageArchiveManifest.ManifestEntry

java.lang.Object
org.springframework.boot.buildpack.platform.json.MappedObject
org.springframework.boot.buildpack.platform.docker.type.ImageArchiveManifest.ManifestEntry
Enclosing class:
ImageArchiveManifest

public static class ImageArchiveManifest.ManifestEntry extends MappedObject
  • Constructor Details

    • ManifestEntry

      protected ManifestEntry(com.fasterxml.jackson.databind.JsonNode node)
  • Method Details

    • getLayers

      public List<String> getLayers()
      Return the collection of layer IDs from a section of the manifest.
      Returns:
      a collection of layer IDs