bazel-contrib/rules_distroless

`dpkg_status` does not add transitive dependencies

Open

#54 ouverte le 29 mai 2024

Voir sur GitHub
 (5 commentaires) (0 réactions) (0 assignés)Starlark (70 forks)auto 404
feature requesthelp wanted

Métriques du dépôt

Stars
 (97 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

Currently there is no transitive dependency resolution of the packages that you provide to the dpkg_status rule. This causes apt to complain about missing dependencies and thinking that the install is broken. It might be possible to work around with a custom rule to resolve transitive deps of the top level packages you want to have installed before passing to dpkg_status, but it feels like this should be default behavior.

Guide contributeur