We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With docker, we can save multiple images inside the same archive:
docker
docker save img1:latest image2:latest > archive.tar
Currently, if an archive is generated like that, we get the following error:
unable to use DockerTarball source: cannot process multiple docker manifests
It would be awesome to be able to use those archives with a syntax like:
sync sbom -i docker-archive:archive.tar/img1:latest
The text was updated successfully, but these errors were encountered:
Syft / stereoscope uses GGCR for this functionality, so we wouldn't be able to easily fix this behavior internally yet.
Code:
Related issues:
Sorry, something went wrong.
As of 2024 I think this is still technically blocked (the above comment still applies)
No branches or pull requests
With
docker
, we can save multiple images inside the same archive:Currently, if an archive is generated like that, we get the following error:
It would be awesome to be able to use those archives with a syntax like:
The text was updated successfully, but these errors were encountered: