Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable analysis for OCI images #678

Closed
nishakm opened this issue Apr 30, 2020 · 1 comment
Closed

Enable analysis for OCI images #678

nishakm opened this issue Apr 30, 2020 · 1 comment
Labels
arch Architecture changes are needed feature new feature super Super issue - other issues are linked to this one
Milestone

Comments

@nishakm
Copy link
Contributor

nishakm commented Apr 30, 2020

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

  1. Create a derivative class of Image called OCI which will implement load_image based on the new layout.
  2. Figure out a way to indicate the layout type in the command line. This would mean a major revision change.
@nishakm
Copy link
Contributor Author

nishakm commented Dec 21, 2021

This is now fixed.

@nishakm nishakm closed this as completed Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch Architecture changes are needed feature new feature super Super issue - other issues are linked to this one
Projects
None yet
Development

No branches or pull requests

1 participant