GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#starlark #bazel #docker

Using "Distroless" container images is beneficial because they are very small and only include your application and its necessary dependencies, without extra programs like package managers or shells. This makes the images lighter (some are as small as 2 MiB) and more secure, as there is less to scan for vulnerabilities. It also simplifies maintaining and updating your containers since you only need to focus on what's essential for your app. Additionally, these images are signed for verification, ensuring their integrity. Overall, this approach improves security, reduces size, and simplifies management.

https://github.com/GoogleContainerTools/distroless