anchore / stereoscope

go library for processing container images and simulating a squash filesystem
Apache License 2.0
78 stars 43 forks source link

Support ORAS-pushed content #253

Open kzantow opened 2 months ago

kzantow commented 2 months ago

What would you like to be added: Support for ORAS-pushed content.

Why is this needed: Increasingly, OCI registries are being used to push blob content. Among other things, alternate image formats are pushed to registries, such as Singularity. It would be useful to be able to point to a blob source to automatically download and attempt to scan as an image source (and detect this from the media type), especially for supported image sources like Singularity.

Additional context: This feature request was created based on the context of a multipart issue: https://github.com/anchore/stereoscope/issues/254