GoogleContainerTools / distroless

🥑 Language focused docker images, minus the operating system.
Apache License 2.0
18.76k stars 1.15k forks source link

debian_package_manager: how are transitive dependencies managed? #972

Open qzmfranklin opened 2 years ago

qzmfranklin commented 2 years ago

Working with this commit.

When I write debian_packages.yaml, I have to manually look up transitive dependencies from debian packages.

I guess that's maintainable-ish for a small number of packages. But that quickly goes out of control.

Are there any plans to make transitive dependency management happen with debian_package_manager anytime? If not, maybe I'd be motivated to work out a version.

loosebazooka commented 2 years ago

There is no intention to include transitive dependencies automatically. We try to be as minimal as possible.