github.com/quay/claircore@v1.5.28/docs/reference/coalescer.md (about)

     1  # Coalescer
     2  A coalescer must compute the final contents of a manifest given the artifacts
     3  found at each layer.
     4  
     5  {{# godoc indexer.Coalescer}}
     6  {{# godoc indexer.LayerArtifacts}}
     7  
     8  A `Coalsecer` implementation is free to determine this computation given the
     9  artifacts found in a layer. A `Coalescer` is called with a slice of
    10  `LayerArtifacts` structs. The manifest's layer ordering is preserved in the
    11  provided slice.