Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion extractor/containerimage.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ type ContainerImageMetadata struct {
// Labels stores labels of this image.
Labels map[string]string
// LayerMetadata stores metadata about the layers in the container image.
// Currently this does not store any empty layers.
LayerMetadata []*LayerMetadata
// BaseImages stores metadata about the base images that the container image is based on.
// The first element is always empty.
Expand Down
Loading