Skip to content
Open
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
2 changes: 1 addition & 1 deletion tern/classes/image_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class ImageLayer:
Based on how container image layers are created, this is usually the
last layer of the image that was imported
import_str: The string from a build tool (like a Dockerfile) that
created this layer by importing it from another image
layer_index: The index position of the layer in relationship to the
other layers in the image. The base OS would be layer 1.
created this layer by importing it from another image
image_layout: Indicates the image layout on disk in order to read
the layer filesystem. This is either "oci" or "docker".
files_analyzed: whether the files in this layer are analyzed or not
Expand Down