You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Feature
OCI images have a different layout from the one created by docker save. So Tern cannot analyze these images. Enable analysis for OCI images.
Use Cases
Tools like podman and umoci create OCI images. The layout is understood by most registries. Docker images can be converted to OCI images using skopeo. Tern should be able to deal with these images.
Implementation Changes
Create a derivative class of Image called OCI which will implement load_image based on the new layout.
Figure out a way to indicate the layout type in the command line. This would mean a major revision change.
The text was updated successfully, but these errors were encountered:
Describe the Feature
OCI images have a different layout from the one created by
docker save
. So Tern cannot analyze these images. Enable analysis for OCI images.Use Cases
Tools like podman and umoci create OCI images. The layout is understood by most registries. Docker images can be converted to OCI images using skopeo. Tern should be able to deal with these images.
Implementation Changes
OCI
which will implementload_image
based on the new layout.The text was updated successfully, but these errors were encountered: