project-copacetic / copacetic

๐Ÿงต CLI tool for directly patching container images using reports from vulnerability scanners
https://project-copacetic.github.io/copacetic/
Apache License 2.0
842 stars 57 forks source link

[REQ] Support other container management tools #679

Open 0xDagal opened 1 week ago

0xDagal commented 1 week ago

What kind of request is this?

New feature

What is your request or suggestion?

I see that copa has a strong dependency to docker, I want to use it in some Gitlab CI but to do, so I have to run a docker:dind service which is a privileged service and I do not think that copa needs all what is in docker. I would prefer to be able to chose what I use, for example, Podman.

Maybe I miss something, and it is not feasible, tell me ๐Ÿ˜ƒ

Are you willing to submit PRs to contribute to this feature request?

ashnamehrotra commented 2 days ago

@0xDagal copa is based on buildkit. If there is a way to provide buildkit connection via Podman then this should be possible.