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

docker-archive: support scanning a single image inside the archive #1054

Open
bcmedeiros opened this issue Jun 21, 2022 · 2 comments
Open

docker-archive: support scanning a single image inside the archive #1054

bcmedeiros opened this issue Jun 21, 2022 · 2 comments
Labels
blocked Progress is being stopped by something enhancement New feature or request

Comments

@bcmedeiros
Copy link

With docker, we can save multiple images inside the same archive:

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
@spiffcs spiffcs added the enhancement New feature or request label Jul 8, 2022
@wagoodman wagoodman added the blocked Progress is being stopped by something label Nov 4, 2024
@wagoodman
Copy link
Contributor

As of 2024 I think this is still technically blocked (the above comment still applies)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Progress is being stopped by something enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

3 participants