Class DockerDescendantFingerprintFacet

All Implemented Interfaces:
ExtensionPoint

public class DockerDescendantFingerprintFacet extends DockerRunPtrFingerprintFacet
Facet representing the fact that some Docker image was derived from this one. This facet would be added to the fingerprint corresponding to the FROM instruction in a Dockerfile. getDescendantImageIds() indicates the image that was built from that file.
See Also:
  • Method Details

    • getDescendantImageIds

      @NonNull public Set<String> getDescendantImageIds()
      Gets the descendant images built from this image.
      Returns:
      a set of 64-digit IDs, never empty