Add support for containers-storage
backend for container images
#2107
Labels
enhancement
New feature or request
containers-storage
backend for container images
#2107
What would you like to be added:
Support for source path
containers-storage
when looking for container images.Why is this needed:
We build some of our container images using
buildah
. Buildah by default puts these locally built container images incontainers-storage
location. Syft currently does not look for images in that location & hence miss scanning of those images built locally.A current workaround we are using for syft to locate those images is
skopeo copy containers-storage:localhost/test-image:latest docker-archive:/tmp/test-image.tar:test-image:latest
. This still has a problem of being lossy and we might land up not having the correct layer info.Additional context:
The text was updated successfully, but these errors were encountered: