github czerwonk/bird_exporter v1.7.0

3 hours ago

Container image

  • The runtime image is now based on gcr.io/distroless/static-debian13:nonroot instead of Alpine. The image is smaller and has no shell or package manager, so there is less to attack and fewer CVE findings.
  • Multi-arch support is unchanged: images are still published for linux/amd64, linux/arm64 and linux/arm/v7.
  • The container still runs as UID/GID 1000:1000, and the binary path (/app/bird_exporter) is unchanged. Existing socket permissions, --group-add setups and Helm values keep working.
  • Note: without a shell in the image, docker exec … sh no longer works. For debugging, use kubectl debug or an ephemeral debug container.

Don't miss a new bird_exporter release

NewReleases is sending notifications on new releases.