GoogleContainerTools / distroless

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

Add workspace references to deb repositories rule #1601

Closed implr closed 3 months ago

implr commented 4 months ago

This allows pulling those dependencies into other workspaces importing this repository, eg. for creating derived images with Bazel.

Tested on amd64 and aarch64.

loosebazooka commented 4 months ago

I don't think we want people to depend directly on the distroless build. If you want to extend distroless, try using rules_distroless.